1. 099c5c7 docs: filesystems: vfs: Use SPDX identifier by Tobin C. Harding · 6 years ago
  2. 90ac11a docs: filesystems: vfs: Use correct initial heading by Tobin C. Harding · 6 years ago
  3. e04c83c docs: filesystems: vfs: Use uniform spacing around headings by Tobin C. Harding · 6 years ago
  4. 90caa78 docs: filesystems: vfs: Use 72 character column width by Tobin C. Harding · 6 years ago
  5. 4ee33ea docs: filesystems: vfs: Use uniform space after period. by Tobin C. Harding · 6 years ago
  6. 50c1f43 docs: filesystems: vfs: Remove space before tab by Tobin C. Harding · 6 years ago
  7. dcb2cb1 Documentation/filesystems/vfs.txt: document how ->i_link works by Eric Biggers · 6 years ago
  8. c59a899 Documentation/filesystems/vfs.txt: remove bogus "Last updated" date by Eric Biggers · 6 years ago
  9. fb7e160 fs: add an iopoll method to struct file_operations by Christoph Hellwig · 6 years ago
  10. 806654a Documentation: Use "while" instead of "whilst" by Will Deacon · 6 years ago
  11. eca3654 vfs: enable remap callers that can handle short operations by Darrick J. Wong · 6 years ago
  12. 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
  13. 2e5dfc9 vfs: combine the clone and dedupe into a single remap_file_range by Darrick J. Wong · 6 years ago
  14. 45cd0fa vfs: add the fadvise() file operation by Amir Goldstein · 6 years ago
  15. 17ef445 Documentation/filesystems: update documentation of file_operations by Amir Goldstein · 6 years ago
  16. d9a185f Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 6 years ago
  17. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  18. fb16043 vfs: remove open_flags from d_real() by Miklos Szeredi · 6 years ago
  19. 4ab3031 Revert "vfs: add flags to d_real()" by Miklos Szeredi · 6 years ago
  20. 6c9b1de document ->atomic_open() changes by Al Viro · 6 years ago
  21. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  22. 3deb642 fs: introduce new ->get_poll_head and ->poll_mask methods by Christoph Hellwig · 7 years ago
  23. 6e8b704 fs: update documentation to mention __poll_t and match the code by Christoph Hellwig · 7 years ago
  24. c353f88 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  25. 495e642 vfs: add flags to d_real() by Miklos Szeredi · 7 years ago
  26. cc4bbaa swap: Remove obsolete sentence by Nikolay Borisov · 7 years ago
  27. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  28. 1d278a8 VFS: Kill off s_options and helpers by David Howells · 7 years ago
  29. acbf3c3 Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors by Jeff Layton · 7 years ago
  30. c718a97 fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag by Tetsuo Handa · 8 years ago
  31. 75dd7e4 Documentation/filesystems: fix documentation for ->getattr() by Eric Biggers · 8 years ago
  32. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  33. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  34. 76fca90 vfs: default to generic_readlink() by Miklos Szeredi · 8 years ago
  35. fb5f51c vfs: change d_manage() to take a struct path by Ian Kent · 8 years ago
  36. 723c038 fs: remove the never implemented aio_fsync file operation by Christoph Hellwig · 8 years ago
  37. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  38. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  39. 6c6ef9f xattr: Stop calling {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  40. 2ab704a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  41. 0c6cac1 doc: vfs: fix fadvise() sycall name by Andreas Gruenbacher · 8 years ago
  42. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  43. 18fc84d vfs: remove unused i_op->rename by Miklos Szeredi · 8 years ago
  44. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  45. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  46. bda807d mm: migrate: support non-lru movable page migration by Minchan Kim · 8 years ago
  47. 285b102 vfs: new d_init method by Miklos Szeredi · 9 years ago
  48. b223f4e2 Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into work.misc by Al Viro · 9 years ago
  49. f4e6d84 Remove last traces of ->sync_page by Matthew Wilcox · 9 years ago
  50. 0cac643 vfs: clean up documentation by Miklos Szeredi · 9 years ago
  51. e698b8a vfs: document ->d_real() by Miklos Szeredi · 9 years ago
  52. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
  53. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  54. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  55. c290ea0 fs: Remove ext3 filesystem driver by Jan Kara · 10 years ago
  56. 1e467e6 Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 10 years ago
  57. 0d03943 Documentation: filesystems: updated struct file_operations documentation in vfs.txt by Thomas de Beauchene · 10 years ago
  58. 203bc64 update Documentation/filesystems/ regarding the follow_link/put_link changes by Al Viro · 10 years ago
  59. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 10 years ago
  60. 6e77137b don't pass nameidata to ->follow_link() by Al Viro · 10 years ago
  61. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 10 years ago
  62. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  63. 8436318 ->aio_read and ->aio_write removed by Al Viro · 10 years ago
  64. e748dcd vfs: remove get_xip_mem by Matthew Wilcox · 10 years ago
  65. 8ce74dd Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into for-next by Al Viro · 10 years ago
  66. a3816ab fs: Convert show_fdinfo functions to void by Joe Perches · 10 years ago
  67. 4aa7c63 vfs: add i_op->dentry_open() by Miklos Szeredi · 10 years ago
  68. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  69. 4e07ad6 vfs: fix typo in s_op->alloc_inode() documentation by Kirill Smelkov · 10 years ago
  70. f82b4b6 locks: move i_lock acquisition into generic_*_lease handlers by Jeff Layton · 10 years ago
  71. e6f5c78 locks: plumb a "priv" pointer into the setlease routines by Jeff Layton · 10 years ago
  72. b8faf03 VFS: allow ->d_manage() to declare -EISDIR in rcu_walk mode. by NeilBrown · 10 years ago
  73. 293bc98 new methods: ->read_iter() and ->write_iter() by Al Viro · 11 years ago
  74. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 11 years ago
  75. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  76. c186afb4 switch ->is_partially_uptodate() to saner arguments by Al Viro · 11 years ago
  77. 520c8b1 vfs: add renameat2 syscall by Miklos Szeredi · 11 years ago
  78. 46bf16c Documentation/filesystems/vfs.txt: update file_operations documentation by Richard Yao · 11 years ago
  79. 0854d45 vfs: improve i_op->atomic_open() documentation by Miklos Szeredi · 11 years ago
  80. 543cc11 documentation: document the is_dirty_writeback aops callback by Mel Gorman · 11 years ago
  81. 26c0c5b documentation: update address_space_operations by Mel Gorman · 11 years ago
  82. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  83. 48bde8d Document ->tmpfile() by Al Viro · 11 years ago
  84. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  85. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 12 years ago
  86. 2233f31 [readdir] ->readdir() is gone by Al Viro · 12 years ago
  87. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 12 years ago
  88. ecf3d1f vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op by Jeff Layton · 12 years ago
  89. b9f61c3 documentation: drop vmtruncate by Marco Stornelli · 12 years ago
  90. 34e5053 Documentation: get rid of write_super by Artem Bityutskiy · 12 years ago
  91. 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
  92. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 13 years ago
  93. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  94. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 13 years ago
  95. 30d9049 kill struct opendata by Al Viro · 13 years ago
  96. d958527 make ->atomic_open() return int by Al Viro · 13 years ago
  97. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 13 years ago
  98. d18e900 vfs: add i_op->atomic_open() by Miklos Szeredi · 13 years ago
  99. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  100. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 13 years ago