1. 728dba3 namespaces: Use task_lock and not rcu to protect nsproxy by Eric W. Biederman · 11 years ago
  2. 8ffcb32 VFS: Make delayed_free() call free_vfsmnt() by David Howells · 11 years ago
  3. 83f936c mark struct file that had write access grabbed by open() by Al Viro · 11 years ago
  4. c7999c3 reduce m_start() cost... by Al Viro · 11 years ago
  5. f2ebb3a smarter propagate_mnt() by Al Viro · 11 years ago
  6. 38129a1 switch mnt_hash to hlist by Al Viro · 11 years ago
  7. 0b1b901 don't bother with propagate_mnt() unless the target is shared by Al Viro · 11 years ago
  8. 1d6a32a keep shadowed vfsmounts together by Al Viro · 11 years ago
  9. 0818bf2 resizable namespace.c hashes by Al Viro · 11 years ago
  10. d3bad75 Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  11. 4b93dc9 sysfs, kernfs: prepare mount path for kernfs by Tejun Heo · 11 years ago
  12. 41301ae vfs: Fix a regression in mounting proc by Eric W. Biederman · 11 years ago
  13. 48a066e RCU'd vfsmounts by Al Viro · 11 years ago
  14. 474279d split __lookup_mnt() in two functions by Al Viro · 11 years ago
  15. 719ea2f new helpers: lock_mount_hash/unlock_mount_hash by Al Viro · 11 years ago
  16. aba809cf namespace.c: get rid of mnt_ghosts by Al Viro · 11 years ago
  17. 9559f68 fold dup_mnt_ns() into its only surviving caller by Al Viro · 11 years ago
  18. f6b742d mnt_set_expiry() doesn't need vfsmount_lock by Al Viro · 11 years ago
  19. 22a7919 finish_automount() doesn't need vfsmount_lock for removal from expiry list by Al Viro · 11 years ago
  20. 085e83f fs/namespace.c: bury long-dead define by Al Viro · 11 years ago
  21. 649a795 fold mntfree() into mntput_no_expire() by Al Viro · 11 years ago
  22. 6339dab do_remount(): pull touch_mnt_namespace() up by Al Viro · 11 years ago
  23. aa7a574 dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lock by Al Viro · 11 years ago
  24. 44bb438 fs_is_visible only needs namespace_sem held shared by Al Viro · 11 years ago
  25. 59aa0da initialize namespace_sem statically by Al Viro · 11 years ago
  26. 7b00ed6 put_mnt_ns(): use drop_collected_mounts() by Al Viro · 11 years ago
  27. 57f150a initmpfs: move rootfs code from fs/ramfs/ to init/ by Rob Landley · 11 years ago
  28. 197df04 rename user_path_umountat() to user_path_mountpoint_at() by Al Viro · 11 years ago
  29. dc0755c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  30. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  31. eed8100 vfs: check unlinked ancestors before mount by Miklos Szeredi · 11 years ago
  32. 8033426 vfs: allow umount to handle mountpoints without revalidating them by Jeff Layton · 11 years ago
  33. c7b96ac userns: Kill nsown_capable it makes the wrong thing easy by Eric W. Biederman · 12 years ago
  34. e51db73 userns: Better restrictions on when proc and sysfs can be mounted by Eric W. Biederman · 12 years ago
  35. 4ce5d2b vfs: Don't copy mount bind mounts of /proc/<pid>/ns/mnt between namespaces by Eric W. Biederman · 12 years ago
  36. 52e220d VFS: collect_mounts() should return an ERR_PTR by Dan Carpenter · 11 years ago
  37. 5ff9d8a vfs: Lock in place mounts from more privileged users by Eric W. Biederman · 12 years ago
  38. b1983cd create_mnt_ns: unidiomatic use of list_add() by Al Viro · 12 years ago
  39. 0d5cadb do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission checks") by Al Viro · 12 years ago
  40. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  41. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 12 years ago
  42. e8f2b54 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  43. 97216be fold release_mounts() into namespace_unlock() by Al Viro · 12 years ago
  44. 328e6d9 switch unlock_mount() to namespace_unlock(), convert all umount_tree() callers by Al Viro · 12 years ago
  45. 3ab6abe more conversions to namespace_unlock() by Al Viro · 12 years ago
  46. b54b9be get rid of the second argument of shrink_submounts() by Al Viro · 12 years ago
  47. e3197d8 saner umount_tree()/release_mounts(), part 1 by Al Viro · 12 years ago
  48. 84d1719 get rid of full-hash scan on detaching vfsmounts by Al Viro · 12 years ago
  49. e9c5d8a mnt: release locks on error path in do_loopback by Andrey Vagin · 12 years ago
  50. 87a8ebd userns: Restrict when proc and sysfs can be mounted by Eric W. Biederman · 12 years ago
  51. 132c94e vfs: Carefully propogate mounts across user namespaces by Eric W. Biederman · 12 years ago
  52. 90563b1 vfs: Add a mount flag to lock read only bind mounts by Eric W. Biederman · 12 years ago
  53. 3151527 userns: Don't allow creation if the user is chrooted by Eric W. Biederman · 12 years ago
  54. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  55. 57eccb8 mount: consolidate permission checks by Al Viro · 12 years ago
  56. 9b40bc9 get rid of unprotected dereferencing of mnt->mnt_ns by Al Viro · 12 years ago
  57. 1e75529 vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flags by Miao Xie · 12 years ago
  58. 5e4a084 userns: Require CAP_SYS_ADMIN for most uses of setns. by Eric W. Biederman · 12 years ago
  59. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 14 years ago
  60. ae11e0f userns: fix return value on mntns_install() failure by Zhao Hongjiang · 12 years ago
  61. 0c55cfc vfs: Allow unprivileged manipulation of the mount namespace. by Eric W. Biederman · 12 years ago
  62. 7a472ef vfs: Only support slave subtrees across different user namespaces by Eric W. Biederman · 12 years ago
  63. 771b137 vfs: Add a user namespace reference from struct mnt_namespace by Eric W. Biederman · 12 years ago
  64. 8823c07 vfs: Add setns support for the mount namespace by Eric W. Biederman · 15 years ago
  65. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  66. 808d4e3 consitify do_mount() arguments by Al Viro · 12 years ago
  67. 156cacb do_add_mount()/umount -l races by Al Viro · 12 years ago
  68. eb04c28 fs: Add freezing handling to mnt_want_write() / mnt_drop_write() by Jan Kara · 13 years ago
  69. f015f126 VFS: Comment mount following code by David Howells · 13 years ago
  70. be34d1a VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors by David Howells · 13 years ago
  71. 6ce6e24 get rid of magic in proc_namespace.c by Al Viro · 13 years ago
  72. f7a99c5 get rid of ->mnt_longterm by Al Viro · 13 years ago
  73. 63d37a8 vfs: umount_tree() might be called on subtree that had never made it by Al Viro · 13 years ago
  74. 962830d brlocks/lglocks: API cleanups by Andi Kleen · 13 years ago
  75. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  76. 8e8b879 vfs: prevent remount read-only if pending removes by Miklos Szeredi · 13 years ago
  77. 4ed5e82f vfs: protect remounting superblock read-only by Miklos Szeredi · 13 years ago
  78. 39f7c4d vfs: keep list of mounts for each superblock by Miklos Szeredi · 13 years ago
  79. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  80. d10577a vfs: trim includes a bit by Al Viro · 13 years ago
  81. be08d6d switch mnt_namespace ->root to struct mount by Al Viro · 13 years ago
  82. 0226f49 vfs: take /proc/*/mounts and friends to fs/proc_namespace.c by Al Viro · 13 years ago
  83. 3a2393d vfs: opencode mntget() mnt_set_mountpoint() by Al Viro · 13 years ago
  84. 909b0a8 vfs: spread struct mount - remaining argument of next_mnt() by Al Viro · 13 years ago
  85. c63181e vfs: move fsnotify junk to struct mount by Al Viro · 13 years ago
  86. 52ba162 vfs: move mnt_devname by Al Viro · 13 years ago
  87. 1a4eeaf vfs: move mnt_list to struct mount by Al Viro · 13 years ago
  88. fc7be13 vfs: switch pnode.h macros to struct mount * by Al Viro · 13 years ago
  89. 863d684 vfs: move the rest of int fields to struct mount by Al Viro · 13 years ago
  90. 15169fe vfs: mnt_id/mnt_group_id moved by Al Viro · 13 years ago
  91. 143c8c9 vfs: mnt_ns moved to struct mount by Al Viro · 13 years ago
  92. 900148d vfs: spread struct mount - mntput_no_expire by Al Viro · 13 years ago
  93. 95bc5f2 vfs: spread struct mount - do_add_mount and graft_tree by Al Viro · 13 years ago
  94. 6776db3d vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mount by Al Viro · 13 years ago
  95. 3230192 vfs: and now we can make ->mnt_master point to struct mount by Al Viro · 13 years ago
  96. d10e8de vfs: take mnt_master to struct mount by Al Viro · 13 years ago
  97. 14cf1fa vfs: spread struct mount - remaining argument of mnt_set_mountpoint() by Al Viro · 13 years ago
  98. a8d56d8 vfs: spread struct mount - propagate_mnt() by Al Viro · 13 years ago
  99. 6fc7871 vfs: spread struct mount - get_dominating_id / do_make_slave by Al Viro · 13 years ago
  100. 6b41d53 vfs: take mnt_child/mnt_mounts to struct mount by Al Viro · 13 years ago