aboutsummaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-5/+5
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-27/+17
2015-02-13fs/namespace: convert devname allocation to kstrdup_constGravatar Andrzej Hajda 1-3/+3
2015-01-25switch the IO-triggering parts of umount to fs_pinGravatar Al Viro 1-27/+17
2014-12-18mnt: Fix a memory stomp in umountGravatar Eric W. Biederman 1-0/+2
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-3/+15
2014-12-10take the targets of /proc/*/ns/* symlinks to separate fsGravatar Al Viro 1-3/+6
2014-12-04bury struct proc_ns in fs/procGravatar Al Viro 1-11/+2
2014-12-04copy address of proc_ns_ops into ns_commonGravatar Al Viro 1-0/+1
2014-12-04new helpers: ns_alloc_inum/ns_free_inumGravatar Al Viro 1-2/+2
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Gravatar Al Viro 1-10/+3
2014-12-04make mntns ->get()/->put()/->install()/->inum() work with &mnt_ns->nsGravatar Al Viro 1-8/+13
2014-12-04common object embedded into various struct ....nsGravatar Al Viro 1-3/+3
2014-12-02mnt: Clear mnt_expire during pivot_rootGravatar Eric W. Biederman 1-0/+2
2014-12-02mnt: Carefully set CL_UNPRIVILEGED in clone_mntGravatar Eric W. Biederman 1-1/+2
2014-12-02mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers.Gravatar Eric W. Biederman 1-1/+0
2014-12-02umount: Do not allow unmounting rootfs.Gravatar Eric W. Biederman 1-0/+1
2014-12-02umount: Disallow unprivileged mount forceGravatar Eric W. Biederman 1-0/+3
2014-12-02mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mountGravatar Eric W. Biederman 1-1/+7
2014-10-24vfs: introduce clone_private_mount()Gravatar Miklos Szeredi 1-0/+27
2014-10-15Merge branch 'CVE-2014-7970' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+3
2014-10-14mnt: Prevent pivot_root from creating a loop in the mount treeGravatar Eric W. Biederman 1-0/+3
2014-10-14Merge branch 'CVE-2014-7975' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2014-10-09vfs: move getname() from callers to do_mount()Gravatar Seunghun Lee 1-16/+3
2014-10-09fs: namespace: suppress 'may be used uninitialized' warningsGravatar Tim Gardner 1-18/+8
2014-10-09vfs: Add a function to lazily unmount all mounts from any dentry.Gravatar Eric W. Biederman 1-0/+31
2014-10-09vfs: factor out lookup_mountpoint from new_mountpointGravatar Eric W. Biederman 1-3/+12
2014-10-09vfs: Keep a list of mounts on a mount pointGravatar Eric W. Biederman 1-0/+6
2014-10-09vfs: Don't allow overwriting mounts in the current mount namespaceGravatar Eric W. Biederman 1-0/+35
2014-10-09delayed mntputGravatar Al Viro 1-18/+53
2014-10-08fs: Add a missing permission check to do_umountGravatar Andy Lutomirski 1-0/+2
2014-08-30fix EBUSY on umount() from MNT_SHRINKABLEGravatar Al Viro 1-0/+6
2014-08-30get rid of propagate_umount() mistakenly treating slaves as busy.Gravatar Al Viro 1-1/+3
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-34/+33
2014-08-11fix copy_tree() regressionGravatar Al Viro 1-7/+24
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-10/+55
2014-08-07death to mnt_pinnedGravatar Al Viro 1-26/+9
2014-08-07make fs/{namespace,super}.c forget about acct.hGravatar Al Viro 1-2/+1
2014-08-07acct: get rid of acct_listGravatar Al Viro 1-1/+1
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Gravatar Ken Helias 1-1/+1
2014-07-31mnt: Change the default remount atime from relatime to the existing valueGravatar Eric W. Biederman 1-0/+8
2014-07-31mnt: Correct permission checks in do_remountGravatar Eric W. Biederman 1-3/+33
2014-07-31mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remountGravatar Eric W. Biederman 1-3/+10
2014-07-31mnt: Only change user settable mount flags in remountGravatar Eric W. Biederman 1-1/+1
2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyGravatar Eric W. Biederman 1-3/+3
2014-04-01VFS: Make delayed_free() call free_vfsmnt()Gravatar David Howells 1-12/+8
2014-04-01mark struct file that had write access grabbed by open()Gravatar Al Viro 1-3/+1
2014-04-01reduce m_start() cost...Gravatar Al Viro 1-3/+18
2014-04-01smarter propagate_mnt()Gravatar Al Viro 1-3/+8
2014-03-30switch mnt_hash to hlistGravatar Al Viro 1-36/+43