1. 312d3ca fs: use percpu counter for nr_dentry and nr_dentry_unused by Christoph Hellwig · 14 years ago
  2. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  3. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  4. 646ec46 fs: remove inode_add_to_list/__inode_add_to_list by Christoph Hellwig · 14 years ago
  5. 9e38d86 fs: Implement lazy LRU updates for inodes by Nick Piggin · 14 years ago
  6. cffbc8a fs: Convert nr_inodes and nr_unused to per-cpu counters by Dave Chinner · 14 years ago
  7. 1d3382cb new helper: inode_unhashed() by Al Viro · 14 years ago
  8. a8dade3 unexport invalidate_inodes by Al Viro · 14 years ago
  9. 4a3956c vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_pos by KAMEZAWA Hiroyuki · 14 years ago
  10. 7e360c3 fs: allow for more than 2^31 files by Eric Dumazet · 14 years ago
  11. 56b0dac fs: mark destroy_inode static by Christoph Hellwig · 14 years ago
  12. c3765016 fs: add sync_inode_metadata by Christoph Hellwig · 14 years ago
  13. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  14. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  15. 79f14b7 Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  16. f3270b1 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  17. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  18. fc37189 Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2.6 into ocfs2-merge-window by Joel Becker · 14 years ago
  19. 556ef63 Merge commit 'v2.6.36-rc7' into core/rcu by Ingo Molnar · 14 years ago
  20. b89f432 fs/locks.c: prepare for BKL removal by Arnd Bergmann · 14 years ago
  21. 8b15575 fs: {lock,unlock}_flocks() stubs to prepare for BKL removal by Sage Weil · 14 years ago
  22. 1ec5584 libfs: use generic_file_llseek for simple_attr by Arnd Bergmann · 14 years ago
  23. 30ca22c ext3/ext4: Factor out disk addressability check by Patrick J. LoPresti · 14 years ago
  24. 8c55536 block: remove the BLKDEV_IFL_BARRIER flag by Christoph Hellwig · 14 years ago
  25. 31725e6 block: remove the WRITE_BARRIER flag by Christoph Hellwig · 14 years ago
  26. 4fed947 block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests by Tejun Heo · 14 years ago
  27. 4d2deb4 kernel: __rcu annotations by Arnd Bergmann · 15 years ago
  28. 6416ccb fs: scale files_lock by Nick Piggin · 14 years ago
  29. d996b62 tty: fix fu_list abuse by Nick Piggin · 14 years ago
  30. ee2ffa0 fs: cleanup files_lock locking by Nick Piggin · 14 years ago
  31. 9cb569d remove SWRITE* I/O types by Christoph Hellwig · 14 years ago
  32. 10041d2 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  33. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  34. b19dd42 bkl: Remove locked .ioctl file operation by Arnd Bergmann · 14 years ago
  35. 8d57a98 block: add secure discard by Adrian Hunter · 14 years ago
  36. 13bcbc0 include/linux/fs.h: complete hexification of FMODE_* constants by Andrew Morton · 14 years ago
  37. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  38. 8c8946f Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  39. 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
  40. f446daae mm: implement writeback livelock avoidance using page tagging by Jan Kara · 14 years ago
  41. 7a4dec5 Fix sget() race with failing mount by Al Viro · 14 years ago
  42. ebabe9a pass a struct path to vfs_statfs by Christoph Hellwig · 14 years ago
  43. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  44. 45321ac Make ->drop_inode() just return whether inode needs to be dropped by Al Viro · 14 years ago
  45. 3014083 fs/inode.c:clear_inode() is gone by Al Viro · 14 years ago
  46. 07958f9 ->delete_inode() is gone by Al Viro · 14 years ago
  47. b0683aa new helper: end_writeback() by Al Viro · 14 years ago
  48. c628731 generic_detach_inode() can be static now by Al Viro · 14 years ago
  49. be7ce41 New method - evict_inode() by Al Viro · 14 years ago
  50. a4ffdde simplify checks for I_CLEAR/I_FREEING by Al Viro · 14 years ago
  51. 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 14 years ago
  52. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  53. 6a1a90a rename generic_setattr by Christoph Hellwig · 14 years ago
  54. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  55. 7cc0158 bio, fs: separate out bio_types.h and define READ/WRITE constants in terms of BIO_RW_* flags by Tejun Heo · 14 years ago
  56. aca27ba bio, fs: update RWA_MASK, READA and SWRITE to match the corresponding BIO_RW_* bits by Tejun Heo · 14 years ago
  57. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  58. 41f2df6 block: BARRIER request should imply SYNC by Christoph Hellwig · 14 years ago
  59. 7e68809 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  60. 9cfcac8 vfs: re-introduce MAY_CHDIR by Eric Paris · 14 years ago
  61. 6e00670 dnotify: move dir_notify_enable declaration by Alexey Dobriyan · 15 years ago
  62. 12ed2e3 fanotify: FMODE_NONOTIFY and __O_SYNC in sparc conflict by Signed-off-by: Wu Fengguang · 15 years ago
  63. ecf081d vfs: introduce FMODE_NONOTIFY by Eric Paris · 15 years ago
  64. e61ce86 fsnotify: rename fsnotify_mark_entry to just fsnotify_mark by Eric Paris · 15 years ago
  65. 2dfc1ca inotify: remove inotify in kernel interface by Eric Paris · 15 years ago
  66. 40e2e97 direct-io: move aio_complete into ->end_io by Christoph Hellwig · 14 years ago
  67. 140236b VFS: introduce s_dirty accessors by Artem Bityutskiy · 14 years ago
  68. 7d683a0 wrong type for 'magic' argument in simple_fill_super() by Roberto Sassu · 14 years ago
  69. 7bb46a6 fs: introduce new truncate sequence by npiggin@suse.de · 14 years ago
  70. 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 14 years ago
  71. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  72. d7065da get rid of the magic around f_count in aio by Al Viro · 14 years ago
  73. 105a048 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  74. ae6afc3 vfs: introduce noop_llseek() by jan Blunck · 14 years ago
  75. facd07b direct-io: add a hook for the fs to provide its own submit_bio function by Josef Bacik · 14 years ago
  76. e8bebe2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  77. a1bd120 vfs: Add inode uid,gid,mode init helper by Dmitry Monakhov · 15 years ago
  78. 51ee049 vfs: add lockdep annotation to s_vfs_rename_key for ecryptfs by Roland Dreier · 14 years ago
  79. 8018ab0 sanitize vfs_fsync calling conventions by Christoph Hellwig · 15 years ago
  80. bb43545 fs: xattr_handler table should be const by Stephen Hemminger · 14 years ago
  81. 18e9e51 Introduce freeze_super and thaw_super for the fsfreeze ioctl by Josef Bacik · 15 years ago
  82. 01a05b3 new helper: iterate_supers() by Al Viro · 15 years ago
  83. 35cf7ba Bury __put_super_and_need_restart() by Al Viro · 15 years ago
  84. 8edd64b get rid of restarts in sync_filesystems() by Al Viro · 15 years ago
  85. b20bd1a get rid of S_BIAS by Al Viro · 15 years ago
  86. 79d7e39 sb_entry() has been killed a couple of years ago and resurrected on mismerge by Al Viro · 15 years ago
  87. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  88. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  89. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  90. 6a727b4 FS / libfs: Implement simple_write_to_buffer by Jiri Slaby · 14 years ago
  91. 7407cf3 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  92. 6b4517a block: implement bd_claiming and claiming block by Tejun Heo · 14 years ago
  93. 3a3076f Cleanup generic block based fiemap by Josef Bacik · 14 years ago
  94. 989a297 fasync: RCU and fine grained locking by Eric Dumazet · 14 years ago
  95. b1dd3b2 vfs: rename block_fsync() to blkdev_fsync() by Andrew Morton · 14 years ago
  96. 55ab3a1 raw: fsync method is now required by Anton Blanchard · 14 years ago
  97. 19adf9c include/linux/fs.h: convert FMODE_* constants to hex by Andrew Morton · 15 years ago
  98. 0141450 readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM by Wu Fengguang · 15 years ago
  99. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 15 years ago
  100. db1f05b vfs: add NOFOLLOW flag to umount(2) by Miklos Szeredi · 15 years ago