1. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  2. 5010fe9 Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  3. d2b6b4c Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  4. 2e75675 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  5. 40f06c7 Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  6. e6983af Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  7. 988052f Merge tag 'locks-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 6 years ago
  8. f85d933 locks: Cleanup lm_compare_owner and lm_owner_key by Benjamin Coddington · 6 years ago
  9. 7b0e492 vfs: create a generic checking function for FS_IOC_FSSETXATTR by Darrick J. Wong · 6 years ago
  10. 5aca284 vfs: create a generic checking and prep function for FS_IOC_SETFLAGS by Darrick J. Wong · 6 years ago
  11. aa0bfcd mm: add filemap_fdatawait_range_keep_errors() by Ross Zwisler · 6 years ago
  12. 387e374 locks: eliminate false positive conflicts for write lease by Amir Goldstein · 6 years ago
  13. e38f7f5 vfs: introduce file_modified() helper by Amir Goldstein · 6 years ago
  14. 96e6e8f vfs: add missing checks to copy_file_range by Amir Goldstein · 6 years ago
  15. a317135 vfs: introduce generic_file_rw_checks() by Amir Goldstein · 6 years ago
  16. f16acc9 vfs: introduce generic_copy_file_range() by Dave Chinner · 6 years ago
  17. 5c437fa docs: fs: fix broken links to vfs.txt with was renamed to vfs.rst by Mauro Carvalho Chehab · 6 years ago
  18. 0b3b094 fanotify: Disallow permission events for proc filesystem by Jan Kara · 6 years ago
  19. 023d066 vfs: Kill sget_userns() by David Howells · 6 years ago
  20. 8d9e46d fold mount_pseudo_xattr() into pseudo_fs_get_tree() by Al Viro · 6 years ago
  21. bb7b6b2 vfs: Kill mount_ns() by David Howells · 6 years ago
  22. 1f58bb1 mount_pseudo(): drop 'name' argument, switch to d_make_root() by Al Viro · 6 years ago
  23. 5abe379 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  24. e5fef2a Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  25. d897166 Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  26. 4009132 Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  27. 52ae245 Merge tag 'for-5.2/io_uring-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  28. 22f96b3 fs: add sync_file_range() helper by Jens Axboe · 6 years ago
  29. fdb0da8 new inode method: ->free_inode() by Al Viro · 6 years ago
  30. b886ee3 ext4: Support case-insensitive file name lookups by Gabriel Krisman Bertazi · 6 years ago
  31. d469660 afs: Add file locking tracepoints by David Howells · 6 years ago
  32. 1caf7a7 fs: drop unused fput_atomic definition by Lukas Bulwahn · 6 years ago
  33. 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
  34. a07b200 vfs: syscall: Add open_tree(2) to reference or clone a mount by Al Viro · 6 years ago
  35. 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  36. d1cae94 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  37. 38e7571 Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  38. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  39. b5dd0c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  40. f1fffbd linux/fs.h: move member alignment check next to definition of struct filename by Rasmus Villemoes · 6 years ago
  41. b39a07a Merge tag 'dtype_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  42. a9519de writeback: fix inode cgroup switching comment by Greg Thelen · 6 years ago
  43. 84c4e1f8 aio: simplify - and fix - fget/fput for io_submit() by Linus Torvalds · 6 years ago
  44. 091141a fs: add fget_many() and fput_many() by Jens Axboe · 6 years ago
  45. 2b188cc Add io_uring IO interface by Jens Axboe · 6 years ago
  46. d911b45 vfs: Remove kern_mount_data() by David Howells · 6 years ago
  47. cb50b34 convenience helpers: vfs_get_super() and sget_fc() by Al Viro · 6 years ago
  48. 3e1aeb0 vfs: Implement a filesystem superblock creation/configuration context by David Howells · 6 years ago
  49. fb7e160 fs: add an iopoll method to struct file_operations by Christoph Hellwig · 6 years ago
  50. f3a09c9 introduce fs_context methods by Al Viro · 6 years ago
  51. 8d0347f convert do_remount_sb() to fs_context by David Howells · 6 years ago
  52. a0c9a8b teach vfs_get_tree() to handle subtype, switch do_new_mount() to it by Al Viro · 6 years ago
  53. 7d10f70 fs: Don't need to put list_lru into its own cacheline by Waiman Long · 6 years ago
  54. 643fa96 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
  55. bbe7449e fs: common implementation of file type by Phillip Potter · 6 years ago
  56. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  57. 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  58. 89cb088 mm: migrate: provide buffer_migrate_page_norefs() by Jan Kara · 6 years ago
  59. cb03f94 fs/locks: merge posix_unblock_lock() and locks_delete_block() by NeilBrown · 6 years ago
  60. ada5c1d fs/locks: rename some lists and pointers. by NeilBrown · 6 years ago
  61. 20578bd block: Initialize BIO I/O priority early by Damien Le Moal · 6 years ago
  62. 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
  63. c32e5f3 vfs: hide file range comparison function by Darrick J. Wong · 6 years ago
  64. eca3654 vfs: enable remap callers that can handle short operations by Darrick J. Wong · 6 years ago
  65. df36583 vfs: plumb remap flags through the vfs dedupe functions by Darrick J. Wong · 6 years ago
  66. 452ce65 vfs: plumb remap flags through the vfs clone functions by Darrick J. Wong · 6 years ago
  67. 42ec3d4 vfs: make remap_file_range functions take and return bytes completed by Darrick J. Wong · 6 years ago
  68. 3d28193 vfs: pass remap flags to generic_remap_checks by Darrick J. Wong · 6 years ago
  69. a91ae49b vfs: pass remap flags to generic_remap_file_range_prep by Darrick J. Wong · 6 years ago
  70. 2e5dfc9 vfs: combine the clone and dedupe into a single remap_file_range by Darrick J. Wong · 6 years ago
  71. a83ab01 vfs: rename vfs_clone_file_prep to be more descriptive by Darrick J. Wong · 6 years ago
  72. 1383a7e vfs: check file ranges before cloning files by Darrick J. Wong · 6 years ago
  73. 79257514 Merge tag 'for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  74. dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  75. 721fb6f fsnotify: Fix busy inodes during unmount by Jan Kara · 6 years ago
  76. ff9c745 mm: Convert page-writeback to XArray by Matthew Wilcox · 7 years ago
  77. eb797a8 page cache: Rearrange address_space by Matthew Wilcox · 7 years ago
  78. 99c228a fs: group frequently accessed fields of struct super_block together by Amir Goldstein · 6 years ago
  79. a725356 vfs: swap names of {do,vfs}_clone_file_range() by Amir Goldstein · 6 years ago
  80. 1e6cb72 fsnotify: add super block object type by Amir Goldstein · 6 years ago
  81. 45cd0fa vfs: add the fadvise() file operation by Amir Goldstein · 6 years ago
  82. 30aba66 namei: allow restricted O_CREAT of FIFOs and regular files by Salvatore Mesoraca · 6 years ago
  83. 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
  84. 74c8164 mpage: mpage_readpages() should submit IO as read-ahead by Jens Axboe · 6 years ago
  85. 4cdfffc vfs: discard ATTR_ATTR_FLAG by NeilBrown · 6 years ago
  86. 4591343 Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  87. 0ea97a2 Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  88. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  89. 5bef915 new helper: inode_fake_hash() by Al Viro · 7 years ago
  90. c2b6d62 new primitive: discard_new_inode() by Al Viro · 7 years ago
  91. 165ea0d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  92. fb16043 vfs: remove open_flags from d_real() by Miklos Szeredi · 6 years ago
  93. de2a4a5 Partially revert "locks: fix file locking on overlayfs" by Miklos Szeredi · 6 years ago
  94. 4ab3031 Revert "vfs: add flags to d_real()" by Miklos Szeredi · 6 years ago
  95. c671854 Revert "vfs: update ovl inode before relatime check" by Miklos Szeredi · 6 years ago
  96. f182536 vfs: export vfs_dedupe_file_range_one() to modules by Miklos Szeredi · 6 years ago
  97. 9df6702 vfs: export vfs_ioctl() to modules by Miklos Szeredi · 6 years ago
  98. d3b1084 vfs: make open_with_fake_path() not contribute to nr_files by Miklos Szeredi · 6 years ago
  99. 51e6ce8 Merge branch 'dedupe-cleanup' into overlayfs-next by Miklos Szeredi · 6 years ago
  100. 2abc77a new helper: open_with_fake_path() by Al Viro · 7 years ago