summaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
Commit message (Expand)AuthorAgeFilesLines
* mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers.Eric W. Biederman2016-04-231-1/+0
* umount: Do not allow unmounting rootfs.Eric W. Biederman2016-03-301-0/+1
* vfs: Ignore unlocked mounts in fs_fully_visibleEric W. Biederman2015-07-301-2/+6
* fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner2015-06-231-18/+8
* mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman2015-05-261-2/+5
* mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman2015-05-161-0/+6
* umount: Disallow unprivileged mount forceEric W. Biederman2015-01-071-0/+3
* mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mountEric W. Biederman2015-01-071-1/+7
* mnt: Prevent pivot_root from creating a loop in the mount treeEric W. Biederman2014-11-131-0/+3
* fs: Add a missing permission check to do_umountAndy Lutomirski2014-10-171-0/+2
* mnt: Change the default remount atime from relatime to the existing valueEric W. Biederman2014-09-171-0/+8
* mnt: Correct permission checks in do_remountEric W. Biederman2014-08-261-3/+33
* mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remountEric W. Biederman2014-08-261-3/+10
* mnt: Only change user settable mount flags in remountEric W. Biederman2014-08-261-1/+1
* vfs: Fix a regression in mounting procEric W. Biederman2014-01-251-1/+1
* initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley2013-09-111-1/+1
* rename user_path_umountat() to user_path_mountpoint_at()Al Viro2013-09-081-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-071-6/+5
|\
| * vfs: check unlinked ancestors before mountMiklos Szeredi2013-09-051-6/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-071-26/+95
|\ \ | |/ |/|
| * userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-301-2/+2
| * userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman2013-08-261-12/+25
| * vfs: Don't copy mount bind mounts of /proc/<pid>/ns/mnt between namespacesEric W. Biederman2013-08-261-12/+34
| * vfs: Lock in place mounts from more privileged usersEric W. Biederman2013-07-241-0/+34
* | vfs: allow umount to handle mountpoints without revalidating themJeff Layton2013-09-031-1/+1
* | VFS: collect_mounts() should return an ERR_PTRDan Carpenter2013-08-241-1/+1
|/
* create_mnt_ns: unidiomatic use of list_add()Al Viro2013-05-041-1/+1
* do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission chec...Al Viro2013-05-041-3/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-146/+195
|\
| * proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-011-3/+3
| * fold release_mounts() into namespace_unlock()Al Viro2013-04-091-23/+30
| * switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro2013-04-091-19/+14
| * more conversions to namespace_unlock()Al Viro2013-04-091-14/+6
| * get rid of the second argument of shrink_submounts()Al Viro2013-04-091-4/+4
| * saner umount_tree()/release_mounts(), part 1Al Viro2013-04-091-4/+13
| * get rid of full-hash scan on detaching vfsmountsAl Viro2013-04-091-92/+137
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-04-091-1/+1
|\|
| * mnt: release locks on error path in do_loopbackAndrey Vagin2013-04-091-1/+1
* | userns: Restrict when proc and sysfs can be mountedEric W. Biederman2013-03-271-0/+21
* | vfs: Carefully propogate mounts across user namespacesEric W. Biederman2013-03-271-1/+5
* | vfs: Add a mount flag to lock read only bind mountsEric W. Biederman2013-03-271-0/+3
* | userns: Don't allow creation if the user is chrootedEric W. Biederman2013-03-271-0/+24
|/
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* mount: consolidate permission checksAl Viro2013-02-221-33/+7
* get rid of unprotected dereferencing of mnt->mnt_nsAl Viro2013-02-221-12/+17
* vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flagsMiao Xie2012-12-201-1/+1
* userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman2012-12-141-1/+2
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-201-0/+14
* userns: fix return value on mntns_install() failureZhao Hongjiang2012-11-191-1/+1
* vfs: Allow unprivileged manipulation of the mount namespace.Eric W. Biederman2012-11-191-26/+43