1. 4ecbfe6 xfs: clean up busy extent naming by Dave Chinner · 12 years ago
  2. efc27b5 xfs: move busy extent handling to it's own file by Dave Chinner · 12 years ago
  3. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 12 years ago
  4. bc4010ec xfs: use iolock on XFS_IOC_ALLOCSP calls by Dave Chinner · 12 years ago
  5. aa5c158 xfs: kill XBF_DONTBLOCK by Dave Chinner · 12 years ago
  6. 7ca790a xfs: kill xfs_read_buf() by Dave Chinner · 12 years ago
  7. a8acad7 xfs: kill XBF_LOCK by Dave Chinner · 12 years ago
  8. 795cac7 xfs: kill xfs_buf_btoc by Dave Chinner · 12 years ago
  9. aa0e883 xfs: use blocks for storing the desired IO size by Dave Chinner · 12 years ago
  10. 4e94b71 xfs: use blocks for counting length of buffers by Dave Chinner · 12 years ago
  11. de1cbee xfs: kill b_file_offset by Dave Chinner · 12 years ago
  12. e70b73f xfs: clean up buffer get/read call API by Dave Chinner · 12 years ago
  13. bf813cd xfs: use kmem_zone_zalloc for buffers by Dave Chinner · 12 years ago
  14. ead360c xfs: fix incorrect b_offset initialisation by Dave Chinner · 12 years ago
  15. 0e95f19 xfs: check for buffer errors before waiting by Dave Chinner · 12 years ago
  16. fe2429b xfs: fix buffer lookup race on allocation failure by Dave Chinner · 12 years ago
  17. aff3a9e xfs: Use preallocation for inodes with extsz hints by Dave Chinner · 12 years ago
  18. 3ed9116 xfs: limit specualtive delalloc to maxioffset by Dave Chinner · 12 years ago
  19. 58e2077 xfs: don't assert on delalloc regions beyond EOF by Dave Chinner · 12 years ago
  20. 81158e0 xfs: prevent needless mount warning causing test failures by Dave Chinner · 12 years ago
  21. d3bc815 xfs: punch new delalloc blocks out of failed writes inside EOF. by Dave Chinner · 12 years ago
  22. 6ffc4db xfs: page type check in writeback only checks last buffer by Dave Chinner · 12 years ago
  23. 4c2d542 xfs: Do background CIL flushes via a workqueue by Dave Chinner · 12 years ago
  24. 04913fd xfs: pass shutdown method into xfs_trans_ail_delete_bulk by Dave Chinner · 12 years ago
  25. a856917 xfs: remove some obsolete comments in xfs_trans_ail.c by Christoph Hellwig · 12 years ago
  26. 43ff212 xfs: on-stack delayed write buffer lists by Christoph Hellwig · 12 years ago
  27. 960c60a xfs: do not add buffers to the delwri queue until pushed by Christoph Hellwig · 12 years ago
  28. fe7257f xfs: do not write the buffer from xfs_qm_dqflush by Christoph Hellwig · 12 years ago
  29. 4c46819 xfs: do not write the buffer from xfs_iflush by Christoph Hellwig · 12 years ago
  30. 8a48088 xfs: don't flush inodes from background inode reclaim by Christoph Hellwig · 12 years ago
  31. 211e4d4 xfs: implement freezing by emptying the AIL by Christoph Hellwig · 12 years ago
  32. 1c30462 xfs: allow assigning the tail lsn with the AIL lock held by Christoph Hellwig · 12 years ago
  33. 32ce90a xfs: remove log item from AIL in xfs_iflush after a shutdown by Christoph Hellwig · 12 years ago
  34. dea9609 xfs: remove log item from AIL in xfs_qm_dqflush after a shutdown by Christoph Hellwig · 12 years ago
  35. 7582df5 xfs: using GFP_NOFS for blkdev_issue_flush by Shaohua Li · 12 years ago
  36. 01c84d2 xfs: punch all delalloc blocks beyond EOF on write failure. by Dave Chinner · 12 years ago
  37. 507630b xfs: use shared ilock mode for direct IO writes by default by Dave Chinner · 12 years ago
  38. 193aec1 xfs: push the ilock into xfs_zero_eof by Christoph Hellwig · 12 years ago
  39. f38996f xfs: reduce ilock hold times in xfs_setattr_size by Christoph Hellwig · 12 years ago
  40. 467f789 xfs: reduce ilock hold times in xfs_file_aio_write_checks by Christoph Hellwig · 12 years ago
  41. b4d05e3 xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattach by Christoph Hellwig · 12 years ago
  42. 8a00ebe xfs: Ensure inode reclaim can run during quotacheck by Dave Chinner · 12 years ago
  43. da5bf95 xfs: don't fill statvfs with project quota for a directory if it was not enabled. by Jie Liu · 12 years ago
  44. f68e556 Make the "word-at-a-time" helper functions more commonly usable by Linus Torvalds · 12 years ago
  45. 23f347e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  46. 35f9c09 tcp: tcp_sendpages() should call tcp_push() once by Eric Dumazet · 12 years ago
  47. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  48. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 12 years ago
  49. 20955e8 libfs: add simple_open() by Stephen Boyd · 12 years ago
  50. 7563ec4 hugetlbfs: remove unregister_filesystem() when initializing module by Hillf Danton · 12 years ago
  51. 44c8249 fs/xattr.c:setxattr(): improve handling of allocation failures by Andrew Morton · 12 years ago
  52. 0d08d7b fs/xattr.c:listxattr(): fall back to vmalloc() if kmalloc() failed by Andrew Morton · 12 years ago
  53. 703bf2d fs/xattr.c: suppress page allocation failure warnings from sys_listxattr() by Dave Jones · 12 years ago
  54. 99663be proc: fix mount -t proc -o AAA by Vasiliy Kulikov · 12 years ago
  55. 43f63c8 Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  56. 66cfb32 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  57. e4b41fb Fix UNC parsing on mount by Sachin Prabhu · 12 years ago
  58. 1023807 Remove unnecessary check for NULL in password parser by Sachin Prabhu · 12 years ago
  59. 66189be CIFS: Fix VFS lock usage for oplocked files by Pavel Shilovsky · 12 years ago
  60. 9ebb389 Revert "CIFS: Fix VFS lock usage for oplocked files" by Steve French · 12 years ago
  61. 2545e07 cifs: writing past end of struct in cifs_convert_address() by Dan Carpenter · 12 years ago
  62. b2a3ad9 cifs: silence compiler warnings showing up with gcc-4.7.0 by Jeff Layton · 12 years ago
  63. b5efb97 CIFS: Fix VFS lock usage for oplocked files by Pavel Shilovsky · 12 years ago
  64. 8bb1f22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  65. c0d0259 vfs: fix out-of-date dentry_unhash() comment by J. Bruce Fields · 12 years ago
  66. bad6118 vfs: split __lookup_hash by Miklos Szeredi · 12 years ago
  67. 81e6f52 untangling do_lookup() - take __lookup_hash()-calling case out of line. by Al Viro · 12 years ago
  68. a325554 untangling do_lookup() - switch to calling __lookup_hash() by Al Viro · 12 years ago
  69. a6ecdfc untangling do_lookup() - merge d_alloc_and_lookup() callers by Al Viro · 12 years ago
  70. ec335e9 untangling do_lookup() - merge failure exits in !dentry case by Al Viro · 12 years ago
  71. d774a05 untangling do_lookup() - massage !dentry case towards __lookup_hash() by Al Viro · 12 years ago
  72. 08b0ab7 untangling do_lookup() - get rid of need_reval in !dentry case by Al Viro · 12 years ago
  73. acc9cb3 untangling do_lookup() - eliminate a loop. by Al Viro · 12 years ago
  74. 37c17e1 untangling do_lookup() - expand the area under ->i_mutex by Al Viro · 12 years ago
  75. 3f6c7c7 untangling do_lookup() - isolate !dentry stuff from the rest of it. by Al Viro · 12 years ago
  76. cda309d vfs: move MAY_EXEC check from __lookup_hash() by Miklos Szeredi · 12 years ago
  77. 3637c05 vfs: don't revalidate just looked up dentry by Miklos Szeredi · 12 years ago
  78. fa4ee15 vfs: fix d_need_lookup/d_revalidate order in do_lookup by Miklos Szeredi · 12 years ago
  79. 4613ad1 ext3: move headers to fs/ext3/ by Al Viro · 12 years ago
  80. f7699f2 migrate ext2_fs.h guts to fs/ext2/ext2.h by Al Viro · 12 years ago
  81. 2f99c36 get rid of pointless includes of ext2_fs.h by Al Viro · 12 years ago
  82. 22a71c3 pstore: trim pstore_get_inode() by Al Viro · 12 years ago
  83. a2e1859 aio: take final put_ioctx() into callers of io_destroy() by Al Viro · 12 years ago
  84. 06af121 aio: merge aio_cancel_all() with wait_for_all_aios() by Al Viro · 12 years ago
  85. 6308191 tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec() by Oleg Nesterov · 12 years ago
  86. 623ff77 Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 12 years ago
  87. 10f3cb4 Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  88. 9613beb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  89. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  90. 6268b32 Revert "ext4: don't release page refs in ext4_end_bio()" by Linus Torvalds · 12 years ago
  91. 71db34f Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  92. 18a06ef Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  93. 10bdfb5 pagemap: remove remaining unneeded spin_lock() by Naoya Horiguchi · 12 years ago
  94. bc3f116 Btrfs: update the checks for mixed block groups with big metadata blocks by Chris Mason · 12 years ago
  95. e1f041e Btrfs: update to the right index of defragment by Liu Bo · 12 years ago
  96. 66c2689 Btrfs: do not bother to defrag an extent if it is a big real extent by Liu Bo · 12 years ago
  97. 17ce6ef Btrfs: add a check to decide if we should defrag the range by Liu Bo · 12 years ago
  98. 4cb13e5 Btrfs: fix recursive defragment with autodefrag option by Liu Bo · 12 years ago
  99. 1f12bd0 Btrfs: fix the mismatch of page->mapping by Liu Bo · 12 years ago
  100. ecb8bea Btrfs: fix race between direct io and autodefrag by Liu Bo · 12 years ago