1. 482e000 fs: remove leftover comments from mandatory locking removal by Jeff Layton · 3 years, 2 months ago
  2. 2949e84 fs: clean up after mandatory file locking support removal by Lukas Bulwahn · 3 years, 4 months ago
  3. f7e33bd fs: remove mandatory file locking support by Jeff Layton · 3 years, 4 months ago
  4. b964bf5 teach sendfile(2) to handle send-to-pipe directly by Al Viro · 4 years ago
  5. c4728cf Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 2 months ago
  6. f56e65d Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  7. 7b84b66 fs: Allow a NULL pos pointer to __kernel_read by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  8. 4c207ef fs: Allow a NULL pos pointer to __kernel_write by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  9. 407e9c6 vfs: move the generic write and copy checks out of mm by Darrick J. Wong · 4 years, 2 months ago
  10. 1b2c54d vfs: move the remap range helpers to remap_range.c by Darrick J. Wong · 4 years, 2 months ago
  11. 85ed13e Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  12. 5f764d6 fs: remove the compat readv/writev syscalls by Christoph Hellwig · 4 years, 3 months ago
  13. 3523a9d fs: remove various compat readv/writev helpers by Christoph Hellwig · 4 years, 3 months ago
  14. 89cd35c iov_iter: transparently handle compat iovecs in import_iovec by Christoph Hellwig · 4 years, 3 months ago
  15. 90fb702 autofs: use __kernel_write() for the autofs pipe writing by Linus Torvalds · 4 years, 3 months ago
  16. fb041b5 iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c by David Laight · 4 years, 3 months ago
  17. 36e2c74 fs: don't allow splice read/write without explicit ops by Christoph Hellwig · 4 years, 4 months ago
  18. 4d03e3c fs: don't allow kernel reads and writes without iter ops by Christoph Hellwig · 4 years, 4 months ago
  19. bef1732 initrd: switch initrd loading to struct file based APIs by Christoph Hellwig · 4 years, 7 months ago
  20. 775802c fs: remove __vfs_read by Christoph Hellwig · 4 years, 8 months ago
  21. 6209dd9 fs: implement kernel_read using __kernel_read by Christoph Hellwig · 4 years, 8 months ago
  22. 61a707c fs: add a __kernel_read helper by Christoph Hellwig · 4 years, 8 months ago
  23. 53ad862 fs: remove __vfs_write by Christoph Hellwig · 4 years, 8 months ago
  24. 81238b2 fs: implement kernel_write using __kernel_write by Christoph Hellwig · 4 years, 8 months ago
  25. a01ac27 fs: check FMODE_WRITE in __kernel_write by Christoph Hellwig · 4 years, 8 months ago
  26. 9db9775 fs: unexport __kernel_write by Christoph Hellwig · 4 years, 8 months ago
  27. 9e62cce powerpc: Add back __ARCH_WANT_SYS_LLSEEK macro by Michal Suchanek · 4 years, 9 months ago
  28. 7f879e1 Merge tag 'ovl-update-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 5 years ago
  29. 5dcdc43 vfs: add vfs_iocb_iter_[read|write] helper functions by Jiufei Xue · 5 years ago
  30. a5e6ea1 fs: allow deduplication of eof block into the end of the destination file by Filipe Manana · 5 years ago
  31. edc58dd vfs: fix page locking deadlocks when deduping files by Darrick J. Wong · 5 years ago
  32. 5dae222 vfs: allow copy_file_range to copy across devices by Amir Goldstein · 6 years ago
  33. e38f7f5 vfs: introduce file_modified() helper by Amir Goldstein · 6 years ago
  34. 96e6e8f vfs: add missing checks to copy_file_range by Amir Goldstein · 6 years ago
  35. a317135 vfs: introduce generic_file_rw_checks() by Amir Goldstein · 6 years ago
  36. 64bf5ff vfs: no fallback for ->copy_file_range by Dave Chinner · 6 years ago
  37. f16acc9 vfs: introduce generic_copy_file_range() by Dave Chinner · 6 years ago
  38. 438ab72 vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM files by Kirill Smelkov · 6 years ago
  39. 10dce8a fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock by Kirill Smelkov · 6 years ago
  40. 5f739e4 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  41. 736706b get rid of legacy 'get_ds()' function by Linus Torvalds · 6 years ago
  42. 12e1e7a vfs: Make __vfs_write() static by Geert Uytterhoeven · 6 years ago
  43. cc4b124 vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1 by Aurelien Jarno · 6 years ago
  44. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  45. 6744557 vfs: allow some remap flags to be passed to vfs_clone_file_range by Darrick J. Wong · 6 years ago
  46. 494633f vfs: vfs_dedupe_file_range() doesn't return EOPNOTSUPP by Dave Chinner · 6 years ago
  47. c2aa1a4 Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  48. 8adcc59 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  49. 8c5c836 vfs: clean up generic_remap_file_range_prep return value by Darrick J. Wong · 6 years ago
  50. c32e5f3 vfs: hide file range comparison function by Darrick J. Wong · 6 years ago
  51. eca3654 vfs: enable remap callers that can handle short operations by Darrick J. Wong · 6 years ago
  52. df36583 vfs: plumb remap flags through the vfs dedupe functions by Darrick J. Wong · 6 years ago
  53. 452ce65 vfs: plumb remap flags through the vfs clone functions by Darrick J. Wong · 6 years ago
  54. 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
  55. 8dde90b vfs: remap helper should update destination inode metadata by Darrick J. Wong · 6 years ago
  56. 3d28193 vfs: pass remap flags to generic_remap_checks by Darrick J. Wong · 6 years ago
  57. a91ae49b vfs: pass remap flags to generic_remap_file_range_prep by Darrick J. Wong · 6 years ago
  58. 2e5dfc9 vfs: combine the clone and dedupe into a single remap_file_range by Darrick J. Wong · 6 years ago
  59. 6095028 vfs: rename clone_verify_area to remap_verify_area by Darrick J. Wong · 6 years ago
  60. a83ab01 vfs: rename vfs_clone_file_prep to be more descriptive by Darrick J. Wong · 6 years ago
  61. 9aae205 vfs: skip zero-length dedupe requests by Darrick J. Wong · 6 years ago
  62. 07d19dc vfs: avoid problematic remapping requests into partial EOF block by Darrick J. Wong · 6 years ago
  63. 2c5773f vfs: exit early from zero length remap operations by Darrick J. Wong · 6 years ago
  64. 1383a7e vfs: check file ranges before cloning files by Darrick J. Wong · 6 years ago
  65. 5b49f64 vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF by Darrick J. Wong · 6 years ago
  66. 4dcb923 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  67. 55338ac Delete invalid assignment statements in do_sendfile by nixiaoming · 6 years ago
  68. 85c95f2 vfs: dedupe should return EPERM if permission is not granted by Mark Fasheh · 6 years ago
  69. 5de4480 vfs: allow dedupe of user owned read-only files by Mark Fasheh · 6 years ago
  70. a725356 vfs: swap names of {do,vfs}_clone_file_range() by Amir Goldstein · 6 years ago
  71. caf6f9c asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro by Arnd Bergmann · 7 years ago
  72. f182536 vfs: export vfs_dedupe_file_range_one() to modules by Miklos Szeredi · 6 years ago
  73. 1b4f42a vfs: dedupe: extract helper for a single dedup by Miklos Szeredi · 6 years ago
  74. 87eb5eb vfs: dedupe: rationalize args by Miklos Szeredi · 6 years ago
  75. 5740c99 vfs: dedupe: return int by Miklos Szeredi · 6 years ago
  76. 92b66d2 vfs: limit size of dedupe by Miklos Szeredi · 6 years ago
  77. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  78. 2276271 fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range() by Zev Weiss · 7 years ago
  79. 36028d5 fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls by Dominik Brodowski · 7 years ago
  80. 3ce4a7b fs: add ksys_read() helper; remove in-kernel calls to sys_read() by Dominik Brodowski · 7 years ago
  81. 76847e4 fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek() by Dominik Brodowski · 7 years ago
  82. e7a3e8b fs: add ksys_write() helper; remove in-kernel calls to sys_write() by Dominik Brodowski · 7 years ago
  83. 16382e1 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  84. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  85. faea132 kill iov_shorten() by Al Viro · 7 years ago
  86. fc46820 vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets by Andreas Gruenbacher · 7 years ago
  87. 581bfce9 Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  88. 9725d4c fs: unexport vfs_readv and vfs_writev by Christoph Hellwig · 7 years ago
  89. bd8df82 fs: unexport vfs_read and vfs_write by Christoph Hellwig · 7 years ago
  90. eb03184 fs: unexport __vfs_read/__vfs_write by Christoph Hellwig · 7 years ago
  91. 73e18f7 fs: make the buf argument to __kernel_write a void pointer by Christoph Hellwig · 7 years ago
  92. e13ec93 fs: fix kernel_write prototype by Christoph Hellwig · 7 years ago
  93. bdd1d2d fs: fix kernel_read prototype by Christoph Hellwig · 7 years ago
  94. c41fbad fs: move kernel_read to fs/read_write.c by Christoph Hellwig · 7 years ago
  95. ac452ac fs: move kernel_write to fs/read_write.c by Christoph Hellwig · 7 years ago
  96. ddef7ed2 annotate RWF_... flags by Christoph Hellwig · 7 years ago
  97. cee37d8 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  98. 62473a2 move file_{start,end}_write() out of do_iter_write() by Al Viro · 7 years ago
  99. 89fbf53 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  100. c6b1e36 Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago