summaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
Commit message (Expand)AuthorAgeFilesLines
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* vfs: fix mounting a filesystem with i_versionMimi Zohar2017-10-171-1/+2
* ovl: fix may_write_real() for overlayfs directoriesAmir Goldstein2017-10-051-1/+3
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-09-141-5/+3
|\
| * namespace.c: Don't reinvent the wheel but use existing llist APIByungchul Park2017-08-281-5/+3
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-28/+34
|\ \
| * | VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells2017-07-171-25/+31
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-3/+3
| |/
* | ovl: don't allow writing ioctl on lower layerMiklos Szeredi2017-09-051-3/+61
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-61/+2
|\
| * VFS: Kill off s_options and helpersDavid Howells2017-07-111-59/+0
| * VFS: Clean up whitespace in fs/namespace.c and fs/super.cDavid Howells2017-07-061-2/+2
* | mm: update callers to use HASH_ZERO flagPavel Tatashin2017-07-061-8/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-07-051-0/+1
|\ \ | |/ |/|
| * mnt: In propgate_umount handle visiting mounts in any orderEric W. Biederman2017-05-231-1/+1
| * mnt: In umount propagation reparent in a separate passEric W. Biederman2017-05-231-0/+1
* | fs: don't forget to put old mntns in mntns_installAndrei Vagin2017-06-151-0/+2
|/
* Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-121-7/+11
|\
| * make sure that mntns_install() doesn't end up with referral for rootAl Viro2017-04-211-7/+11
* | fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara2017-04-101-3/+0
* | fsnotify: Move mark list head from object into dedicated structureJan Kara2017-04-101-3/+3
|/
* sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-021-0/+2
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman2017-02-041-50/+60
* fs: Better permission checking for submountsEric W. Biederman2017-02-021-1/+16
* mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman2017-01-101-19/+45
* 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
|\ \ | |/ |/|
OpenPOWER on IntegriCloud