1. e58ace1 namespace: only take read lock in do_reconfigure_mnt() by Christian Brauner · 4 years ago
  2. d033cb6 mount: make {lock,unlock}_mount_hash() static by Christian Brauner · 4 years ago
  3. 68847c9 namespace: take lock_mount_hash() directly when changing flags by Christian Brauner · 4 years ago
  4. a643594 mount: attach mappings to mounts by Christian Brauner · 4 years ago
  5. a0a6df9 umount(2): move the flag validity checks first by Al Viro · 4 years ago
  6. 7bb5226 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years ago
  7. f9b4240b Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years ago
  8. edf7ddb fs/namespace.c: WARN if mnt_count has become negative by Eric Biggers · 4 years, 2 months ago
  9. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  10. 91989c7 task_work: cleanup notification modes by Jens Axboe · 4 years, 2 months ago
  11. 22230cd Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  12. 028abd9 fs: remove compat_sys_mount by Christoph Hellwig · 4 years, 3 months ago
  13. d563d67 fs: Handle intra-page faults in copy_mount_options() by Catalin Marinas · 4 years, 6 months ago
  14. dab741e0 Add a "nosymfollow" mount option. by Mattias Nissler · 4 years, 4 months ago
  15. 1a7b8969 mnt: Use generic ns_common::count by Kirill Tkhai · 4 years, 5 months ago
  16. d57b2b5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  17. 25ccd24f fs: fix a struct path leak in path_umount by Christoph Hellwig · 4 years, 5 months ago
  18. e1ec517 Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  19. 09267de init: add an init_umount helper by Christoph Hellwig · 4 years, 5 months ago
  20. c60166f init: add an init_mount helper by Christoph Hellwig · 4 years, 5 months ago
  21. 41525f5 fs: refactor ksys_umount by Christoph Hellwig · 4 years, 5 months ago
  22. a1e6aaa fs: refactor do_mount by Christoph Hellwig · 4 years, 7 months ago
  23. b330966 fuse: reject options on reconfigure via fsconfig(2) by Miklos Szeredi · 4 years, 6 months ago
  24. 4dbb29f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  25. 52435c8 Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 4 years, 7 months ago
  26. df820f8 ovl: make private mounts longterm by Miklos Szeredi · 4 years, 7 months ago
  27. e7c93cb Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 7 months ago
  28. f359287 Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  29. 5ad05cc vfs: Remove duplicated d_mountpoint check in __is_local_mountpoint by Nikolay Borisov · 4 years, 10 months ago
  30. 9f6c61f proc/mounts: add cursor by Miklos Szeredi · 4 years, 8 months ago
  31. 303cc57 nsproxy: attach to namespaces via pidfds by Christian Brauner · 4 years, 8 months ago
  32. f2a8d52 nsproxy: add struct nsset by Christian Brauner · 4 years, 8 months ago
  33. 0c1bc6b docs: filesystems: fix renamed references by Mauro Carvalho Chehab · 4 years, 9 months ago
  34. 161aff1 LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat() by Al Viro · 5 years ago
  35. 25e195a follow_automount(): get rid of dead^Wstillborn code by Al Viro · 5 years ago
  36. 26df603 fix automount/automount race properly by Al Viro · 5 years ago
  37. 8f11538 do_add_mount(): lift lock_mount/unlock_mount into callers by Al Viro · 5 years ago
  38. 12efec5 saner copy_mount_options() by Al Viro · 5 years ago
  39. 213921f fs/namespace.c: make to_mnt_ns() static by Eric Biggers · 5 years ago
  40. cccaa5e init: use do_mount() instead of ksys_mount() by Dominik Brodowski · 6 years ago
  41. 5bf9a06 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  42. 2658ce0 fs/namespace: add __user to open_tree and move_mount syscalls by Ben Dooks · 5 years ago
  43. 0ecee66 fs/namespace.c: fix use-after-free of mount in mnt_warn_timestamp_expiry() by Eric Biggers · 5 years ago
  44. cbafe18 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  45. ed8a66b fs/namespace: untag user pointers in copy_mount_options by Andrey Konovalov · 5 years ago
  46. 7b1373d Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 5 years ago
  47. cfb82e1 Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  48. d013cc8 Merge tag 'filelock-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 5 years ago
  49. 53e5e7a Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  50. c7eb686 vfs: subtype handling moved to fuse by David Howells · 6 years ago
  51. ce6595a kill the last users of user_{path,lpath,path_dir}() by Al Viro · 5 years ago
  52. f8b92ba mount: Add mount warning for impending timestamp expiry by Deepa Dinamani · 6 years ago
  53. df2474a locks: print a warning when mount fails due to lack of "mand" support by Jeff Layton · 5 years ago
  54. 19a1c40 fix the struct mount leak in umount_tree() by Al Viro · 5 years ago
  55. 39145f5 filename_mountpoint(): make LOOKUP_NO_EVAL unconditional there by Al Viro · 5 years ago
  56. 18253e0 Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  57. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  58. 56cbb42 switch the remnants of releasing the mountpoint away from fs_pin by Al Viro · 5 years ago
  59. 2763d11 get rid of detach_mnt() by Al Viro · 5 years ago
  60. 4edbe13 make struct mountpoint bear the dentry reference to mountpoint, not struct mount by Al Viro · 6 years ago
  61. 037f11b mnt_init(): call shmem_init() unconditionally by Al Viro · 6 years ago
  62. 3348884 constify ksys_mount() string arguments by Al Viro · 6 years ago
  63. fd3e007 don't bother with registering rootfs by Al Viro · 6 years ago
  64. e4e5990 fs/namespace.c: shift put_mountpoint() to callers of unhash_mnt() by Al Viro · 6 years ago
  65. adc9b5c __detach_mounts(): lookup_mountpoint() can't return ERR_PTR() anymore by Al Viro · 6 years ago
  66. 570d7a9 vfs: move_mount: reject moving kernel internal mounts by Eric Biggers · 6 years ago
  67. d728cf7 fs/namespace: fix unprivileged mount propagation by Christian Brauner · 6 years ago
  68. 1b0b9cc vfs: fsmount: add missing mntget() by Eric Biggers · 6 years ago
  69. 59bd9de treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209 by Thomas Gleixner · 6 years ago
  70. c3aabf0 move mount_capable() further out by Al Viro · 6 years ago
  71. 05883ee do_move_mount(): fix an unsafe use of is_anon_ns() by Al Viro · 6 years ago
  72. 93766fb vfs: syscall: Add fsmount() to create a mount for a superblock by David Howells · 6 years ago
  73. 44dfd84 teach move_mount(2) to work with OPEN_TREE_CLONE by David Howells · 6 years ago
  74. 2db154b vfs: syscall: Add move_mount(2) to move mounts around by David Howells · 6 years ago
  75. a07b200 vfs: syscall: Add open_tree(2) to reference or clone a mount by Al Viro · 6 years ago
  76. 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  77. be37f21 Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  78. 4f9020f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  79. d911b45 vfs: Remove kern_mount_data() by David Howells · 6 years ago
  80. 3e1aeb0 vfs: Implement a filesystem superblock creation/configuration context by David Howells · 6 years ago
  81. 53a41cb Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses" by Linus Torvalds · 6 years ago
  82. fbdb440 copy_mount_string: Limit string length to PATH_MAX by Chandan Rajendra · 6 years ago
  83. 57d4657 audit: ignore fcaps on umount by Richard Guy Briggs · 6 years ago
  84. 8d0347f convert do_remount_sb() to fs_context by David Howells · 6 years ago
  85. c9ce29e vfs_get_tree(): evict the call of security_sb_kern_mount() by Al Viro · 6 years ago
  86. 132e460 new helper: do_new_mount_fc() by David Howells · 6 years ago
  87. a0c9a8b teach vfs_get_tree() to handle subtype, switch do_new_mount() to it by Al Viro · 6 years ago
  88. 8f291889 new helpers: vfs_create_mount(), fc_mount() by Al Viro · 6 years ago
  89. 9bc61ab vfs: Introduce fs_context, switch vfs_kern_mount() to it. by David Howells · 6 years ago
  90. 74e8312 saner handling of temporary namespaces by Al Viro · 6 years ago
  91. 3bd045c separate copying and locking mount tree on cross-userns copies by Al Viro · 6 years ago
  92. 505b050 Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  93. 9b286ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  94. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  95. 204cc0c LSM: hide struct security_mnt_opts from any generic code by Al Viro · 6 years ago
  96. f5c0c26 new helper: security_sb_eat_lsm_opts() by Al Viro · 6 years ago
  97. c039bc3 LSM: lift extracting and parsing LSM options into the caller of ->sb_remount() by Al Viro · 6 years ago
  98. 43f5e65 vfs: Separate changing mount flags full remount by David Howells · 6 years ago
  99. e262e32d vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled by David Howells · 6 years ago
  100. 22cb740 VFS: use synchronize_rcu_expedited() in namespace_unlock() by NeilBrown · 6 years ago