summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-30vfs: Ignore unlocked mounts in fs_fully_visibleEric W. Biederman1-2/+6
2015-06-23fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner1-18/+8
2015-05-26mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman1-2/+5
2015-05-16mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman1-0/+6
2015-01-07umount: Disallow unprivileged mount forceEric W. Biederman1-0/+3
2015-01-07mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mountEric W. Biederman1-1/+7
2014-11-13mnt: Prevent pivot_root from creating a loop in the mount treeEric W. Biederman1-0/+3
2014-10-17fs: Add a missing permission check to do_umountAndy Lutomirski1-0/+2
2014-09-17mnt: Change the default remount atime from relatime to the existing valueEric W. Biederman1-0/+8
2014-08-26mnt: Correct permission checks in do_remountEric W. Biederman1-3/+33
2014-08-26mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remountEric W. Biederman1-3/+10
2014-08-26mnt: Only change user settable mount flags in remountEric W. Biederman1-1/+1
2014-01-25vfs: Fix a regression in mounting procEric W. Biederman1-1/+1
2013-09-12initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley1-1/+1
2013-09-09rename user_path_umountat() to user_path_mountpoint_at()Al Viro1-1/+1
2013-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+5
2013-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-26/+95
2013-09-06vfs: check unlinked ancestors before mountMiklos Szeredi1-6/+5
2013-09-04vfs: allow umount to handle mountpoints without revalidating themJeff Layton1-1/+1
2013-08-31userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman1-2/+2
2013-08-27userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman1-12/+25
2013-08-27vfs: 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 chec...Al Viro1-3/+2
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-146/+195
2013-05-02proc: 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/vir...Linus 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-23new helper: file_inode(file)Al Viro1-1/+1
2013-02-23mount: consolidate permission checksAl Viro1-33/+7
2013-02-23get 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-15userns: 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