1. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 9 years ago
  2. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  3. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  4. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  5. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  6. dd90618 mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAP by Boaz Harrosh · 9 years ago
  7. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  8. 8436318 ->aio_read and ->aio_write removed by Al Viro · 9 years ago
  9. dca1117 Documentation/filesystems/Locking: ->get_sb() is long gone by Al Viro · 9 years ago
  10. e748dcd vfs: remove get_xip_mem by Matthew Wilcox · 9 years ago
  11. 4aa7c63 vfs: add i_op->dentry_open() by Miklos Szeredi · 10 years ago
  12. c45198e locks: move freeing of leases outside of i_lock by Jeff Layton · 10 years ago
  13. f82b4b6 locks: move i_lock acquisition into generic_*_lease handlers by Jeff Layton · 10 years ago
  14. e6f5c78 locks: plumb a "priv" pointer into the setlease routines by Jeff Layton · 10 years ago
  15. 2ece173 locks: update Locking documentation to clarify fl_release_private behavior by Jeff Layton · 10 years ago
  16. 293bc98 new methods: ->read_iter() and ->write_iter() by Al Viro · 10 years ago
  17. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  18. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  19. 8c6e50b mm: introduce vm_ops->map_pages() by Kirill A. Shutemov · 10 years ago
  20. c186afb4 switch ->is_partially_uptodate() to saner arguments by Al Viro · 10 years ago
  21. 520c8b1 vfs: add renameat2 syscall by Miklos Szeredi · 10 years ago
  22. 507da6a doc: Fix typo (acces_process_vm -> access_process_vm) by Stefan Weil · 11 years ago
  23. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  24. 48bde8d Document ->tmpfile() by Al Viro · 11 years ago
  25. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  26. 7b2296a locks: give the blocked_hash its own spinlock by Jeff Layton · 11 years ago
  27. 3999e49 locks: add a new "lm_owner_key" lock operation by Jeff Layton · 11 years ago
  28. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 11 years ago
  29. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  30. 2233f31 [readdir] ->readdir() is gone by Al Viro · 11 years ago
  31. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  32. ecf3d1f vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op by Jeff Layton · 11 years ago
  33. b9f61c3 documentation: drop vmtruncate by Marco Stornelli · 12 years ago
  34. 34e5053 Documentation: get rid of write_super by Artem Bityutskiy · 12 years ago
  35. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  36. 068535f locks: remove unused lm_release_private by J. Bruce Fields · 12 years ago
  37. 62c230b mm: add support for a filesystem to activate swap files and use direct_IO for writing swap pages by Mel Gorman · 12 years ago
  38. 06fd516 Documentation: Correct s_umount state for freeze_fs/unfreeze_fs by Valerie Aurora · 12 years ago
  39. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  40. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  41. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  42. 30d9049 kill struct opendata by Al Viro · 12 years ago
  43. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  44. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  45. d18e900 vfs: add i_op->atomic_open() by Miklos Szeredi · 12 years ago
  46. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  47. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 12 years ago
  48. 17cf28a mm/fs: remove truncate_range by Hugh Dickins · 12 years ago
  49. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  50. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  51. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  52. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  53. f0023bc vfs: add d_prune dentry operation by Sage Weil · 13 years ago
  54. 2dad320 Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  55. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  56. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  57. 8fb47a4 locks: rename lock-manager ops by J. Bruce Fields · 13 years ago
  58. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  59. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  60. f283c86 fs: remove inode_lock from iput_final and prune_icache by Dave Chinner · 13 years ago
  61. 1a102ff vfs: bury ->get_sb() by Al Viro · 13 years ago
  62. 2fe17c1 fallocate should be a file operation by Christoph Hellwig · 14 years ago
  63. f8206b9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  64. ab90911 Allow d_manage() to be used in RCU-walk mode by David Howells · 14 years ago
  65. cc53ce5 Add a dentry op to allow processes to be held during pathwalk transit by David Howells · 14 years ago
  66. 9875cf8 Add a dentry op to handle automounting rather than abusing follow_link() by David Howells · 14 years ago
  67. 18bce37 Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  68. ec26fba Documentation: fl_mylease no longer exists by J. Bruce Fields · 14 years ago
  69. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  70. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  71. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  72. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 14 years ago
  73. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 14 years ago
  74. 8a87694 remove trim_fs method from Documentation/filesystems/Locking by Christoph Hellwig · 14 years ago
  75. b83be6f update Documentation/filesystems/Locking by Christoph Hellwig · 14 years ago
  76. 6072d13 Call the filesystem back whenever a page is removed from the page cache by Linus Torvalds · 14 years ago
  77. bb8430a locks: remove fl_copy_lock lock_manager operation by Christoph Hellwig · 14 years ago
  78. e1455d1 update block_device_operations documentation by Christoph Hellwig · 14 years ago
  79. b19dd42 bkl: Remove locked .ioctl file operation by Arnd Bergmann · 14 years ago
  80. 336fb3b update VFS documentation for method changes. by Al Viro · 14 years ago
  81. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  82. 866707f Documentation/filesystems/Locking: update documentation on llseek() wrt BKL by Jan Blunck · 14 years ago
  83. ca0dbd8 doc: inode uses a mutex instead of a semaphore. by Thadeu Lima de Souza Cascardo · 14 years ago
  84. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  85. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  86. b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 14 years ago
  87. 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 14 years ago
  88. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 14 years ago
  89. 7e325d3 update Documentation/filesystems/Locking by Christoph Hellwig · 15 years ago
  90. fe36adf No instance of ->bmap() needs BKL by Al Viro · 15 years ago
  91. b827e49 mm: close page_mkwrite races by Nick Piggin · 15 years ago
  92. c2ec175 mm: page_mkwrite change prototype to match fault by Nick Piggin · 15 years ago
  93. 7639842 Move FASYNC bit handling to f_op->fasync() by Jonathan Corbet · 15 years ago
  94. c4be0c1 filesystem freeze: add error handling of write_super_lockfs/unlockfs by Takashi Sato · 16 years ago
  95. 5f820f6 poll: allow f_op->poll to sleep by Tejun Heo · 16 years ago
  96. 6badd79 kill ->dir_notify() by Al Viro · 16 years ago
  97. 4e02ed4 fs: remove prepare_write/commit_write by Nick Piggin · 16 years ago
  98. adaae72 update Documentation/filesystems/Locking for 2.6.27 changes by Christoph Hellwig · 16 years ago
  99. 28b2ee2 access_process_vm device memory infrastructure by Rik van Riel · 16 years ago
  100. 33dcdac [PATCH] kill ->put_inode by Christoph Hellwig · 16 years ago