aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley1-1/+1
2013-09-08rename user_path_umountat() to user_path_mountpoint_at()Al Viro1-1/+1
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+5
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-26/+95
2013-09-05vfs: check unlinked ancestors before mountMiklos Szeredi1-6/+5
2013-09-03vfs: allow umount to handle mountpoints without revalidating themJeff Layton1-1/+1
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman1-2/+2
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman1-12/+25
2013-08-26vfs: Don't copy mount bind mounts of /proc/<pid>/ns/mnt between namespacesEric W. Biederman1-12/+34
2013-08-24VFS: collect_mounts() should return an ERR_PTRDan Carpenter1-1/+1
2013-07-24vfs: Lock in place mounts from more privileged usersEric W. Biederman1-0/+34
2013-05-04create_mnt_ns: unidiomatic use of list_add()Al Viro1-1/+1
2013-05-04do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission checks")Al Viro1-3/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-146/+195
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells1-3/+3
2013-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-04-09fold release_mounts() into namespace_unlock()Al Viro1-23/+30
2013-04-09switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro1-19/+14
2013-04-09more conversions to namespace_unlock()Al Viro1-14/+6
2013-04-09get rid of the second argument of shrink_submounts()Al Viro1-4/+4
2013-04-09saner umount_tree()/release_mounts(), part 1Al Viro1-4/+13
2013-04-09get rid of full-hash scan on detaching vfsmountsAl Viro1-92/+137
2013-04-09mnt: release locks on error path in do_loopbackAndrey Vagin1-1/+1
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman1-0/+21
2013-03-27vfs: Carefully propogate mounts across user namespacesEric W. Biederman1-1/+5
2013-03-27vfs: Add a mount flag to lock read only bind mountsEric W. Biederman1-0/+3
2013-03-27userns: Don't allow creation if the user is chrootedEric W. Biederman1-0/+24
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-22mount: consolidate permission checksAl Viro1-33/+7
2013-02-22get rid of unprotected dereferencing of mnt->mnt_nsAl Viro1-12/+17
2012-12-20vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flagsMiao Xie1-1/+1
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman1-1/+2
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman1-0/+14
2012-11-19userns: fix return value on mntns_install() failureZhao Hongjiang1-1/+1
2012-11-19vfs: Allow unprivileged manipulation of the mount namespace.Eric W. Biederman1-26/+43
2012-11-19vfs: Only support slave subtrees across different user namespacesEric W. Biederman1-3/+8
2012-11-19vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman1-8/+16
2012-11-19vfs: Add setns support for the mount namespaceEric W. Biederman1-0/+95
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-11consitify do_mount() argumentsAl Viro1-6/+6
2012-09-22do_add_mount()/umount -l racesAl Viro1-2/+8
2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara1-20/+77
2012-07-14VFS: Comment mount following codeDavid Howells1-2/+14
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells1-55/+65
2012-07-14get rid of magic in proc_namespace.cAl Viro1-3/+3
2012-07-14get rid of ->mnt_longtermAl Viro1-46/+7
2012-05-30vfs: umount_tree() might be called on subtree that had never made itAl Viro1-1/+2
2012-05-29brlocks/lglocks: API cleanupsAndi Kleen1-69/+70
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+0
2012-01-06vfs: prevent remount read-only if pending removesMiklos Szeredi1-0/+7