summaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
Commit message (Expand)AuthorAgeFilesLines
...
* | make mntns ->get()/->put()/->install()/->inum() work with &mnt_ns->nsAl Viro2014-12-041-8/+13
* | common object embedded into various struct ....nsAl Viro2014-12-041-3/+3
|/
* vfs: introduce clone_private_mount()Miklos Szeredi2014-10-241-0/+27
* Merge branch 'CVE-2014-7970' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-151-0/+3
|\
| * mnt: Prevent pivot_root from creating a loop in the mount treeEric W. Biederman2014-10-141-0/+3
* | Merge branch 'CVE-2014-7975' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-141-0/+2
|\ \
| * | fs: Add a missing permission check to do_umountAndy Lutomirski2014-10-081-0/+2
| |/
* | vfs: move getname() from callers to do_mount()Seunghun Lee2014-10-091-16/+3Star
* | fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner2014-10-091-18/+8Star
* | vfs: Add a function to lazily unmount all mounts from any dentry.Eric W. Biederman2014-10-091-0/+31
* | vfs: factor out lookup_mountpoint from new_mountpointEric W. Biederman2014-10-091-3/+12
* | vfs: Keep a list of mounts on a mount pointEric W. Biederman2014-10-091-0/+6
* | vfs: Don't allow overwriting mounts in the current mount namespaceEric W. Biederman2014-10-091-0/+35
* | delayed mntputAl Viro2014-10-091-18/+53
|/
* fix EBUSY on umount() from MNT_SHRINKABLEAl Viro2014-08-311-0/+6
* get rid of propagate_umount() mistakenly treating slaves as busy.Al Viro2014-08-311-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-08-111-34/+33Star
|\
| * fix copy_tree() regressionAl Viro2014-08-111-7/+24
| * death to mnt_pinnedAl Viro2014-08-071-26/+9Star
| * make fs/{namespace,super}.c forget about acct.hAl Viro2014-08-071-2/+1Star
| * acct: get rid of acct_listAl Viro2014-08-071-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-08-101-10/+55
|\ \
| * | mnt: Change the default remount atime from relatime to the existing valueEric W. Biederman2014-08-011-0/+8
| * | mnt: Correct permission checks in do_remountEric W. Biederman2014-08-011-3/+33
| * | mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remountEric W. Biederman2014-08-011-3/+10
| * | mnt: Only change user settable mount flags in remountEric W. Biederman2014-08-011-1/+1
| * | namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2014-07-301-3/+3
| |/
* / list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-071-1/+1
|/
* VFS: Make delayed_free() call free_vfsmnt()David Howells2014-04-021-12/+8Star
* mark struct file that had write access grabbed by open()Al Viro2014-04-021-3/+1Star
* reduce m_start() cost...Al Viro2014-04-021-3/+18
* smarter propagate_mnt()Al Viro2014-04-021-3/+8
* switch mnt_hash to hlistAl Viro2014-03-311-36/+43
* don't bother with propagate_mnt() unless the target is sharedAl Viro2014-03-311-10/+7Star
* keep shadowed vfsmounts togetherAl Viro2014-03-311-9/+23
* resizable namespace.c hashesAl Viro2014-03-311-23/+58
* Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-211-0/+2
|\
| * sysfs, kernfs: prepare mount path for kernfsTejun Heo2013-11-301-0/+2
* | vfs: Fix a regression in mounting procEric W. Biederman2013-11-271-1/+1
|/
* RCU'd vfsmountsAl Viro2013-11-091-48/+87
* split __lookup_mnt() in two functionsAl Viro2013-10-251-19/+23
* new helpers: lock_mount_hash/unlock_mount_hashAl Viro2013-10-251-48/+48
* namespace.c: get rid of mnt_ghostsAl Viro2013-10-251-15/+7Star
* fold dup_mnt_ns() into its only surviving callerAl Viro2013-10-251-30/+18Star
* mnt_set_expiry() doesn't need vfsmount_lockAl Viro2013-10-251-2/+0Star
* finish_automount() doesn't need vfsmount_lock for removal from expiry listAl Viro2013-10-251-2/+0Star
* fs/namespace.c: bury long-dead defineAl Viro2013-10-251-2/+0Star
* fold mntfree() into mntput_no_expire()Al Viro2013-10-251-23/+16Star
* do_remount(): pull touch_mnt_namespace() upAl Viro2013-10-251-5/+1Star
* dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lockAl Viro2013-10-251-2/+0Star