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