1. 6344c43 new helpers: ns_alloc_inum/ns_free_inum by Al Viro · 10 years ago
  2. 6496452 make proc_ns_operations work with struct ns_common * instead of void * by Al Viro · 10 years ago
  3. 58be2825 make mntns ->get()/->put()/->install()/->inum() work with &mnt_ns->ns by Al Viro · 10 years ago
  4. 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
  5. c771d68 vfs: introduce clone_private_mount() by Miklos Szeredi · 10 years ago
  6. ce9d7f7 Merge branch 'CVE-2014-7970' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux by Linus Torvalds · 10 years ago
  7. 0d08260 mnt: Prevent pivot_root from creating a loop in the mount tree by Eric W. Biederman · 10 years ago
  8. 0ef3a56 Merge branch 'CVE-2014-7975' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux by Linus Torvalds · 10 years ago
  9. 5e6123f vfs: move getname() from callers to do_mount() by Seunghun Lee · 10 years ago
  10. b8850d1 fs: namespace: suppress 'may be used uninitialized' warnings by Tim Gardner · 10 years ago
  11. 80b5dce vfs: Add a function to lazily unmount all mounts from any dentry. by Eric W. Biederman · 11 years ago
  12. e2dfa93 vfs: factor out lookup_mountpoint from new_mountpoint by Eric W. Biederman · 10 years ago
  13. 0a5eb7c vfs: Keep a list of mounts on a mount point by Eric W. Biederman · 11 years ago
  14. 7af1364 vfs: Don't allow overwriting mounts in the current mount namespace by Eric W. Biederman · 11 years ago
  15. 9ea459e delayed mntput by Al Viro · 10 years ago
  16. a1480dc fs: Add a missing permission check to do_umount by Andy Lutomirski · 10 years ago
  17. 81b6b06 fix EBUSY on umount() from MNT_SHRINKABLE by Al Viro · 10 years ago
  18. 88b368f get rid of propagate_umount() mistakenly treating slaves as busy. by Al Viro · 10 years ago
  19. f6f9933 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  20. 12a5b52 fix copy_tree() regression by Al Viro · 10 years ago
  21. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  22. 3064c35 death to mnt_pinned by Al Viro · 10 years ago
  23. 8fa1f1c make fs/{namespace,super}.c forget about acct.h by Al Viro · 10 years ago
  24. 215752f acct: get rid of acct_list by Al Viro · 10 years ago
  25. 1d02328 list: fix order of arguments for hlist_add_after(_rcu) by Ken Helias · 10 years ago
  26. ffbc6f0 mnt: Change the default remount atime from relatime to the existing value by Eric W. Biederman · 10 years ago
  27. 9566d67 mnt: Correct permission checks in do_remount by Eric W. Biederman · 10 years ago
  28. 07b6455 mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount by Eric W. Biederman · 10 years ago
  29. a6138db mnt: Only change user settable mount flags in remount by Eric W. Biederman · 10 years ago
  30. 728dba3 namespaces: Use task_lock and not rcu to protect nsproxy by Eric W. Biederman · 10 years ago
  31. 8ffcb32 VFS: Make delayed_free() call free_vfsmnt() by David Howells · 10 years ago
  32. 83f936c mark struct file that had write access grabbed by open() by Al Viro · 10 years ago
  33. c7999c3 reduce m_start() cost... by Al Viro · 10 years ago
  34. f2ebb3a smarter propagate_mnt() by Al Viro · 10 years ago
  35. 38129a1 switch mnt_hash to hlist by Al Viro · 10 years ago
  36. 0b1b901 don't bother with propagate_mnt() unless the target is shared by Al Viro · 10 years ago
  37. 1d6a32a keep shadowed vfsmounts together by Al Viro · 10 years ago
  38. 0818bf2 resizable namespace.c hashes by Al Viro · 10 years ago
  39. d3bad75 Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  40. 4b93dc9 sysfs, kernfs: prepare mount path for kernfs by Tejun Heo · 11 years ago
  41. 41301ae vfs: Fix a regression in mounting proc by Eric W. Biederman · 11 years ago
  42. 48a066e RCU'd vfsmounts by Al Viro · 11 years ago
  43. 474279d split __lookup_mnt() in two functions by Al Viro · 11 years ago
  44. 719ea2f new helpers: lock_mount_hash/unlock_mount_hash by Al Viro · 11 years ago
  45. aba809cf namespace.c: get rid of mnt_ghosts by Al Viro · 11 years ago
  46. 9559f68 fold dup_mnt_ns() into its only surviving caller by Al Viro · 11 years ago
  47. f6b742d mnt_set_expiry() doesn't need vfsmount_lock by Al Viro · 11 years ago
  48. 22a7919 finish_automount() doesn't need vfsmount_lock for removal from expiry list by Al Viro · 11 years ago
  49. 085e83f fs/namespace.c: bury long-dead define by Al Viro · 11 years ago
  50. 649a795 fold mntfree() into mntput_no_expire() by Al Viro · 11 years ago
  51. 6339dab do_remount(): pull touch_mnt_namespace() up by Al Viro · 11 years ago
  52. aa7a574 dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lock by Al Viro · 11 years ago
  53. 44bb438 fs_is_visible only needs namespace_sem held shared by Al Viro · 11 years ago
  54. 59aa0da initialize namespace_sem statically by Al Viro · 11 years ago
  55. 7b00ed6 put_mnt_ns(): use drop_collected_mounts() by Al Viro · 11 years ago
  56. 57f150a initmpfs: move rootfs code from fs/ramfs/ to init/ by Rob Landley · 11 years ago
  57. 197df04 rename user_path_umountat() to user_path_mountpoint_at() by Al Viro · 11 years ago
  58. dc0755c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  59. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  60. eed8100 vfs: check unlinked ancestors before mount by Miklos Szeredi · 11 years ago
  61. 8033426 vfs: allow umount to handle mountpoints without revalidating them by Jeff Layton · 11 years ago
  62. c7b96ac userns: Kill nsown_capable it makes the wrong thing easy by Eric W. Biederman · 11 years ago
  63. e51db73 userns: Better restrictions on when proc and sysfs can be mounted by Eric W. Biederman · 11 years ago
  64. 4ce5d2b vfs: Don't copy mount bind mounts of /proc/<pid>/ns/mnt between namespaces by Eric W. Biederman · 11 years ago
  65. 52e220d VFS: collect_mounts() should return an ERR_PTR by Dan Carpenter · 11 years ago
  66. 5ff9d8a vfs: Lock in place mounts from more privileged users by Eric W. Biederman · 11 years ago
  67. b1983cd create_mnt_ns: unidiomatic use of list_add() by Al Viro · 11 years ago
  68. 0d5cadb do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission checks") by Al Viro · 11 years ago
  69. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  70. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 11 years ago
  71. e8f2b54 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  72. 97216be fold release_mounts() into namespace_unlock() by Al Viro · 11 years ago
  73. 328e6d9 switch unlock_mount() to namespace_unlock(), convert all umount_tree() callers by Al Viro · 11 years ago
  74. 3ab6abe more conversions to namespace_unlock() by Al Viro · 11 years ago
  75. b54b9be get rid of the second argument of shrink_submounts() by Al Viro · 11 years ago
  76. e3197d8 saner umount_tree()/release_mounts(), part 1 by Al Viro · 11 years ago
  77. 84d1719 get rid of full-hash scan on detaching vfsmounts by Al Viro · 11 years ago
  78. e9c5d8a mnt: release locks on error path in do_loopback by Andrey Vagin · 11 years ago
  79. 87a8ebd userns: Restrict when proc and sysfs can be mounted by Eric W. Biederman · 11 years ago
  80. 132c94e vfs: Carefully propogate mounts across user namespaces by Eric W. Biederman · 11 years ago
  81. 90563b1 vfs: Add a mount flag to lock read only bind mounts by Eric W. Biederman · 11 years ago
  82. 3151527 userns: Don't allow creation if the user is chrooted by Eric W. Biederman · 11 years ago
  83. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  84. 57eccb8 mount: consolidate permission checks by Al Viro · 11 years ago
  85. 9b40bc9 get rid of unprotected dereferencing of mnt->mnt_ns by Al Viro · 11 years ago
  86. 1e75529 vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flags by Miao Xie · 12 years ago
  87. 5e4a084 userns: Require CAP_SYS_ADMIN for most uses of setns. by Eric W. Biederman · 11 years ago
  88. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 13 years ago
  89. ae11e0f userns: fix return value on mntns_install() failure by Zhao Hongjiang · 12 years ago
  90. 0c55cfc vfs: Allow unprivileged manipulation of the mount namespace. by Eric W. Biederman · 12 years ago
  91. 7a472ef vfs: Only support slave subtrees across different user namespaces by Eric W. Biederman · 12 years ago
  92. 771b137 vfs: Add a user namespace reference from struct mnt_namespace by Eric W. Biederman · 12 years ago
  93. 8823c07 vfs: Add setns support for the mount namespace by Eric W. Biederman · 14 years ago
  94. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  95. 808d4e3 consitify do_mount() arguments by Al Viro · 12 years ago
  96. 156cacb do_add_mount()/umount -l races by Al Viro · 12 years ago
  97. eb04c28 fs: Add freezing handling to mnt_want_write() / mnt_drop_write() by Jan Kara · 12 years ago
  98. f015f126 VFS: Comment mount following code by David Howells · 12 years ago
  99. be34d1a VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors by David Howells · 12 years ago
  100. 6ce6e24 get rid of magic in proc_namespace.c by Al Viro · 12 years ago