1. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. aadfa80 vfs: add note about i_op->rename changes to porting by Miklos Szeredi · 8 years ago
  3. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  4. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  5. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  6. 9cf843e lookup_open(): lock the parent shared unless O_CREAT is given by Al Viro · 8 years ago
  7. 6192269 introduce a parallel variant of ->iterate() by Al Viro · 8 years ago
  8. 9902af7 parallel lookups: actual switch to rwsem by Al Viro · 8 years ago
  9. 84e710d parallel lookups machinery, part 2 by Al Viro · 8 years ago
  10. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  11. e8ecde2 Make sure that highmem pages are not added to symlink page cache by Al Viro · 8 years ago
  12. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 8 years ago
  13. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  14. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  15. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  16. 8a81252 fs/file.c: don't acquire files->file_lock in fd_install() by Eric Dumazet · 9 years ago
  17. 1e467e6 Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 9 years ago
  18. 4701607 vfs: Minor documentation fix by Andreas Gruenbacher · 9 years ago
  19. 203bc64 update Documentation/filesystems/ regarding the follow_link/put_link changes by Al Viro · 9 years ago
  20. 8436318 ->aio_read and ->aio_write removed by Al Viro · 9 years ago
  21. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  22. 78d28e6 kill f_dentry macro by Al Viro · 10 years ago
  23. 41d28bc switch d_materialise_unique() users to d_splice_alias() by Al Viro · 10 years ago
  24. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  25. 5a3cd9928 iget/iget5: don't bother with ->i_lock until we find a match by Al Viro · 11 years ago
  26. 4aa3289 fs: remove vfs_follow_link by Christoph Hellwig · 11 years ago
  27. 2233f31 [readdir] ->readdir() is gone by Al Viro · 11 years ago
  28. 5c0ba4e [readdir] introduce iterate_dir() and dir_context by Al Viro · 11 years ago
  29. ecf3d1f vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op by Jeff Layton · 11 years ago
  30. b9f61c3 documentation: drop vmtruncate by Marco Stornelli · 11 years ago
  31. 34e5053 Documentation: get rid of write_super by Artem Bityutskiy · 12 years ago
  32. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  33. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  34. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  35. 049b3c1 vfs: update documentation on ->i_dentry handling by Al Viro · 12 years ago
  36. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  37. 32991ab vfs: d_alloc_root() gone by Al Viro · 12 years ago
  38. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  39. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  40. 982d816 fs: add SEEK_HOLE and SEEK_DATA flags by Josef Bacik · 13 years ago
  41. 76fe327 ->permission() sanitizing: document API changes by Al Viro · 13 years ago
  42. f283c86 fs: remove inode_lock from iput_final and prune_icache by Dave Chinner · 13 years ago
  43. 1a102ff vfs: bury ->get_sb() by Al Viro · 13 years ago
  44. db9effe Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin by Linus Torvalds · 13 years ago
  45. a82416d fs: small rcu-walk documentation fixes by Nick Piggin · 13 years ago
  46. 9242415 fs: add documentation on fallocate hole punching by Josef Bacik · 13 years ago
  47. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 13 years ago
  48. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 13 years ago
  49. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  50. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 13 years ago
  51. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  52. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  53. fe15ce4 fs: change d_delete semantics by Nick Piggin · 13 years ago
  54. 336fb3b update VFS documentation for method changes. by Al Viro · 14 years ago
  55. 1e23173 update documentation for the new truncate sequence by Christoph Hellwig · 14 years ago
  56. dc7a081 nfs: new subdir Documentation/filesystems/nfs by J. Bruce Fields · 15 years ago
  57. 12debc4 iget: remove iget() and the read_inode() super op as being obsolete by David Howells · 16 years ago
  58. b46980f iget: introduce a function to register iget failure by David Howells · 16 years ago
  59. 3eb43f6 Documentation/filesystems/porting fixes by Oliver Pinter · 16 years ago
  60. c2b3898 Documentation: Fix up docs still talking about i_sem by Josef 'Jeff' Sipek · 17 years ago
  61. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  62. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago