summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)Author
2015-05-16mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman
2015-01-07umount: Disallow unprivileged mount forceEric W. Biederman
2015-01-07mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mountEric W. Biederman
2014-11-13mnt: Prevent pivot_root from creating a loop in the mount treeEric W. Biederman
2014-10-17fs: Add a missing permission check to do_umountAndy Lutomirski
2014-09-17mnt: Change the default remount atime from relatime to the existing valueEric W. Biederman
2014-08-26mnt: Correct permission checks in do_remountEric W. Biederman
2014-08-26mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remountEric W. Biederman
2014-08-26mnt: Only change user settable mount flags in remountEric W. Biederman
2014-01-25vfs: Fix a regression in mounting procEric W. Biederman
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley
2013-09-08rename user_path_umountat() to user_path_mountpoint_at()Al Viro
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-09-05vfs: check unlinked ancestors before mountMiklos Szeredi
2013-09-03vfs: allow umount to handle mountpoints without revalidating themJeff Layton
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman
2013-08-26vfs: Don't copy mount bind mounts of /proc/<pid>/ns/mnt between namespacesEric W. Biederman
2013-08-24VFS: collect_mounts() should return an ERR_PTRDan Carpenter
2013-07-24vfs: Lock in place mounts from more privileged usersEric W. Biederman
2013-05-04create_mnt_ns: unidiomatic use of list_add()Al Viro
2013-05-04do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission chec...Al Viro
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells
2013-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-09fold release_mounts() into namespace_unlock()Al Viro
2013-04-09switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro
2013-04-09more conversions to namespace_unlock()Al Viro
2013-04-09get rid of the second argument of shrink_submounts()Al Viro
2013-04-09saner umount_tree()/release_mounts(), part 1Al Viro
2013-04-09get rid of full-hash scan on detaching vfsmountsAl Viro
2013-04-09mnt: release locks on error path in do_loopbackAndrey Vagin
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman
2013-03-27vfs: Carefully propogate mounts across user namespacesEric W. Biederman
2013-03-27vfs: Add a mount flag to lock read only bind mountsEric W. Biederman
2013-03-27userns: Don't allow creation if the user is chrootedEric W. Biederman
2013-02-22new helper: file_inode(file)Al Viro
2013-02-22mount: consolidate permission checksAl Viro
2013-02-22get rid of unprotected dereferencing of mnt->mnt_nsAl Viro
2012-12-20vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flagsMiao Xie
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman
2012-11-19userns: fix return value on mntns_install() failureZhao Hongjiang
2012-11-19vfs: Allow unprivileged manipulation of the mount namespace.Eric W. Biederman
2012-11-19vfs: Only support slave subtrees across different user namespacesEric W. Biederman
2012-11-19vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman
2012-11-19vfs: Add setns support for the mount namespaceEric W. Biederman
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-10-11consitify do_mount() argumentsAl Viro