summaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
Commit message (Expand)AuthorAgeFilesLines
* fix EBUSY on umount() from MNT_SHRINKABLEAl Viro2014-08-301-0/+6
* get rid of propagate_umount() mistakenly treating slaves as busy.Al Viro2014-08-301-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-08-111-34/+33
|\
| * fix copy_tree() regressionAl Viro2014-08-111-7/+24
| * death to mnt_pinnedAl Viro2014-08-071-26/+9
| * make fs/{namespace,super}.c forget about acct.hAl Viro2014-08-071-2/+1
| * 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-091-10/+55
|\ \
| * | mnt: Change the default remount atime from relatime to the existing valueEric W. Biederman2014-07-311-0/+8
| * | mnt: Correct permission checks in do_remountEric W. Biederman2014-07-311-3/+33
| * | mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remountEric W. Biederman2014-07-311-3/+10
| * | mnt: Only change user settable mount flags in remountEric W. Biederman2014-07-311-1/+1
| * | namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2014-07-291-3/+3
| |/
* | list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-061-1/+1
|/
* VFS: Make delayed_free() call free_vfsmnt()David Howells2014-04-011-12/+8
* mark struct file that had write access grabbed by open()Al Viro2014-04-011-3/+1
* reduce m_start() cost...Al Viro2014-04-011-3/+18
* smarter propagate_mnt()Al Viro2014-04-011-3/+8
* switch mnt_hash to hlistAl Viro2014-03-301-36/+43
* don't bother with propagate_mnt() unless the target is sharedAl Viro2014-03-301-10/+7
* keep shadowed vfsmounts togetherAl Viro2014-03-301-9/+23
* resizable namespace.c hashesAl Viro2014-03-301-23/+58
* Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-201-0/+2
|\
| * sysfs, kernfs: prepare mount path for kernfsTejun Heo2013-11-291-0/+2
* | vfs: Fix a regression in mounting procEric W. Biederman2013-11-261-1/+1
|/
* RCU'd vfsmountsAl Viro2013-11-091-48/+87
* split __lookup_mnt() in two functionsAl Viro2013-10-241-19/+23
* new helpers: lock_mount_hash/unlock_mount_hashAl Viro2013-10-241-48/+48
* namespace.c: get rid of mnt_ghostsAl Viro2013-10-241-15/+7
* fold dup_mnt_ns() into its only surviving callerAl Viro2013-10-241-30/+18
* mnt_set_expiry() doesn't need vfsmount_lockAl Viro2013-10-241-2/+0
* finish_automount() doesn't need vfsmount_lock for removal from expiry listAl Viro2013-10-241-2/+0
* fs/namespace.c: bury long-dead defineAl Viro2013-10-241-2/+0
* fold mntfree() into mntput_no_expire()Al Viro2013-10-241-23/+16
* do_remount(): pull touch_mnt_namespace() upAl Viro2013-10-241-5/+1
* dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lockAl Viro2013-10-241-2/+0
* fs_is_visible only needs namespace_sem held sharedAl Viro2013-10-241-2/+2
* initialize namespace_sem staticallyAl Viro2013-10-241-3/+1
* put_mnt_ns(): use drop_collected_mounts()Al Viro2013-10-241-5/+1
* initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley2013-09-111-1/+1
* rename user_path_umountat() to user_path_mountpoint_at()Al Viro2013-09-081-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-071-6/+5
|\
| * vfs: check unlinked ancestors before mountMiklos Szeredi2013-09-051-6/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-071-26/+95
|\ \ | |/ |/|
| * userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-301-2/+2
| * userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman2013-08-261-12/+25
| * vfs: Don't copy mount bind mounts of /proc/<pid>/ns/mnt between namespacesEric W. Biederman2013-08-261-12/+34
| * vfs: Lock in place mounts from more privileged usersEric W. Biederman2013-07-241-0/+34
* | vfs: allow umount to handle mountpoints without revalidating themJeff Layton2013-09-031-1/+1
* | VFS: collect_mounts() should return an ERR_PTRDan Carpenter2013-08-241-1/+1
|/
OpenPOWER on IntegriCloud