aboutsummaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Gravatar Rob Landley 1-1/+1
2013-09-08rename user_path_umountat() to user_path_mountpoint_at()Gravatar Al Viro 1-1/+1
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+5
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-26/+95
2013-09-05vfs: check unlinked ancestors before mountGravatar Miklos Szeredi 1-6/+5
2013-09-03vfs: allow umount to handle mountpoints without revalidating themGravatar Jeff Layton 1-1/+1
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyGravatar Eric W. Biederman 1-2/+2
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedGravatar Eric W. Biederman 1-12/+25
2013-08-26vfs: Don't copy mount bind mounts of /proc/<pid>/ns/mnt between namespacesGravatar Eric W. Biederman 1-12/+34
2013-08-24VFS: collect_mounts() should return an ERR_PTRGravatar Dan Carpenter 1-1/+1
2013-07-24vfs: Lock in place mounts from more privileged usersGravatar Eric W. Biederman 1-0/+34
2013-05-04create_mnt_ns: unidiomatic use of list_add()Gravatar Al Viro 1-1/+1
2013-05-04do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission chec...Gravatar Al Viro 1-3/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-146/+195
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hGravatar David Howells 1-3/+3
2013-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-04-09fold release_mounts() into namespace_unlock()Gravatar Al Viro 1-23/+30
2013-04-09switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersGravatar Al Viro 1-19/+14
2013-04-09more conversions to namespace_unlock()Gravatar Al Viro 1-14/+6
2013-04-09get rid of the second argument of shrink_submounts()Gravatar Al Viro 1-4/+4
2013-04-09saner umount_tree()/release_mounts(), part 1Gravatar Al Viro 1-4/+13
2013-04-09get rid of full-hash scan on detaching vfsmountsGravatar Al Viro 1-92/+137
2013-04-09mnt: release locks on error path in do_loopbackGravatar Andrey Vagin 1-1/+1
2013-03-27userns: Restrict when proc and sysfs can be mountedGravatar Eric W. Biederman 1-0/+21
2013-03-27vfs: Carefully propogate mounts across user namespacesGravatar Eric W. Biederman 1-1/+5
2013-03-27vfs: Add a mount flag to lock read only bind mountsGravatar Eric W. Biederman 1-0/+3
2013-03-27userns: Don't allow creation if the user is chrootedGravatar Eric W. Biederman 1-0/+24
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2013-02-22mount: consolidate permission checksGravatar Al Viro 1-33/+7
2013-02-22get rid of unprotected dereferencing of mnt->mnt_nsGravatar Al Viro 1-12/+17
2012-12-20vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flagsGravatar Miao Xie 1-1/+1
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Gravatar Eric W. Biederman 1-1/+2
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Gravatar Eric W. Biederman 1-0/+14
2012-11-19userns: fix return value on mntns_install() failureGravatar Zhao Hongjiang 1-1/+1
2012-11-19vfs: Allow unprivileged manipulation of the mount namespace.Gravatar Eric W. Biederman 1-26/+43
2012-11-19vfs: Only support slave subtrees across different user namespacesGravatar Eric W. Biederman 1-3/+8
2012-11-19vfs: Add a user namespace reference from struct mnt_namespaceGravatar Eric W. Biederman 1-8/+16
2012-11-19vfs: Add setns support for the mount namespaceGravatar Eric W. Biederman 1-0/+95
2012-10-12vfs: define struct filename and have getname() return itGravatar Jeff Layton 1-2/+2
2012-10-11consitify do_mount() argumentsGravatar Al Viro 1-6/+6
2012-09-22do_add_mount()/umount -l racesGravatar Al Viro 1-2/+8
2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Gravatar Jan Kara 1-20/+77
2012-07-14VFS: Comment mount following codeGravatar David Howells 1-2/+14
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsGravatar David Howells 1-55/+65
2012-07-14get rid of magic in proc_namespace.cGravatar Al Viro 1-3/+3
2012-07-14get rid of ->mnt_longtermGravatar Al Viro 1-46/+7
2012-05-30vfs: umount_tree() might be called on subtree that had never made itGravatar Al Viro 1-1/+2
2012-05-29brlocks/lglocks: API cleanupsGravatar Andi Kleen 1-69/+70
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+0
2012-01-06vfs: prevent remount read-only if pending removesGravatar Miklos Szeredi 1-0/+7