summaryrefslogtreecommitdiff
path: root/fs/namespace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.4.129' into v4.4-rtDaniel Wagner2018-05-021-1/+2
|\
| * Don't leak MNT_INTERNAL away from internal mountsAl Viro2018-04-241-1/+2
* | Merge tag 'v4.4.78' into v4.4-rtSteven Rostedt (VMware)2017-08-021-0/+1
|\ \ | |/
| * mnt: In propgate_umount handle visiting mounts in any orderEric W. Biederman2017-07-211-1/+1
| * mnt: In umount propagation reparent in a separate passEric W. Biederman2017-07-211-0/+1
* | Merge tag 'v4.4.65' into v4.4-rtSteven Rostedt (VMware)2017-05-081-1/+49
|\ \ | |/
| * mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman2017-04-301-1/+49
* | Merge tag 'v4.4.54' into v4.4-rtSteven Rostedt (VMware)2017-04-101-50/+59
|\ \ | |/
| * mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman2017-03-151-50/+59
* | Merge tag 'v4.4.44' into v4.4-rtSteven Rostedt (Red Hat)2017-02-071-19/+45
|\ \ | |/
| * mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman2017-01-191-19/+45
* | Merge tag 'v4.4.17' into v4.4-rtSteven Rostedt (Red Hat)2016-08-121-0/+1
|\ \ | |/
| * namespace: update event counter when umounting a deleted dentryAndrey Ulanov2016-08-101-0/+1
* | Merge tag 'v4.4.16' into v4.4-rtSteven Rostedt (Red Hat)2016-08-121-2/+8
|\ \ | |/
| * mnt: If fs_fully_visible fails call put_filesystem.Eric W. Biederman2016-07-271-1/+3
| * mnt: Account for MS_RDONLY in fs_fully_visibleEric W. Biederman2016-07-271-0/+4
| * mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman2016-07-271-1/+1
* | fs: dcache: Use cpu_chill() in trylock loopsThomas Gleixner2015-12-231-1/+2
* | fs: namespace preemption fixThomas Gleixner2015-12-231-1/+4
|/
* 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
* mnt: Factor out unhash_mnt from detach_mnt and umount_treeEric W. Biederman2015-04-091-9/+12
* mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman2015-04-091-2/+5
* mnt: On an unmount propagate clearing of MNT_LOCKEDEric W. Biederman2015-04-021-0/+3
* mnt: Delay removal from the mount hash.Eric W. Biederman2015-04-021-5/+8
* mnt: Add MNT_UMOUNT flagEric W. Biederman2015-04-021-1/+3
* mnt: In umount_tree reuse mnt_list instead of mnt_hashEric W. Biederman2015-04-021-9/+11
* mnt: Don't propagate umounts in __detach_mountsEric W. Biederman2015-04-021-1/+1
* mnt: Improve the umount_tree flagsEric W. Biederman2015-04-021-15/+16
* mnt: Use hlist_move_list in namespace_unlockEric W. Biederman2015-04-021-7/+5
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-5/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-171-27/+17
|\
| * switch the IO-triggering parts of umount to fs_pinAl Viro2015-01-251-27/+17
* | fs/namespace: convert devname allocation to kstrdup_constAndrzej Hajda2015-02-131-3/+3
|/
* mnt: Fix a memory stomp in umountEric W. Biederman2014-12-181-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-12-171-3/+15
|\