summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-21vfs: Ignore unlocked mounts in fs_fully_visibleEric W. Biederman1-2/+6
2015-07-12mnt: Modify fs_fully_visible to deal with locked ro nodev and atimeEric W. Biederman1-3/+21
2015-07-12mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman1-1/+7
2015-06-28mnt: Fix the error check in __detach_mountsEric W. Biederman1-1/+1
2015-06-09mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman1-2/+5
2015-05-23mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman1-0/+6
2015-05-18mnt: Don't propagate umounts in __detach_mountsEric W. Biederman1-1/+1
2015-05-18mnt: Improve the umount_tree flagsEric W. Biederman1-15/+16
2015-01-08umount: Disallow unprivileged mount forceEric W. Biederman1-0/+3
2015-01-08mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mountEric W. Biederman1-1/+7
2015-01-08mnt: Fix a memory stomp in umountEric W. Biederman1-0/+2
2014-10-24vfs: introduce clone_private_mount()Miklos Szeredi1-0/+27
2014-10-15Merge branch 'CVE-2014-7970' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2014-10-15mnt: Prevent pivot_root from creating a loop in the mount treeEric W. Biederman1-0/+3
2014-10-14Merge branch 'CVE-2014-7975' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2014-10-09vfs: move getname() from callers to do_mount()Seunghun Lee1-16/+3
2014-10-09fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner1-18/+8
2014-10-09vfs: Add a function to lazily unmount all mounts from any dentry.Eric W. Biederman1-0/+31
2014-10-09vfs: factor out lookup_mountpoint from new_mountpointEric W. Biederman1-3/+12
2014-10-09vfs: Keep a list of mounts on a mount pointEric W. Biederman1-0/+6
2014-10-09vfs: Don't allow overwriting mounts in the current mount namespaceEric W. Biederman1-0/+35
2014-10-09delayed mntputAl Viro1-18/+53
2014-10-08fs: Add a missing permission check to do_umountAndy Lutomirski1-0/+2
2014-08-31fix EBUSY on umount() from MNT_SHRINKABLEAl Viro1-0/+6
2014-08-31get rid of propagate_umount() mistakenly treating slaves as busy.Al Viro1-1/+3
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-34/+33
2014-08-11fix copy_tree() regressionAl Viro1-7/+24
2014-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-10/+55
2014-08-07death to mnt_pinnedAl Viro1-26/+9
2014-08-07make fs/{namespace,super}.c forget about acct.hAl Viro1-2/+1
2014-08-07acct: get rid of acct_listAl Viro1-1/+1
2014-08-07list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-1/+1
2014-08-01mnt: Change the default remount atime from relatime to the existing valueEric W. Biederman1-0/+8
2014-08-01mnt: Correct permission checks in do_remountEric W. Biederman1-3/+33
2014-08-01mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remountEric W. Biederman1-3/+10
2014-08-01mnt: Only change user settable mount flags in remountEric W. Biederman1-1/+1
2014-07-30namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman1-3/+3
2014-04-02VFS: Make delayed_free() call free_vfsmnt()David Howells1-12/+8
2014-04-02mark struct file that had write access grabbed by open()Al Viro1-3/+1
2014-04-02reduce m_start() cost...Al Viro1-3/+18
2014-04-02smarter propagate_mnt()Al Viro1-3/+8
2014-03-31switch mnt_hash to hlistAl Viro1-36/+43
2014-03-31don't bother with propagate_mnt() unless the target is sharedAl Viro1-10/+7
2014-03-31keep shadowed vfsmounts togetherAl Viro1-9/+23
2014-03-31resizable namespace.c hashesAl Viro1-23/+58
2014-01-21Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2013-11-30sysfs, kernfs: prepare mount path for kernfsTejun Heo1-0/+2
2013-11-27vfs: Fix a regression in mounting procEric W. Biederman1-1/+1
2013-11-09RCU'd vfsmountsAl Viro1-48/+87
2013-10-25split __lookup_mnt() in two functionsAl Viro1-19/+23