1. 18253e0 Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  2. 26473f8 Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  3. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  4. 5d90730 iomap: move internal declarations into fs/iomap/ by Darrick J. Wong · 5 years ago
  5. 9bdebc2 Teach shrink_dcache_parent() to cope with mixed-filesystem shrink lists by Al Viro · 5 years ago
  6. 8af54f2 fs: fold __generic_write_end back into generic_write_end by Christoph Hellwig · 5 years ago
  7. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 5 years ago
  8. 20284ab switch mount_capable() to fs_context by Al Viro · 6 years ago
  9. 2527b28 move the capability checks from sget_userns() to legacy_get_tree() by Al Viro · 6 years ago
  10. 7e5f7bb unexport simple_dname() by Al Viro · 6 years ago
  11. 4009132 Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  12. d27fb65 Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  13. d8456ea Merge tag 'iomap-5.2-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  14. 26ddb1f fs: Turn __generic_write_end into a void function by Andreas Gruenbacher · 6 years ago
  15. ab1152d unexport d_alloc_pseudo() by Al Viro · 6 years ago
  16. 9419a31 acct_on(): don't mess with freeze protection by Al Viro · 6 years ago
  17. ecdab150 vfs: syscall: Add fsconfig() for configuring and managing a context by David Howells · 6 years ago
  18. a07b200 vfs: syscall: Add open_tree(2) to reference or clone a mount by Al Viro · 6 years ago
  19. 31d921c vfs: Add configuration parser helpers by David Howells · 6 years ago
  20. f3a09c9 introduce fs_context methods by Al Viro · 6 years ago
  21. 8d0347f convert do_remount_sb() to fs_context by David Howells · 6 years ago
  22. c9ce29e vfs_get_tree(): evict the call of security_sb_kern_mount() by Al Viro · 6 years ago
  23. 9bc61ab vfs: Introduce fs_context, switch vfs_kern_mount() to it. by David Howells · 6 years ago
  24. 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
  25. 161fa27 Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  26. c671854 Revert "vfs: update ovl inode before relatime check" by Miklos Szeredi · 6 years ago
  27. 6742cee Revert "ovl: don't allow writing ioctl on lower layer" by Miklos Szeredi · 6 years ago
  28. 9df6702 vfs: export vfs_ioctl() to modules by Miklos Szeredi · 6 years ago
  29. d3b1084 vfs: make open_with_fake_path() not contribute to nr_files by Miklos Szeredi · 6 years ago
  30. 69527c5 now we can fold open_check_o_direct() into do_dentry_open() by Al Viro · 6 years ago
  31. ae2bb29 get rid of cred argument of vfs_open() and do_dentry_open() by Al Viro · 6 years ago
  32. ea73ea7 pass ->f_flags value to alloc_empty_file() by Al Viro · 6 years ago
  33. 6de37b6 pass creds to get_empty_filp(), make sure dentry_open() passes the right creds by Al Viro · 6 years ago
  34. b4e7a7a drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open() by Al Viro · 6 years ago
  35. a6d639d fs: factor out a __generic_write_end helper by Christoph Hellwig · 6 years ago
  36. af04fad Revert "fs: fold open_check_o_direct into do_dentry_open" by Al Viro · 6 years ago
  37. 9022ca6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  38. 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 7 years ago
  39. 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 7 years ago
  40. cbfe20f fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  41. 03450e2 fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  42. 46ea89e fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  43. 87c4e19 fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  44. b724e84 fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  45. 0101db7 fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  46. f459dffa fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir() by Dominik Brodowski · 7 years ago
  47. cab64df fs: fold open_check_o_direct into do_dentry_open by Christoph Hellwig · 7 years ago
  48. da2f136 fs: expose do_unlinkat for built-in callers by Christoph Hellwig · 7 years ago
  49. c353f88 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  50. 7c6893e ovl: don't allow writing ioctl on lower layer by Miklos Szeredi · 7 years ago
  51. 799ea9e xfs: evict all inodes involved with log redo item by Darrick J. Wong · 7 years ago
  52. 11fbf53 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  53. 0b33540 remove pointless extern of atime_need_update_rcu() by Al Viro · 8 years ago
  54. 2b89102 fhandle: move compat syscalls from compat.c by Al Viro · 8 years ago
  55. 8ff6daa iomap: constify struct iomap_ops by Christoph Hellwig · 8 years ago
  56. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  57. ca71cf7 namespace.c: constify struct path passed to a bunch of primitives by Al Viro · 8 years ago
  58. ec1b826 fs: make sb_init_dio_done_wq available outside of direct-io.c by Christoph Hellwig · 8 years ago
  59. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  60. f334bcd Merge remote-tracking branch 'ovl/misc' into work.misc by Al Viro · 8 years ago
  61. be218aa fs/internal.h: add const to ns_dentry_operations declaration by Rasmus Villemoes · 8 years ago
  62. befb503 iomap: expose iomap_apply outside iomap.c by Christoph Hellwig · 8 years ago
  63. 598e3c8 vfs: update ovl inode before relatime check by Miklos Szeredi · 8 years ago
  64. e9d488c Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/binfmt_misc by Linus Torvalds · 8 years ago
  65. 8ecfb75 Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-linus by Al Viro · 8 years ago
  66. f0fce87 vfs: make dentry_needs_remove_privs() internal by Miklos Szeredi · 8 years ago
  67. 0e6acf0 Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  68. ae259a9 fs: introduce iomap infrastructure by Christoph Hellwig · 8 years ago
  69. ba65dc5 much milder d_walk() race by Al Viro · 8 years ago
  70. 9a08c35 fs: add filp_clone_open API by James Bottomley · 9 years ago
  71. 6108209 Merge branch 'for-linus' into work.misc by Al Viro · 9 years ago
  72. 66cf191 compat_ioctl: don't pass fd around when not needed by Al Viro · 9 years ago
  73. b40ef86 saner calling conventions for copy_mount_options() by Al Viro · 9 years ago
  74. c7f5408 inode: rename i_wb_list to i_io_list by Dave Chinner · 10 years ago
  75. 74278da inode: convert inode_sb_list_lock to per-sb by Dave Chinner · 10 years ago
  76. 4bacc9c overlayfs: Make f_path always point to the overlay and f_inode to the underlay by David Howells · 9 years ago
  77. eb6ef3d trylock_super(): replacement for grab_super_passive() by Konstantin Khlebnikov · 10 years ago
  78. 5065296 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  79. 503c358 list_lru: introduce list_lru_shrink_{count,walk} by Vladimir Davydov · 10 years ago
  80. fdab684 allow attaching fs_pin to a group not associated with some superblock by Al Viro · 10 years ago
  81. e149ed2 take the targets of /proc/*/ns/* symlinks to separate fs by Al Viro · 10 years ago
  82. bd5d085 vfs: export __inode_permission() to modules by Miklos Szeredi · 10 years ago
  83. 1c11859 vfs: export do_splice_direct() to modules by Miklos Szeredi · 10 years ago
  84. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  85. 4db96b7 vfs: guard end of device for mpage interface by Akinobu Mita · 10 years ago
  86. b8850d1 fs: namespace: suppress 'may be used uninitialized' warnings by Tim Gardner · 10 years ago
  87. 8fa1f1c make fs/{namespace,super}.c forget about acct.h by Al Viro · 10 years ago
  88. ed44724 acct: switch to __kernel_write() by Al Viro · 11 years ago
  89. eee5cc2 get rid of s_files and files_lock by Al Viro · 11 years ago
  90. 719ea2f new helpers: lock_mount_hash/unlock_mount_hash by Al Viro · 11 years ago
  91. 9b17c62 fs: convert inode and dentry shrinking to be node aware by Dave Chinner · 11 years ago
  92. 0a234c6 shrinker: convert superblock shrinkers to new API by Dave Chinner · 11 years ago
  93. 3942c07 fs: bump inode and dentry counters to long by Glauber Costa · 11 years ago
  94. 197df04 rename user_path_umountat() to user_path_mountpoint_at() by Al Viro · 11 years ago
  95. eed8100 vfs: check unlinked ancestors before mount by Miklos Szeredi · 11 years ago
  96. 68d70d0 constify rw_verify_area() by Al Viro · 11 years ago
  97. f9652e1 allow build_open_flags() to return an error by Al Viro · 11 years ago
  98. 7995bd2 splice: don't pass the address of ->f_pos to methods by Al Viro · 11 years ago
  99. 599a0ac pipe: fold file_operations instances in one by Al Viro · 12 years ago
  100. 06ae43f Don't bother with redoing rw_verify_area() from default_file_splice_from() by Al Viro · 12 years ago