aboutsummaryrefslogtreecommitdiffstats
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)David Howells1-5/+5
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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/ebi...Linus 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...Linus 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...Linus 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/vir...Linus 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/ebi...Linus 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
2014-03-30don't bother with propagate_mnt() unless the target is sharedAl Viro1-10/+7
2014-03-30keep shadowed vfsmounts togetherAl Viro1-9/+23
2014-03-30resizable namespace.c hashesAl Viro1-23/+58
2014-01-20Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2013-11-29sysfs, kernfs: prepare mount path for kernfsTejun Heo1-0/+2
2013-11-26vfs: Fix a regression in mounting procEric W. Biederman1-1/+1
2013-11-09RCU'd vfsmountsAl Viro1-48/+87
2013-10-24split __lookup_mnt() in two functionsAl Viro1-19/+23
2013-10-24new helpers: lock_mount_hash/unlock_mount_hashAl Viro1-48/+48
2013-10-24namespace.c: get rid of mnt_ghostsAl Viro1-15/+7
2013-10-24fold dup_mnt_ns() into its only surviving callerAl Viro1-30/+18
2013-10-24mnt_set_expiry() doesn't need vfsmount_lockAl Viro1-2/+0
2013-10-24finish_automount() doesn't need vfsmount_lock for removal from expiry listAl Viro1-2/+0
2013-10-24fs/namespace.c: bury long-dead defineAl Viro1-2/+0
2013-10-24fold mntfree() into mntput_no_expire()Al Viro1-23/+16
2013-10-24do_remount(): pull touch_mnt_namespace() upAl Viro1-5/+1
2013-10-24dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lockAl Viro1-2/+0
2013-10-24fs_is_visible only needs namespace_sem held sharedAl Viro1-2/+2
2013-10-24initialize namespace_sem staticallyAl Viro1-3/+1
2013-10-24put_mnt_ns(): use drop_collected_mounts()Al Viro1-5/+1
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley1-1/+1
2013-09-08rename user_path_umountat() to user_path_mountpoint_at()Al Viro1-1/+1
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+5
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-26/+95
2013-09-05vfs: check unlinked ancestors before mountMiklos Szeredi1-6/+5
2013-09-03vfs: allow umount to handle mountpoints without revalidating themJeff Layton1-1/+1
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman1-2/+2
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman1-12/+25
2013-08-26vfs: Don't copy mount bind mounts of /proc/<pid>/ns/mnt between namespacesEric W. Biederman1-12/+34
2013-08-24VFS: collect_mounts() should return an ERR_PTRDan Carpenter1-1/+1
2013-07-24vfs: Lock in place mounts from more privileged usersEric W. Biederman1-0/+34
2013-05-04create_mnt_ns: unidiomatic use of list_add()Al Viro1-1/+1
2013-05-04do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission chec...Al Viro1-3/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-146/+195
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells1-3/+3
2013-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-04-09fold release_mounts() into namespace_unlock()Al Viro1-23/+30
2013-04-09switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro1-19/+14
2013-04-09more conversions to namespace_unlock()Al Viro1-14/+6
2013-04-09get rid of the second argument of shrink_submounts()Al Viro1-4/+4
2013-04-09saner umount_tree()/release_mounts(), part 1Al Viro1-4/+13
2013-04-09get rid of full-hash scan on detaching vfsmountsAl Viro1-92/+137
2013-04-09mnt: release locks on error path in do_loopbackAndrey Vagin1-1/+1
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman1-0/+21
2013-03-27vfs: Carefully propogate mounts across user namespacesEric W. Biederman1-1/+5
2013-03-27vfs: Add a mount flag to lock read only bind mountsEric W. Biederman1-0/+3
2013-03-27userns: Don't allow creation if the user is chrootedEric W. Biederman1-0/+24
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-22mount: consolidate permission checksAl Viro1-33/+7
2013-02-22get rid of unprotected dereferencing of mnt->mnt_nsAl Viro1-12/+17
2012-12-20vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flagsMiao Xie1-1/+1
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman1-1/+2
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman1-0/+14
2012-11-19userns: fix return value on mntns_install() failureZhao Hongjiang1-1/+1
2012-11-19vfs: Allow unprivileged manipulation of the mount namespace.Eric W. Biederman1-26/+43
2012-11-19vfs: Only support slave subtrees across different user namespacesEric W. Biederman1-3/+8
2012-11-19vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman1-8/+16
2012-11-19vfs: Add setns support for the mount namespaceEric W. Biederman1-0/+95
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-11consitify do_mount() argumentsAl Viro1-6/+6
2012-09-22do_add_mount()/umount -l racesAl Viro1-2/+8
2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara1-20/+77
2012-07-14VFS: Comment mount following codeDavid Howells1-2/+14
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells1-55/+65
2012-07-14get rid of magic in proc_namespace.cAl Viro1-3/+3
2012-07-14get rid of ->mnt_longtermAl Viro1-46/+7
2012-05-30vfs: umount_tree() might be called on subtree that had never made itAl Viro1-1/+2
2012-05-29brlocks/lglocks: API cleanupsAndi Kleen1-69/+70
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+0
2012-01-06vfs: prevent remount read-only if pending removesMiklos Szeredi1-0/+7
2012-01-06vfs: protect remounting superblock read-onlyMiklos Szeredi1-1/+39
2012-01-06vfs: keep list of mounts for each superblockMiklos Szeredi1-0/+7
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03vfs: trim includes a bitAl Viro1-19/+6
2012-01-03switch mnt_namespace ->root to struct mountAl Viro1-6/+6
2012-01-03vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro1-211/+7
2012-01-03vfs: opencode mntget() mnt_set_mountpoint()Al Viro1-1/+2
2012-01-03vfs: spread struct mount - remaining argument of next_mnt()Al Viro1-17/+18
2012-01-03vfs: move fsnotify junk to struct mountAl Viro1-23/+22
2012-01-03vfs: move mnt_devnameAl Viro1-9/+9
2012-01-03vfs: move mnt_list to struct mountAl Viro1-23/+24
2012-01-03vfs: switch pnode.h macros to struct mount *Al Viro1-21/+21
2012-01-03vfs: move the rest of int fields to struct mountAl Viro1-15/+17
2012-01-03vfs: mnt_id/mnt_group_id movedAl Viro1-15/+15
2012-01-03vfs: mnt_ns moved to struct mountAl Viro1-22/+23
2012-01-03vfs: spread struct mount - mntput_no_expireAl Viro1-6/+7
2012-01-03vfs: spread struct mount - do_add_mount and graft_treeAl Viro1-11/+11
2012-01-03vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountAl Viro1-20/+21
2012-01-03vfs: and now we can make ->mnt_master point to struct mountAl Viro1-2/+2
2012-01-03vfs: take mnt_master to struct mountAl Viro1-5/+5
2012-01-03vfs: spread struct mount - remaining argument of mnt_set_mountpoint()Al Viro1-4/+4
2012-01-03vfs: spread struct mount - propagate_mnt()Al Viro1-6/+6
2012-01-03vfs: spread struct mount - get_dominating_id / do_make_slaveAl Viro1-1/+1
2012-01-03vfs: take mnt_child/mnt_mounts to struct mountAl Viro1-21/+21
2012-01-03vfs: all counters taken to struct mountAl Viro1-20/+20
2012-01-03vfs: spread struct mount - work with countersAl Viro1-60/+64
2012-01-03vfs: move mnt_mountpoint to struct mountAl Viro1-18/+17
2012-01-03vfs: now it can be done - make mnt_parent point to struct mountAl Viro1-26/+26
2012-01-03vfs: mnt_parent moved to struct mountAl Viro1-22/+23
2012-01-03vfs: spread struct mount - is_path_reachableAl Viro1-7/+7
2012-01-03vfs: spread struct mount - mnt_has_parentAl Viro1-9/+9
2012-01-03vfs: spread struct mount - do_umount/propagate_mount_busyAl Viro1-14/+14
2012-01-03vfs: spread struct mount mnt_set_mountpoint child argumentAl Viro1-5/+5
2012-01-03vfs: spread struct mount - clone_mnt/copy_tree argumentAl Viro1-30/+33
2012-01-03vfs: spread struct mount - shrink_submounts/select_submountsAl Viro1-14/+14
2012-01-03vfs: spread struct mount - umount_tree argumentAl Viro1-18/+18
2012-01-03vfs: the first spoils - mnt_hash movedAl Viro1-12/+12
2012-01-03vfs: spread struct mount to remaining users of ->mnt_hashAl Viro1-13/+13
2012-01-03vfs: spread struct mount - clone_mnt/copy_tree resultAl Viro1-18/+21
2012-01-03vfs: spread struct mount - change_mnt_propagation/set_mnt_sharedAl Viro1-4/+4
2012-01-03vfs: spread struct mount - alloc_vfsmnt/free_vfsmnt/mnt_alloc_id/mnt_free_idAl Viro1-41/+40
2012-01-03vfs: spread struct mount - tree_contains_unbindableAl Viro1-3/+3
2012-01-03vfs: spread struct mount - attach_recursive_mntAl Viro1-11/+14
2012-01-03vfs: spread struct mount - mount group id handlingAl Viro1-18/+18
2012-01-03vfs: spread struct mount - commit_treeAl Viro1-9/+9
2012-01-03vfs: spread struct mount - attach_mnt/detach_mntAl Viro1-19/+22
2012-01-03vfs: spread struct mount - namespace.c internal iteratorsAl Viro1-71/+74
2012-01-03vfs: spread struct mount - __lookup_mnt() resultAl Viro1-9/+14
2012-01-03vfs: start hiding vfsmount guts seriesAl Viro1-8/+10
2012-01-03vfs: mnt_drop_write_file()Al Viro1-0/+6
2012-01-03vfs: make do_kern_mount() staticAl Viro1-2/+1
2012-01-03vfs: dentry_reset_mounted() doesn't use vfsmount argumentAl Viro1-3/+3
2012-01-03unexport put_mnt_ns(), make create_mnt_ns() static outrightAl Viro1-3/+1
2012-01-03vfs: more mnt_parent cleanupsAl Viro1-15/+27
2012-01-03vfs: new internal helper: mnt_has_parent(mnt)Al Viro1-7/+7
2012-01-03vfs: kill pointless helpers in namespace.cAl Viro1-30/+5
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro1-9/+11
2011-11-22mount_subtree() pointless use-after-freeAl Viro1-2/+4
2011-11-16new helper: mount_subtree()Al Viro1-0/+28
2011-11-16switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfsAl Viro1-0/+2
2011-11-13Merge branch 'master' into for-nextJiri Kosina1-0/+1
2011-10-29namespace: mnt_want_write: Remove unused label 'out'Kautuk Consul1-2/+0
2011-10-28vfs: add "device" tag to /proc/self/mountstatsBryan Schumaker1-0/+1
2011-09-26VFS: Fix the remaining automounter semantics regressionsTrond Myklebust1-1/+1
2011-07-24VFS : mount lock scalability for internal mountsTim Chen1-1/+20
2011-07-20fs: seq_file - add event counter to simplify poll() supportKay Sievers1-2/+2
2011-05-26fs/namespace.c: bound mount propagation fixRoman Borisov1-1/+1
2011-04-12Revert "vfs: Export file system uuid via /proc/<pid>/mountinfo"Linus Torvalds1-16/+0
2011-03-22fs: use appropriate printk priority levelsMandeep Singh Baines1-1/+1
2011-03-18change the locking order for namespace_semAl Viro1-60/+73
2011-03-18fix deadlock in pivot_root()Al Viro1-11/+5
2011-03-17vfs: split off vfsmount-related parts of vfs_kern_mount()Al Viro1-40/+113
2011-03-17kill simple_set_mnt()Al Viro1-8/+0
2011-03-16Merge branch 'mnt_devname' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-9/+30
2011-03-16vfs: new superblock methods to override /proc/*/mount{s,info}Al Viro1-9/+30
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+4
2011-03-15vfs: Export file system uuid via /proc/<pid>/mountinfoAneesh Kumar K.V1-0/+16
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-0/+4
2011-03-03LSM: Pass -o remount options to the LSMEric Paris1-0/+4
2011-02-24Unlock vfsmount_lock in do_umountJ. R. Okajima1-1/+1