1. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  2. c186afb4 switch ->is_partially_uptodate() to saner arguments by Al Viro · 10 years ago
  3. 520c8b1 vfs: add renameat2 syscall by Miklos Szeredi · 10 years ago
  4. 46bf16c Documentation/filesystems/vfs.txt: update file_operations documentation by Richard Yao · 10 years ago
  5. 0854d45 vfs: improve i_op->atomic_open() documentation by Miklos Szeredi · 11 years ago
  6. 543cc11 documentation: document the is_dirty_writeback aops callback by Mel Gorman · 11 years ago
  7. 26c0c5b documentation: update address_space_operations by Mel Gorman · 11 years ago
  8. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  9. 48bde8d Document ->tmpfile() by Al Viro · 11 years ago
  10. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  11. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  12. 2233f31 [readdir] ->readdir() is gone by Al Viro · 11 years ago
  13. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  14. ecf3d1f vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op by Jeff Layton · 11 years ago
  15. b9f61c3 documentation: drop vmtruncate by Marco Stornelli · 12 years ago
  16. 34e5053 Documentation: get rid of write_super by Artem Bityutskiy · 12 years ago
  17. 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
  18. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  19. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  20. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  21. 30d9049 kill struct opendata by Al Viro · 12 years ago
  22. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  23. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  24. d18e900 vfs: add i_op->atomic_open() by Miklos Szeredi · 12 years ago
  25. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  26. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 12 years ago
  27. 17cf28a mm/fs: remove truncate_range by Hugh Dickins · 12 years ago
  28. b1349f2 typo fix in Documentation/filesystems/vfs.txt by Al Viro · 12 years ago
  29. 40e4712 Documentation: Fix multiple typo in Documentation by Masanari Iida · 12 years ago
  30. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  31. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  32. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  33. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  34. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  35. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  36. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  37. 8ab4766 vfs: increase shrinker batch size by Dave Chinner · 13 years ago
  38. 0e1fdaf superblock: add filesystem shrinker operations by Dave Chinner · 13 years ago
  39. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  40. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  41. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  42. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  43. f283c86 fs: remove inode_lock from iput_final and prune_icache by Dave Chinner · 13 years ago
  44. 1aed3e4 lose 'mounting_here' argument in ->d_manage() by Al Viro · 13 years ago
  45. 1a102ff vfs: bury ->get_sb() by Al Viro · 13 years ago
  46. ea5b778 Unexport do_add_mount() and add in follow_automount(), not ->d_automount() by David Howells · 14 years ago
  47. ab90911 Allow d_manage() to be used in RCU-walk mode by David Howells · 14 years ago
  48. cc53ce5 Add a dentry op to allow processes to be held during pathwalk transit by David Howells · 14 years ago
  49. 9875cf8 Add a dentry op to handle automounting rather than abusing follow_link() by David Howells · 14 years ago
  50. a82416d fs: small rcu-walk documentation fixes by Nick Piggin · 14 years ago
  51. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  52. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  53. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 14 years ago
  54. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 14 years ago
  55. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  56. 38971ce Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  57. 4fe65ca Documentation/filesystems/vfs.txt: fix ->repeasepage() description by Andrew Morton · 14 years ago
  58. 6072d13 Call the filesystem back whenever a page is removed from the page cache by Linus Torvalds · 14 years ago
  59. b19dd42 bkl: Remove locked .ioctl file operation by Arnd Bergmann · 14 years ago
  60. 7bb46a6 fs: introduce new truncate sequence by npiggin@suse.de · 14 years ago
  61. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  62. a33f322 Documentation/: it's -> its where appropriate by Francis Galiegue · 14 years ago
  63. 94004ed kill wait_on_page_writeback_range by Christoph Hellwig · 15 years ago
  64. 2571873 HWPOISON: Define a new error_remove_page address space op for async truncation by Andi Kleen · 15 years ago
  65. 66672fe Documentation/filesystems: remove out of date reference to BKL being held by Adrian McMenamin · 15 years ago
  66. c4be0c1 filesystem freeze: add error handling of write_super_lockfs/unlockfs by Takashi Sato · 16 years ago
  67. 6badd79 kill ->dir_notify() by Al Viro · 16 years ago
  68. be42c4c correct wrong function name of d_put in kernel document and source comment by Zhaolei · 16 years ago
  69. 4e02ed4 fs: remove prepare_write/commit_write by Nick Piggin · 16 years ago
  70. d919588 Documentation cleanup: trivial misspelling, punctuation, and grammar corrections. by Matt LaPlante · 16 years ago
  71. 33dcdac [PATCH] kill ->put_inode by Christoph Hellwig · 16 years ago
  72. f84e3f5 mount options: add documentation by Miklos Szeredi · 16 years ago
  73. 12debc4 iget: remove iget() and the read_inode() super op as being obsolete by David Howells · 16 years ago
  74. bc5b1d5 Documentation/filesystems/vfs.txt: typo fix by Shaun Zinck · 17 years ago
  75. 5514476 fs: remove some AOP_TRUNCATED_PAGE by Nick Piggin · 17 years ago
  76. afddba4 fs: introduce write_begin, write_end, and perform_write aops by Nick Piggin · 17 years ago
  77. 422b14c update Documentation/filesystems/vfs.txt by Borislav Petkov · 17 years ago
  78. 0746aec update description in Documentation/filesystems/vfs.txt by Borislav Petkov · 17 years ago
  79. c23fbb6 VFS: delay the dentry name generation on sockets and pipes by Eric Dumazet · 17 years ago
  80. 955eff5 [PATCH] fs: fix libfs data leak by Nick Piggin · 17 years ago
  81. 670e9f3 Documentation: remove duplicated words by Paolo Ornati · 18 years ago
  82. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  83. 5d8b2eb [PATCH] VFS documentation tweak by Jonathan Corbet · 18 years ago
  84. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  85. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  86. d1195c5 [PATCH] vfs: add splice_write and splice_read to documentation by Pekka J Enberg · 18 years ago
  87. a9e102b [PATCH] More corrections to vfs.txt update by NeilBrown · 18 years ago
  88. 341546f [PATCH] Update some VFS documentation by NeilBrown · 18 years ago
  89. e3e1bfe Documentation/filesystems/vfs.txt: typo fix by Jim Cromie · 19 years ago
  90. cbf8f0f [PATCH] VFS: split dentry locking documentation by Pekka Enberg · 19 years ago
  91. cc7d1f8 [PATCH] VFS: update overview document by Pekka Enberg · 19 years ago
  92. 5ea626a [PATCH] VFS: update documentation by Pekka J Enberg · 19 years ago
  93. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago