summaryrefslogtreecommitdiff
path: root/fs/namespace.c
Commit message (Expand)AuthorAge
* 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
* initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley2013-09-11
* rename user_path_umountat() to user_path_mountpoint_at()Al Viro2013-09-08
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-07
|\
| * vfs: check unlinked ancestors before mountMiklos Szeredi2013-09-05
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-07
|\ \ | |/ |/|
| * userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-30
| * userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman2013-08-26
| * vfs: Don't copy mount bind mounts of /proc/<pid>/ns/mnt between namespacesEric W. Biederman2013-08-26
| * vfs: Lock in place mounts from more privileged usersEric W. Biederman2013-07-24
* | vfs: allow umount to handle mountpoints without revalidating themJeff Layton2013-09-03
* | VFS: collect_mounts() should return an ERR_PTRDan Carpenter2013-08-24
|/
* create_mnt_ns: unidiomatic use of list_add()Al Viro2013-05-04
* do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission chec...Al Viro2013-05-04