summaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
Commit message (Expand)AuthorAgeFilesLines
* fs/namespace.c: fix mountpoint reference counter racePiotr Krysiuk2020-05-221-1/+1
* mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman2019-02-111-1/+1
* mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman2019-02-111-2/+8
* mount: Retest MNT_LOCKED in do_umountEric W. Biederman2019-02-111-2/+8
* fix __legitimize_mnt()/mntput() raceAl Viro2018-11-201-0/+13
* fix mntput/mntput raceAl Viro2018-11-201-2/+12
* Don't leak MNT_INTERNAL away from internal mountsAl Viro2018-10-211-1/+2
* fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner2017-04-041-18/+8
* mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman2017-02-261-1/+48
* mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman2016-08-221-1/+1
* umount: Do not allow unmounting rootfs.Eric W. Biederman2016-02-241-0/+1
* mnt: Update fs_fully_visible to test for permanently empty directoriesEric W. Biederman2015-07-151-3/+2
* vfs: Ignore unlocked mounts in fs_fully_visibleEric W. Biederman2015-07-151-2/+6
* mnt: Modify fs_fully_visible to deal with locked ro nodev and atimeEric W. Biederman2015-07-151-3/+21
* mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman2015-07-091-1/+7
* mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman2015-05-201-0/+6
* mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman2015-05-121-2/+5
* mnt: Improve the umount_tree flagsEric W. Biederman2015-05-051-14/+15
* mnt: Fix a memory stomp in umountEric W. Biederman2015-01-151-0/+2
* umount: Disallow unprivileged mount forceEric W. Biederman2015-01-121-0/+3
* mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mountEric W. Biederman2015-01-121-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-301-0/+2
* fix copy_tree() regressionAl Viro2014-09-171-7/+24
* fix EBUSY on umount() from MNT_SHRINKABLEAl Viro2014-09-171-0/+6
* get rid of propagate_umount() mistakenly treating slaves as busy.Al Viro2014-09-171-1/+3
* 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-09-171-3/+33
* mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remountEric W. Biederman2014-09-171-3/+10
* mnt: Only change user settable mount flags in remountEric W. Biederman2014-09-171-1/+1
* VFS: Make delayed_free() call free_vfsmnt()David Howells2014-04-011-12/+8
* mark struct file that had write access grabbed by open()Al Viro2014-04-011-3/+1
* reduce m_start() cost...Al Viro2014-04-011-3/+18
* smarter propagate_mnt()Al Viro2014-04-011-3/+8
* switch mnt_hash to hlistAl Viro2014-03-301-36/+43
* don't bother with propagate_mnt() unless the target is sharedAl Viro2014-03-301-10/+7
* keep shadowed vfsmounts togetherAl Viro2014-03-301-9/+23
* resizable namespace.c hashesAl Viro2014-03-301-23/+58
* Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-201-0/+2
|\
| * sysfs, kernfs: prepare mount path for kernfsTejun Heo2013-11-291-0/+2
* | vfs: Fix a regression in mounting procEric W. Biederman2013-11-261-1/+1
|/
* RCU'd vfsmountsAl Viro2013-11-091-48/+87
* split __lookup_mnt() in two functionsAl Viro2013-10-241-19/+23
* new helpers: lock_mount_hash/unlock_mount_hashAl Viro2013-10-241-48/+48
* namespace.c: get rid of mnt_ghostsAl Viro2013-10-241-15/+7
* fold dup_mnt_ns() into its only surviving callerAl Viro2013-10-241-30/+18
* mnt_set_expiry() doesn't need vfsmount_lockAl Viro2013-10-241-2/+0
* finish_automount() doesn't need vfsmount_lock for removal from expiry listAl Viro2013-10-241-2/+0
* fs/namespace.c: bury long-dead defineAl Viro2013-10-241-2/+0
* fold mntfree() into mntput_no_expire()Al Viro2013-10-241-23/+16