aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-5/+5
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-27/+17
2015-02-13fs/namespace: convert devname allocation to kstrdup_constAndrzej Hajda1-3/+3
2015-01-25switch the IO-triggering parts of umount to fs_pinAl Viro1-27/+17
2014-12-18mnt: Fix a memory stomp in umountEric W. Biederman1-0/+2
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+15
2014-12-10take the targets of /proc/*/ns/* symlinks to separate fsAl Viro1-3/+6
2014-12-04bury struct proc_ns in fs/procAl Viro1-11/+2
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro1-0/+1
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro1-2/+2
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro1-10/+3
2014-12-04make mntns ->get()/->put()/->install()/->inum() work with &mnt_ns->nsAl Viro1-8/+13
2014-12-04common object embedded into various struct ....nsAl Viro1-3/+3
2014-12-02mnt: Clear mnt_expire during pivot_rootEric W. Biederman1-0/+2
2014-12-02mnt: Carefully set CL_UNPRIVILEGED in clone_mntEric W. Biederman1-1/+2
2014-12-02mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers.Eric W. Biederman1-1/+0
2014-12-02umount: Do not allow unmounting rootfs.Eric W. Biederman1-0/+1
2014-12-02umount: Disallow unprivileged mount forceEric W. Biederman1-0/+3
2014-12-02mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mountEric W. Biederman1-1/+7
2014-10-24vfs: introduce clone_private_mount()Miklos Szeredi1-0/+27
2014-10-15Merge branch 'CVE-2014-7970' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linuxLinus Torvalds1-0/+3
2014-10-14mnt: Prevent pivot_root from creating a loop in the mount treeEric W. Biederman1-0/+3
2014-10-14Merge branch 'CVE-2014-7975' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linuxLinus Torvalds1-0/+2
2014-10-09vfs: move getname() from callers to do_mount()Seunghun Lee1-16/+3
2014-10-09fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner1-18/+8
2014-10-09vfs: Add a function to lazily unmount all mounts from any dentry.Eric W. Biederman1-0/+31
2014-10-09vfs: factor out lookup_mountpoint from new_mountpointEric W. Biederman1-3/+12
2014-10-09vfs: Keep a list of mounts on a mount pointEric W. Biederman1-0/+6
2014-10-09vfs: Don't allow overwriting mounts in the current mount namespaceEric W. Biederman1-0/+35
2014-10-09delayed mntputAl Viro1-18/+53
2014-10-08fs: Add a missing permission check to do_umountAndy Lutomirski1-0/+2
2014-08-30fix EBUSY on umount() from MNT_SHRINKABLEAl Viro1-0/+6
2014-08-30get rid of propagate_umount() mistakenly treating slaves as busy.Al Viro1-1/+3
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-34/+33
2014-08-11fix copy_tree() regressionAl Viro1-7/+24
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-10/+55
2014-08-07death to mnt_pinnedAl Viro1-26/+9
2014-08-07make fs/{namespace,super}.c forget about acct.hAl Viro1-2/+1
2014-08-07acct: get rid of acct_listAl Viro1-1/+1
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-1/+1
2014-07-31mnt: Change the default remount atime from relatime to the existing valueEric W. Biederman1-0/+8
2014-07-31mnt: Correct permission checks in do_remountEric W. Biederman1-3/+33
2014-07-31mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remountEric W. Biederman1-3/+10
2014-07-31mnt: Only change user settable mount flags in remountEric W. Biederman1-1/+1
2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman1-3/+3
2014-04-01VFS: Make delayed_free() call free_vfsmnt()David Howells1-12/+8
2014-04-01mark struct file that had write access grabbed by open()Al Viro1-3/+1
2014-04-01reduce m_start() cost...Al Viro1-3/+18
2014-04-01smarter propagate_mnt()Al Viro1-3/+8
2014-03-30switch mnt_hash to hlistAl Viro1-36/+43