1. f30195c Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/core by Jens Axboe · 14 years ago
  2. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  3. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  4. ece413f xfs: remove incorrect assert in xfs_vm_writepage by Christoph Hellwig · 14 years ago
  5. c6f6cd0 xfs: use hlist_add_fake by Christoph Hellwig · 14 years ago
  6. 5d2bf8a xfs: fix a few compiler warnings with CONFIG_XFS_QUOTA=n by Christoph Hellwig · 14 years ago
  7. 785ce41 xfs: tell lockdep about parent iolock usage in filestreams by Christoph Hellwig · 14 years ago
  8. bfe2741 xfs: move delayed write buffer trace by Dave Chinner · 14 years ago
  9. f83282a xfs: fix per-ag reference counting in inode reclaim tree walking by Dave Chinner · 14 years ago
  10. 6762b93 xfs: xfs_ioctl: fix information leak to userland by Kulikov Vasiliy · 14 years ago
  11. 5d0af85 xfs: remove experimental tag from the delaylog option by Christoph Hellwig · 14 years ago
  12. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  13. 7d2f280 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  14. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  15. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  16. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  17. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  18. 646ec46 fs: remove inode_add_to_list/__inode_add_to_list by Christoph Hellwig · 14 years ago
  19. ebdec24 fs: kill block_prepare_write by Christoph Hellwig · 14 years ago
  20. 5fe3a5a Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  21. 91b7450 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  22. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  23. a731cd1 xfs: semaphore cleanup by Thomas Gleixner · 14 years ago
  24. 6743099 xfs: Extend project quotas to support 32bit project ids by Arkadiusz Mi?kiewicz · 14 years ago
  25. 1a1a3e9 xfs: remove xfs_buf wrappers by Christoph Hellwig · 14 years ago
  26. 6c77b0e xfs: remove xfs_cred.h by Christoph Hellwig · 14 years ago
  27. 78a4b09 xfs: remove xfs_globals.h by Christoph Hellwig · 14 years ago
  28. 668332e xfs: remove xfs_version.h by Christoph Hellwig · 14 years ago
  29. 1ae4fe6 xfs: remove xfs_refcache.h by Christoph Hellwig · 14 years ago
  30. 4957a44 xfs: fix the xfs_trans_committed by Christoph Hellwig · 14 years ago
  31. dfe188d xfs: remove unused t_callback field in struct xfs_trans by Christoph Hellwig · 14 years ago
  32. d276734 xfs: fix bogus m_maxagi check in xfs_iget by Christoph Hellwig · 14 years ago
  33. 1b04071 xfs: do not use xfs_mod_incore_sb_batch for per-cpu counters by Christoph Hellwig · 14 years ago
  34. 96540c7 xfs: do not use xfs_mod_incore_sb for per-cpu counters by Christoph Hellwig · 14 years ago
  35. 61ba35d xfs: remove XFS_MOUNT_NO_PERCPU_SB by Christoph Hellwig · 14 years ago
  36. 50f59e8 xfs: pack xfs_buf structure more tightly by Dave Chinner · 14 years ago
  37. 74f75a0 xfs: convert buffer cache hash to rbtree by Dave Chinner · 14 years ago
  38. 69b491c xfs: serialise inode reclaim within an AG by Dave Chinner · 14 years ago
  39. e3a20c0 xfs: batch inode reclaim lookup by Dave Chinner · 14 years ago
  40. 78ae525 xfs: implement batched inode lookups for AG walking by Dave Chinner · 14 years ago
  41. e13de95 xfs: split out inode walk inode grabbing by Dave Chinner · 14 years ago
  42. 65d0f20 xfs: split inode AG walking into separate code for reclaim by Dave Chinner · 14 years ago
  43. 69d6cc7 xfs: remove buftarg hash for external devices by Dave Chinner · 14 years ago
  44. 1922c94 xfs: use unhashed buffers for size checks by Dave Chinner · 14 years ago
  45. 26af655 xfs: kill XBF_FS_MANAGED buffers by Dave Chinner · 14 years ago
  46. ebad861 xfs: store xfs_mount in the buftarg instead of in the xfs_buf by Dave Chinner · 14 years ago
  47. 5adc94c xfs: introduced uncached buffer read primitve by Dave Chinner · 14 years ago
  48. 686865f xfs: rename xfs_buf_get_nodaddr to be more appropriate by Dave Chinner · 14 years ago
  49. dcd79a1 xfs: don't use vfs writeback for pure metadata modifications by Dave Chinner · 14 years ago
  50. e176579 xfs: lockless per-ag lookups by Dave Chinner · 14 years ago
  51. bd32d25 xfs: remove debug assert for per-ag reference counting by Dave Chinner · 14 years ago
  52. d1583a3 xfs: reduce the number of CIL lock round trips during commit by Dave Chinner · 14 years ago
  53. 9c16991 xfs: eliminate some newly-reported gcc warnings by Poyo VL · 14 years ago
  54. c0e59e1 xfs: remove the ->kill_root btree operation by Christoph Hellwig · 14 years ago
  55. acecf1b xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflush by Christoph Hellwig · 14 years ago
  56. 52fda11 xfs: simplify xfs_qm_dqusage_adjust by Christoph Hellwig · 14 years ago
  57. 4472235 xfs: Introduce XFS_IOC_ZERO_RANGE by Dave Chinner · 14 years ago
  58. 3ae4c9d xfs: use range primitives for xfs page cache operations by Dave Chinner · 14 years ago
  59. 6370a6a workqueue: add and use WQ_MEM_RECLAIM flag by Tejun Heo · 14 years ago
  60. 081003f xfs: properly account for reclaimed inodes by Johannes Weiner · 14 years ago
  61. 80f44b1 quota: Make QUOTACTL config be selected by its users by Jan Kara · 14 years ago
  62. 8016867 xfs: force background CIL push under sustained load by Dave Chinner · 14 years ago
  63. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  64. 51749e4 xfs: log IO completion workqueue is a high priority queue by Dave Chinner · 14 years ago
  65. a122eb2 xfs: prevent reading uninitialized stack memory by Dan Rosenberg · 14 years ago
  66. 80f6c29 xfs: replace barriers with explicit flush / FUA usage by Christoph Hellwig · 14 years ago
  67. cb7a934 Merge branch '2.6.36-xfs-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/xfsdev by Alex Elder · 14 years ago
  68. 9af2546 xfs: Make fiemap work with sparse files by Tao Ma · 14 years ago
  69. 72656c4 xfs: prevent 32bit overflow in space reservation by Dave Chinner · 14 years ago
  70. 23963e5 xfs: Disallow 32bit project quota id by Arkadiusz Mi?kiewicz · 14 years ago
  71. 9bc08a4 xfs: improve buffer cache hash scalability by Dave Chinner · 14 years ago
  72. b5420f2 xfs: do not discard page cache data on EAGAIN by Christoph Hellwig · 14 years ago
  73. 3b93c7a xfs: don't do memory allocation under the CIL context lock by Dave Chinner · 14 years ago
  74. a44f13e xfs: Reduce log force overhead for delayed logging by Dave Chinner · 14 years ago
  75. 1a387d3 xfs: dummy transactions should not dirty VFS state by Dave Chinner · 14 years ago
  76. 2fe3366 xfs: ensure f_ffree returned by statfs() is non-negative by Stuart Brodsky · 14 years ago
  77. efceab1 xfs: handle negative wbc->nr_to_write during sync writeback by Dave Chinner · 14 years ago
  78. 4536f2a xfs: fix untrusted inode number lookup by Dave Chinner · 14 years ago
  79. 5b3eed7 xfs: ensure we mark all inodes in a freed cluster XFS_ISTALE by Dave Chinner · 14 years ago
  80. d17c701 xfs: unlock items before allowing the CIL to commit by Dave Chinner · 14 years ago
  81. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  82. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  83. a4ffdde simplify checks for I_CLEAR/I_FREEING by Al Viro · 14 years ago
  84. fa9b227 xfs: new truncate sequence by Christoph Hellwig · 14 years ago
  85. 155130a get rid of block_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  86. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  87. 90e0c22 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  88. 209fb87 xfs simplify and speed up direct I/O completions by Christoph Hellwig · 14 years ago
  89. fb511f2 xfs: move aio completion after unwritten extent conversion by Christoph Hellwig · 14 years ago
  90. 40e2e97 direct-io: move aio_complete into ->end_io by Christoph Hellwig · 14 years ago
  91. 696123f xfs: fix big endian build by Dave Chinner · 14 years ago
  92. ecd7f08 xfs: clean up xfs_bmap_get_bp by Christoph Hellwig · 14 years ago
  93. 5d18898 xfs: simplify xfs_truncate_file by Christoph Hellwig · 14 years ago
  94. 939d723 xfs: kill the b_strat callback in xfs_buf by Christoph Hellwig · 14 years ago
  95. a64afb0 xfs: remove obsolete osyncisosync mount option by Christoph Hellwig · 14 years ago
  96. 0664ce8 xfs: clean up filestreams helpers by Christoph Hellwig · 14 years ago
  97. 73523a2 xfs: fix gcc 4.6 set but not read and unused statement warnings by Christoph Hellwig · 14 years ago
  98. 0f1a932 xfs: Fix build when CONFIG_XFS_POSIX_ACL=n by Tony Luck · 14 years ago
  99. 3f34885 xfs: fix unsigned underflow in xfs_free_eofblocks by Kulikov Vasiliy · 14 years ago
  100. aea1b95 xfs: use GFP_NOFS for page cache allocation by Dave Chinner · 14 years ago