summaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.namespace' into for-linusAl Viro2016-12-221-6/+2
|\
| * reorganize do_make_slave()Al Viro2016-12-161-0/+2
| * clone_private_mount() doesn't need to touch namespace_semAl Viro2016-12-161-2/+0
| * remove a bogus claim about namespace_sem being held by callers of mnt_alloc_id()Al Viro2016-12-161-4/+0
* | Merge branch 'work.autofs' into for-linusAl Viro2016-12-161-0/+29
|\ \
| * | vfs: add path_is_mountpoint() helperIan Kent2016-12-031-0/+29
| |/
* | namespace.c: constify struct path passed to a bunch of primitivesAl Viro2016-12-051-4/+4
* | fs: Constify path_is_under()'s argumentsMickaël Salaün2016-12-051-1/+1
|/
* Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-0/+1
|\
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-0/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \
| * | locks: fix file locking on overlayfsMiklos Szeredi2016-09-161-1/+1
| |/
* | mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman2016-09-301-1/+48
* | Merge branch 'nsfs-ioctls' into HEADEric W. Biederman2016-09-221-0/+6
|\ \
| * | kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin2016-09-221-0/+6
| |/
* | userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman2016-09-221-1/+1
* | mntns: Add a limit on the number of mount namespaces.Eric W. Biederman2016-08-311-1/+21
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-291-52/+47
|\
| * fs: Treat foreign mounts as nosuidAndy Lutomirski2016-06-241-0/+13
| * userns: Remove implicit MNT_NODEV fragility.Eric W. Biederman2016-06-231-18/+1
| * mnt: Simplify mount_too_revealingEric W. Biederman2016-06-231-17/+8
| * mnt: Move the FS_USERNS_MOUNT check into sget_usernsEric W. Biederman2016-06-231-4/+0
| * mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman2016-06-231-13/+25
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-011-0/+1
|\ \ | |/ |/|
| * namespace: update event counter when umounting a deleted dentryAndrey Ulanov2016-06-301-0/+1
* | mnt: Account for MS_RDONLY in fs_fully_visibleEric W. Biederman2016-06-151-0/+4
* | mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman2016-06-061-1/+1
* | mnt: If fs_fully_visible fails call put_filesystem.Eric W. Biederman2016-06-061-1/+3
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-5/+5
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-20/+19
|\
| * saner calling conventions for copy_mount_options()Al Viro2016-01-041-18/+17
| * fs/namespace.c: path_is_under can be booleanYaowei Bai2015-12-061-2/+2
* | locks: Don't allow mounts in user namespaces to enable mandatory lockingEric W. Biederman2015-11-161-1/+1
* | locks: Allow disabling mandatory locking at compile timeJeff Layton2015-11-161-0/+10
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-09-011-8/+25
|\
| * mnt: fs_fully_visible enforce noexec and nosuid if !SB_I_NOEXECEric W. Biederman2015-07-101-8/+25
* | mnt: In detach_mounts detach the appropriate unmounted mountEric W. Biederman2015-07-231-5/+2
* | mnt: Clarify and correct the disconnect logic in umount_treeEric W. Biederman2015-07-221-4/+31
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-031-6/+33
|\
| * mnt: Update fs_fully_visible to test for permanently empty directoriesEric W. Biederman2015-07-011-3/+2
| * vfs: Ignore unlocked mounts in fs_fully_visibleEric W. Biederman2015-07-011-2/+6
| * mnt: Modify fs_fully_visible to deal with locked ro nodev and atimeEric W. Biederman2015-06-041-3/+21
| * mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman2015-05-131-1/+7
* | fs: use seq_open_private() for proc_mountsYann Droneaud2015-06-301-3/+3
* | new helper: __legitimize_mnt()Al Viro2015-05-111-8/+19
|/
* mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman2015-05-091-0/+6
* mnt: Update detach_mounts to leave mounts connectedEric W. Biederman2015-04-091-2/+6
* mnt: Fix the error check in __detach_mountsEric W. Biederman2015-04-091-1/+1
* mnt: Honor MNT_LOCKED when detaching mountsEric W. Biederman2015-04-091-3/+26
* mnt: Factor umount_mnt from umount_treeEric W. Biederman2015-04-091-3/+11
OpenPOWER on IntegriCloud