aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
Commit message (Expand)AuthorAge
* Merge branch 'CVE-2014-7970' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-15
|\
| * mnt: Prevent pivot_root from creating a loop in the mount treeEric W. Biederman2014-10-14
* | Merge branch 'CVE-2014-7975' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-14
|\ \
| * | fs: Add a missing permission check to do_umountAndy Lutomirski2014-10-08
| |/
* | vfs: move getname() from callers to do_mount()Seunghun Lee2014-10-09
* | fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner2014-10-09
* | vfs: Add a function to lazily unmount all mounts from any dentry.Eric W. Biederman2014-10-09
* | vfs: factor out lookup_mountpoint from new_mountpointEric W. Biederman2014-10-09
* | vfs: Keep a list of mounts on a mount pointEric W. Biederman2014-10-09
* | vfs: Don't allow overwriting mounts in the current mount namespaceEric W. Biederman2014-10-09
* | delayed mntputAl Viro2014-10-09
|/
* fix EBUSY on umount() from MNT_SHRINKABLEAl Viro2014-08-30
* get rid of propagate_umount() mistakenly treating slaves as busy.Al Viro2014-08-30
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-08-11
|\
| * fix copy_tree() regressionAl Viro2014-08-11
| * death to mnt_pinnedAl Viro2014-08-07
| * make fs/{namespace,super}.c forget about acct.hAl Viro2014-08-07
| * acct: get rid of acct_listAl Viro2014-08-07
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-08-09
|\ \
| * | mnt: Change the default remount atime from relatime to the existing valueEric W. Biederman2014-07-31
| * | mnt: Correct permission checks in do_remountEric W. Biederman2014-07-31
| * | mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remountEric W. Biederman2014-07-31
| * | mnt: Only change user settable mount flags in remountEric W. Biederman2014-07-31
| * | namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2014-07-29
| |/
* / list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-06
|/
* VFS: Make delayed_free() call free_vfsmnt()David Howells2014-04-01
* mark struct file that had write access grabbed by open()Al Viro2014-04-01
* reduce m_start() cost...Al Viro2014-04-01
* smarter propagate_mnt()Al Viro2014-04-01
* switch mnt_hash to hlistAl Viro2014-03-30
* don't bother with propagate_mnt() unless the target is sharedAl Viro2014-03-30
* keep shadowed vfsmounts togetherAl Viro2014-03-30
* resizable namespace.c hashesAl Viro2014-03-30
* Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-20
|\
| * sysfs, kernfs: prepare mount path for kernfsTejun Heo2013-11-29
* | vfs: Fix a regression in mounting procEric W. Biederman2013-11-26
|/
* RCU'd vfsmountsAl Viro2013-11-09
* split __lookup_mnt() in two functionsAl Viro2013-10-24
* new helpers: lock_mount_hash/unlock_mount_hashAl Viro2013-10-24
* namespace.c: get rid of mnt_ghostsAl Viro2013-10-24
* fold dup_mnt_ns() into its only surviving callerAl Viro2013-10-24
* mnt_set_expiry() doesn't need vfsmount_lockAl Viro2013-10-24
* finish_automount() doesn't need vfsmount_lock for removal from expiry listAl Viro2013-10-24
* fs/namespace.c: bury long-dead defineAl Viro2013-10-24
* fold mntfree() into mntput_no_expire()Al Viro2013-10-24
* do_remount(): pull touch_mnt_namespace() upAl Viro2013-10-24
* dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lockAl Viro2013-10-24
* fs_is_visible only needs namespace_sem held sharedAl Viro2013-10-24
* initialize namespace_sem staticallyAl Viro2013-10-24
* put_mnt_ns(): use drop_collected_mounts()Al Viro2013-10-24