| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-12-18 | mnt: Fix a memory stomp in umount | Eric W. Biederman | 1 | -0/+2 |
| 2014-12-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -3/+15 |
| 2014-12-10 | take the targets of /proc/*/ns/* symlinks to separate fs | Al Viro | 1 | -3/+6 |
| 2014-12-04 | bury struct proc_ns in fs/proc | Al Viro | 1 | -11/+2 |
| 2014-12-04 | copy address of proc_ns_ops into ns_common | Al Viro | 1 | -0/+1 |
| 2014-12-04 | new helpers: ns_alloc_inum/ns_free_inum | Al Viro | 1 | -2/+2 |
| 2014-12-04 | make proc_ns_operations work with struct ns_common * instead of void * | Al Viro | 1 | -10/+3 |
| 2014-12-04 | make mntns ->get()/->put()/->install()/->inum() work with &mnt_ns->ns | Al Viro | 1 | -8/+13 |
| 2014-12-04 | common object embedded into various struct ....ns | Al Viro | 1 | -3/+3 |
| 2014-12-02 | mnt: Clear mnt_expire during pivot_root | Eric W. Biederman | 1 | -0/+2 |
| 2014-12-02 | mnt: Carefully set CL_UNPRIVILEGED in clone_mnt | Eric W. Biederman | 1 | -1/+2 |
| 2014-12-02 | mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers. | Eric W. Biederman | 1 | -1/+0 |
| 2014-12-02 | umount: Do not allow unmounting rootfs. | Eric W. Biederman | 1 | -0/+1 |
| 2014-12-02 | umount: Disallow unprivileged mount force | Eric W. Biederman | 1 | -0/+3 |
| 2014-12-02 | mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mount | Eric W. Biederman | 1 | -1/+7 |
| 2014-10-24 | vfs: introduce clone_private_mount() | Miklos Szeredi | 1 | -0/+27 |
| 2014-10-15 | Merge branch 'CVE-2014-7970' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+3 |
| 2014-10-14 | mnt: Prevent pivot_root from creating a loop in the mount tree | Eric W. Biederman | 1 | -0/+3 |
| 2014-10-14 | Merge branch 'CVE-2014-7975' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+2 |
| 2014-10-09 | vfs: move getname() from callers to do_mount() | Seunghun Lee | 1 | -16/+3 |
| 2014-10-09 | fs: namespace: suppress 'may be used uninitialized' warnings | Tim Gardner | 1 | -18/+8 |
| 2014-10-09 | vfs: Add a function to lazily unmount all mounts from any dentry. | Eric W. Biederman | 1 | -0/+31 |
| 2014-10-09 | vfs: factor out lookup_mountpoint from new_mountpoint | Eric W. Biederman | 1 | -3/+12 |
| 2014-10-09 | vfs: Keep a list of mounts on a mount point | Eric W. Biederman | 1 | -0/+6 |
| 2014-10-09 | vfs: Don't allow overwriting mounts in the current mount namespace | Eric W. Biederman | 1 | -0/+35 |
| 2014-10-09 | delayed mntput | Al Viro | 1 | -18/+53 |
| 2014-10-08 | fs: Add a missing permission check to do_umount | Andy Lutomirski | 1 | -0/+2 |
| 2014-08-30 | fix EBUSY on umount() from MNT_SHRINKABLE | Al Viro | 1 | -0/+6 |
| 2014-08-30 | get rid of propagate_umount() mistakenly treating slaves as busy. | Al Viro | 1 | -1/+3 |
| 2014-08-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -34/+33 |
| 2014-08-11 | fix copy_tree() regression | Al Viro | 1 | -7/+24 |
| 2014-08-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -10/+55 |
| 2014-08-07 | death to mnt_pinned | Al Viro | 1 | -26/+9 |
| 2014-08-07 | make fs/{namespace,super}.c forget about acct.h | Al Viro | 1 | -2/+1 |
| 2014-08-07 | acct: get rid of acct_list | Al Viro | 1 | -1/+1 |
| 2014-08-06 | list: fix order of arguments for hlist_add_after(_rcu) | Ken Helias | 1 | -1/+1 |
| 2014-07-31 | mnt: Change the default remount atime from relatime to the existing value | Eric W. Biederman | 1 | -0/+8 |
| 2014-07-31 | mnt: Correct permission checks in do_remount | Eric W. Biederman | 1 | -3/+33 |
| 2014-07-31 | mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount | Eric W. Biederman | 1 | -3/+10 |
| 2014-07-31 | mnt: Only change user settable mount flags in remount | Eric W. Biederman | 1 | -1/+1 |
| 2014-07-29 | namespaces: Use task_lock and not rcu to protect nsproxy | Eric W. Biederman | 1 | -3/+3 |
| 2014-04-01 | VFS: Make delayed_free() call free_vfsmnt() | David Howells | 1 | -12/+8 |
| 2014-04-01 | mark struct file that had write access grabbed by open() | Al Viro | 1 | -3/+1 |
| 2014-04-01 | reduce m_start() cost... | Al Viro | 1 | -3/+18 |
| 2014-04-01 | smarter propagate_mnt() | Al Viro | 1 | -3/+8 |
| 2014-03-30 | switch mnt_hash to hlist | Al Viro | 1 | -36/+43 |
| 2014-03-30 | don't bother with propagate_mnt() unless the target is shared | Al Viro | 1 | -10/+7 |
| 2014-03-30 | keep shadowed vfsmounts together | Al Viro | 1 | -9/+23 |
| 2014-03-30 | resizable namespace.c hashes | Al Viro | 1 | -23/+58 |
| 2014-01-20 | Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+2 |
| 2013-11-29 | sysfs, kernfs: prepare mount path for kernfs | Tejun Heo | 1 | -0/+2 |
| 2013-11-26 | vfs: Fix a regression in mounting proc | Eric W. Biederman | 1 | -1/+1 |
| 2013-11-09 | RCU'd vfsmounts | Al Viro | 1 | -48/+87 |
| 2013-10-24 | split __lookup_mnt() in two functions | Al Viro | 1 | -19/+23 |
| 2013-10-24 | new helpers: lock_mount_hash/unlock_mount_hash | Al Viro | 1 | -48/+48 |
| 2013-10-24 | namespace.c: get rid of mnt_ghosts | Al Viro | 1 | -15/+7 |
| 2013-10-24 | fold dup_mnt_ns() into its only surviving caller | Al Viro | 1 | -30/+18 |
| 2013-10-24 | mnt_set_expiry() doesn't need vfsmount_lock | Al Viro | 1 | -2/+0 |
| 2013-10-24 | finish_automount() doesn't need vfsmount_lock for removal from expiry list | Al Viro | 1 | -2/+0 |
| 2013-10-24 | fs/namespace.c: bury long-dead define | Al Viro | 1 | -2/+0 |
| 2013-10-24 | fold mntfree() into mntput_no_expire() | Al Viro | 1 | -23/+16 |
| 2013-10-24 | do_remount(): pull touch_mnt_namespace() up | Al Viro | 1 | -5/+1 |
| 2013-10-24 | dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lock | Al Viro | 1 | -2/+0 |
| 2013-10-24 | fs_is_visible only needs namespace_sem held shared | Al Viro | 1 | -2/+2 |
| 2013-10-24 | initialize namespace_sem statically | Al Viro | 1 | -3/+1 |
| 2013-10-24 | put_mnt_ns(): use drop_collected_mounts() | Al Viro | 1 | -5/+1 |
| 2013-09-11 | initmpfs: move rootfs code from fs/ramfs/ to init/ | Rob Landley | 1 | -1/+1 |
| 2013-09-08 | rename user_path_umountat() to user_path_mountpoint_at() | Al Viro | 1 | -1/+1 |
| 2013-09-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -6/+5 |
| 2013-09-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -26/+95 |
| 2013-09-05 | vfs: check unlinked ancestors before mount | Miklos Szeredi | 1 | -6/+5 |
| 2013-09-03 | vfs: allow umount to handle mountpoints without revalidating them | Jeff Layton | 1 | -1/+1 |
| 2013-08-30 | userns: Kill nsown_capable it makes the wrong thing easy | Eric W. Biederman | 1 | -2/+2 |
| 2013-08-26 | userns: Better restrictions on when proc and sysfs can be mounted | Eric W. Biederman | 1 | -12/+25 |
| 2013-08-26 | vfs: Don't copy mount bind mounts of /proc/<pid>/ns/mnt between namespaces | Eric W. Biederman | 1 | -12/+34 |
| 2013-08-24 | VFS: collect_mounts() should return an ERR_PTR | Dan Carpenter | 1 | -1/+1 |
| 2013-07-24 | vfs: Lock in place mounts from more privileged users | Eric W. Biederman | 1 | -0/+34 |
| 2013-05-04 | create_mnt_ns: unidiomatic use of list_add() | Al Viro | 1 | -1/+1 |
| 2013-05-04 | do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission chec... | Al Viro | 1 | -3/+2 |
| 2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -146/+195 |
| 2013-05-01 | proc: Split the namespace stuff out into linux/proc_ns.h | David Howells | 1 | -3/+3 |
| 2013-04-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2013-04-09 | fold release_mounts() into namespace_unlock() | Al Viro | 1 | -23/+30 |
| 2013-04-09 | switch unlock_mount() to namespace_unlock(), convert all umount_tree() callers | Al Viro | 1 | -19/+14 |
| 2013-04-09 | more conversions to namespace_unlock() | Al Viro | 1 | -14/+6 |
| 2013-04-09 | get rid of the second argument of shrink_submounts() | Al Viro | 1 | -4/+4 |
| 2013-04-09 | saner umount_tree()/release_mounts(), part 1 | Al Viro | 1 | -4/+13 |
| 2013-04-09 | get rid of full-hash scan on detaching vfsmounts | Al Viro | 1 | -92/+137 |
| 2013-04-09 | mnt: release locks on error path in do_loopback | Andrey Vagin | 1 | -1/+1 |
| 2013-03-27 | userns: Restrict when proc and sysfs can be mounted | Eric W. Biederman | 1 | -0/+21 |
| 2013-03-27 | vfs: Carefully propogate mounts across user namespaces | Eric W. Biederman | 1 | -1/+5 |
| 2013-03-27 | vfs: Add a mount flag to lock read only bind mounts | Eric W. Biederman | 1 | -0/+3 |
| 2013-03-27 | userns: Don't allow creation if the user is chrooted | Eric W. Biederman | 1 | -0/+24 |
| 2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
| 2013-02-22 | mount: consolidate permission checks | Al Viro | 1 | -33/+7 |
| 2013-02-22 | get rid of unprotected dereferencing of mnt->mnt_ns | Al Viro | 1 | -12/+17 |
| 2012-12-20 | vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flags | Miao Xie | 1 | -1/+1 |
| 2012-12-14 | userns: Require CAP_SYS_ADMIN for most uses of setns. | Eric W. Biederman | 1 | -1/+2 |
| 2012-11-20 | proc: Usable inode numbers for the namespace file descriptors. | Eric W. Biederman | 1 | -0/+14 |
| 2012-11-19 | userns: fix return value on mntns_install() failure | Zhao Hongjiang | 1 | -1/+1 |
| 2012-11-19 | vfs: Allow unprivileged manipulation of the mount namespace. | Eric W. Biederman | 1 | -26/+43 |
| 2012-11-19 | vfs: Only support slave subtrees across different user namespaces | Eric W. Biederman | 1 | -3/+8 |
| 2012-11-19 | vfs: Add a user namespace reference from struct mnt_namespace | Eric W. Biederman | 1 | -8/+16 |
| 2012-11-19 | vfs: Add setns support for the mount namespace | Eric W. Biederman | 1 | -0/+95 |
| 2012-10-12 | vfs: define struct filename and have getname() return it | Jeff Layton | 1 | -2/+2 |
| 2012-10-11 | consitify do_mount() arguments | Al Viro | 1 | -6/+6 |
| 2012-09-22 | do_add_mount()/umount -l races | Al Viro | 1 | -2/+8 |
| 2012-07-31 | fs: Add freezing handling to mnt_want_write() / mnt_drop_write() | Jan Kara | 1 | -20/+77 |
| 2012-07-14 | VFS: Comment mount following code | David Howells | 1 | -2/+14 |
| 2012-07-14 | VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors | David Howells | 1 | -55/+65 |
| 2012-07-14 | get rid of magic in proc_namespace.c | Al Viro | 1 | -3/+3 |
| 2012-07-14 | get rid of ->mnt_longterm | Al Viro | 1 | -46/+7 |
| 2012-05-30 | vfs: umount_tree() might be called on subtree that had never made it | Al Viro | 1 | -1/+2 |
| 2012-05-29 | brlocks/lglocks: API cleanups | Andi Kleen | 1 | -69/+70 |
| 2012-01-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+0 |
| 2012-01-06 | vfs: prevent remount read-only if pending removes | Miklos Szeredi | 1 | -0/+7 |
| 2012-01-06 | vfs: protect remounting superblock read-only | Miklos Szeredi | 1 | -1/+39 |
| 2012-01-06 | vfs: keep list of mounts for each superblock | Miklos Szeredi | 1 | -0/+7 |
| 2012-01-06 | vfs: switch ->show_options() to struct dentry * | Al Viro | 1 | -2/+2 |
| 2012-01-03 | vfs: trim includes a bit | Al Viro | 1 | -19/+6 |
| 2012-01-03 | switch mnt_namespace ->root to struct mount | Al Viro | 1 | -6/+6 |
| 2012-01-03 | vfs: take /proc/*/mounts and friends to fs/proc_namespace.c | Al Viro | 1 | -211/+7 |
| 2012-01-03 | vfs: opencode mntget() mnt_set_mountpoint() | Al Viro | 1 | -1/+2 |
| 2012-01-03 | vfs: spread struct mount - remaining argument of next_mnt() | Al Viro | 1 | -17/+18 |
| 2012-01-03 | vfs: move fsnotify junk to struct mount | Al Viro | 1 | -23/+22 |
| 2012-01-03 | vfs: move mnt_devname | Al Viro | 1 | -9/+9 |
| 2012-01-03 | vfs: move mnt_list to struct mount | Al Viro | 1 | -23/+24 |
| 2012-01-03 | vfs: switch pnode.h macros to struct mount * | Al Viro | 1 | -21/+21 |
| 2012-01-03 | vfs: move the rest of int fields to struct mount | Al Viro | 1 | -15/+17 |
| 2012-01-03 | vfs: mnt_id/mnt_group_id moved | Al Viro | 1 | -15/+15 |
| 2012-01-03 | vfs: mnt_ns moved to struct mount | Al Viro | 1 | -22/+23 |
| 2012-01-03 | vfs: spread struct mount - mntput_no_expire | Al Viro | 1 | -6/+7 |
| 2012-01-03 | vfs: spread struct mount - do_add_mount and graft_tree | Al Viro | 1 | -11/+11 |
| 2012-01-03 | vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mount | Al Viro | 1 | -20/+21 |
| 2012-01-03 | vfs: and now we can make ->mnt_master point to struct mount | Al Viro | 1 | -2/+2 |
| 2012-01-03 | vfs: take mnt_master to struct mount | Al Viro | 1 | -5/+5 |
| 2012-01-03 | vfs: spread struct mount - remaining argument of mnt_set_mountpoint() | Al Viro | 1 | -4/+4 |
| 2012-01-03 | vfs: spread struct mount - propagate_mnt() | Al Viro | 1 | -6/+6 |
| 2012-01-03 | vfs: spread struct mount - get_dominating_id / do_make_slave | Al Viro | 1 | -1/+1 |
| 2012-01-03 | vfs: take mnt_child/mnt_mounts to struct mount | Al Viro | 1 | -21/+21 |
| 2012-01-03 | vfs: all counters taken to struct mount | Al Viro | 1 | -20/+20 |
| 2012-01-03 | vfs: spread struct mount - work with counters | Al Viro | 1 | -60/+64 |
| 2012-01-03 | vfs: move mnt_mountpoint to struct mount | Al Viro | 1 | -18/+17 |
| 2012-01-03 | vfs: now it can be done - make mnt_parent point to struct mount | Al Viro | 1 | -26/+26 |
| 2012-01-03 | vfs: mnt_parent moved to struct mount | Al Viro | 1 | -22/+23 |
| 2012-01-03 | vfs: spread struct mount - is_path_reachable | Al Viro | 1 | -7/+7 |
| 2012-01-03 | vfs: spread struct mount - mnt_has_parent | Al Viro | 1 | -9/+9 |
| 2012-01-03 | vfs: spread struct mount - do_umount/propagate_mount_busy | Al Viro | 1 | -14/+14 |
| 2012-01-03 | vfs: spread struct mount mnt_set_mountpoint child argument | Al Viro | 1 | -5/+5 |
| 2012-01-03 | vfs: spread struct mount - clone_mnt/copy_tree argument | Al Viro | 1 | -30/+33 |
| 2012-01-03 | vfs: spread struct mount - shrink_submounts/select_submounts | Al Viro | 1 | -14/+14 |
| 2012-01-03 | vfs: spread struct mount - umount_tree argument | Al Viro | 1 | -18/+18 |
| 2012-01-03 | vfs: the first spoils - mnt_hash moved | Al Viro | 1 | -12/+12 |
| 2012-01-03 | vfs: spread struct mount to remaining users of ->mnt_hash | Al Viro | 1 | -13/+13 |
| 2012-01-03 | vfs: spread struct mount - clone_mnt/copy_tree result | Al Viro | 1 | -18/+21 |
| 2012-01-03 | vfs: spread struct mount - change_mnt_propagation/set_mnt_shared | Al Viro | 1 | -4/+4 |
| 2012-01-03 | vfs: spread struct mount - alloc_vfsmnt/free_vfsmnt/mnt_alloc_id/mnt_free_id | Al Viro | 1 | -41/+40 |
| 2012-01-03 | vfs: spread struct mount - tree_contains_unbindable | Al Viro | 1 | -3/+3 |
| 2012-01-03 | vfs: spread struct mount - attach_recursive_mnt | Al Viro | 1 | -11/+14 |
| 2012-01-03 | vfs: spread struct mount - mount group id handling | Al Viro | 1 | -18/+18 |
| 2012-01-03 | vfs: spread struct mount - commit_tree | Al Viro | 1 | -9/+9 |
| 2012-01-03 | vfs: spread struct mount - attach_mnt/detach_mnt | Al Viro | 1 | -19/+22 |
| 2012-01-03 | vfs: spread struct mount - namespace.c internal iterators | Al Viro | 1 | -71/+74 |
| 2012-01-03 | vfs: spread struct mount - __lookup_mnt() result | Al Viro | 1 | -9/+14 |
| 2012-01-03 | vfs: start hiding vfsmount guts series | Al Viro | 1 | -8/+10 |
| 2012-01-03 | vfs: mnt_drop_write_file() | Al Viro | 1 | -0/+6 |
| 2012-01-03 | vfs: make do_kern_mount() static | Al Viro | 1 | -2/+1 |
| 2012-01-03 | vfs: dentry_reset_mounted() doesn't use vfsmount argument | Al Viro | 1 | -3/+3 |
| 2012-01-03 | unexport put_mnt_ns(), make create_mnt_ns() static outright | Al Viro | 1 | -3/+1 |
| 2012-01-03 | vfs: more mnt_parent cleanups | Al Viro | 1 | -15/+27 |
| 2012-01-03 | vfs: new internal helper: mnt_has_parent(mnt) | Al Viro | 1 | -7/+7 |
| 2012-01-03 | vfs: kill pointless helpers in namespace.c | Al Viro | 1 | -30/+5 |
| 2011-12-06 | fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API | Al Viro | 1 | -9/+11 |
| 2011-11-22 | mount_subtree() pointless use-after-free | Al Viro | 1 | -2/+4 |
| 2011-11-16 | new helper: mount_subtree() | Al Viro | 1 | -0/+28 |
| 2011-11-16 | switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfs | Al Viro | 1 | -0/+2 |
| 2011-11-13 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -0/+1 |
| 2011-10-29 | namespace: mnt_want_write: Remove unused label 'out' | Kautuk Consul | 1 | -2/+0 |
| 2011-10-28 | vfs: add "device" tag to /proc/self/mountstats | Bryan Schumaker | 1 | -0/+1 |
| 2011-09-26 | VFS: Fix the remaining automounter semantics regressions | Trond Myklebust | 1 | -1/+1 |
| 2011-07-24 | VFS : mount lock scalability for internal mounts | Tim Chen | 1 | -1/+20 |
| 2011-07-20 | fs: seq_file - add event counter to simplify poll() support | Kay Sievers | 1 | -2/+2 |
| 2011-05-26 | fs/namespace.c: bound mount propagation fix | Roman Borisov | 1 | -1/+1 |
| 2011-04-12 | Revert "vfs: Export file system uuid via /proc/<pid>/mountinfo" | Linus Torvalds | 1 | -16/+0 |
| 2011-03-22 | fs: use appropriate printk priority levels | Mandeep Singh Baines | 1 | -1/+1 |
| 2011-03-18 | change the locking order for namespace_sem | Al Viro | 1 | -60/+73 |
| 2011-03-18 | fix deadlock in pivot_root() | Al Viro | 1 | -11/+5 |
| 2011-03-17 | vfs: split off vfsmount-related parts of vfs_kern_mount() | Al Viro | 1 | -40/+113 |
| 2011-03-17 | kill simple_set_mnt() | Al Viro | 1 | -8/+0 |
| 2011-03-16 | Merge branch 'mnt_devname' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -9/+30 |
| 2011-03-16 | vfs: new superblock methods to override /proc/*/mount{s,info} | Al Viro | 1 | -9/+30 |
| 2011-03-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -0/+4 |
| 2011-03-15 | vfs: Export file system uuid via /proc/<pid>/mountinfo | Aneesh Kumar K.V | 1 | -0/+16 |
| 2011-03-08 | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris | 1 | -0/+4 |
| 2011-03-03 | LSM: Pass -o remount options to the LSM | Eric Paris | 1 | -0/+4 |
| 2011-02-24 | Unlock vfsmount_lock in do_umount | J. R. Okajima | 1 | -1/+1 |
| 2011-01-17 | tidy up around finish_automount() | Al Viro | 1 | -28/+18 |
| 2011-01-17 | don't drop newmnt on error in do_add_mount() | Al Viro | 1 | -11/+5 |
| 2011-01-17 | Take the completion of automount into new helper | Al Viro | 1 | -0/+33 |
| 2011-01-16 | VFS: Fix UP compile error in fs/namespace.c | Al Viro | 1 | -7/+24 |