| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2011-01-16 | sanitize vfsmount refcounting changes | Al Viro | 1 | -73/+43 |
| 2011-01-16 | fix old umount_tree() breakage | Al Viro | 1 | -3/+5 |
| 2011-01-15 | Unexport do_add_mount() and add in follow_automount(), not ->d_automount() | David Howells | 1 | -8/+33 |
| 2011-01-15 | Add a dentry op to allow processes to be held during pathwalk transit | David Howells | 1 | -6/+8 |
| 2011-01-07 | fs: scale mntget/mntput | Nick Piggin | 1 | -43/+199 |
| 2011-01-07 | fs: rename vfsmount counter helpers | Nick Piggin | 1 | -11/+11 |
| 2011-01-07 | fs: dcache remove d_mounted | Nick Piggin | 1 | -3/+26 |
| 2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |
| 2010-10-25 | vfs: fix infinite loop caused by clone_mnt race | Miklos Szeredi | 1 | -1/+1 |
| 2010-10-04 | BKL: Remove BKL from do_new_mount() | Jan Blunck | 1 | -2/+0 |
| 2010-09-07 | VFS: Sanity check mount flags passed to change_mnt_propagation() | Valerie Aurora | 1 | -1/+22 |
| 2010-08-18 | fs: brlock vfsmount_lock | Nick Piggin | 1 | -66/+111 |
| 2010-08-11 | vfs: remove unused MNT_STRICTATIME | Miklos Szeredi | 1 | -1/+0 |
| 2010-08-11 | vfs: add helpers to get root and pwd | Miklos Szeredi | 1 | -4/+1 |
| 2010-08-10 | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 1 | -0/+5 |
| 2010-08-09 | Fix sget() race with failing mount | Al Viro | 1 | -1/+1 |
| 2010-07-28 | fsnotify: Infrastructure for per-mount watches | Andreas Gruenbacher | 1 | -0/+1 |
| 2010-07-28 | fsnotify/vfsmount: add fsnotify fields to struct vfsmount | Andreas Gruenbacher | 1 | -0/+4 |
| 2010-05-18 | Merge branch 'next' into for-linus | James Morris | 1 | -13/+0 |
| 2010-05-15 | Fix the regression created by "set S_DEAD on unlink()..." commit | Al Viro | 1 | -3/+3 |
| 2010-04-12 | security: remove dead hook sb_post_pivotroot | Eric Paris | 1 | -1/+0 |
| 2010-04-12 | security: remove dead hook sb_post_addmount | Eric Paris | 1 | -2/+0 |
| 2010-04-12 | security: remove dead hook sb_post_remount | Eric Paris | 1 | -2/+0 |
| 2010-04-12 | security: remove dead hook sb_umount_busy | Eric Paris | 1 | -2/+0 |
| 2010-04-12 | security: remove dead hook sb_umount_close | Eric Paris | 1 | -1/+0 |
| 2010-04-12 | security: remove sb_check_sb hooks | Eric Paris | 1 | -5/+0 |
| 2010-03-03 | vfs: add NOFOLLOW flag to umount(2) | Miklos Szeredi | 1 | -1/+8 |
| 2010-03-03 | Mirror MS_KERNMOUNT in ->mnt_flags | Al Viro | 1 | -1/+1 |
| 2010-03-03 | get rid of useless vfsmount_lock use in put_mnt_ns() | Al Viro | 1 | -6/+2 |
| 2010-03-03 | take check for new events in namespace (guts of mounts_poll()) to namespace.c | Al Viro | 1 | -0/+15 |
| 2010-03-03 | new helper: iterate_mounts() | Al Viro | 1 | -0/+15 |
| 2010-03-03 | VFS: Clean up shared mount flag propagation | Valerie Aurora | 1 | -1/+1 |
| 2010-03-03 | Kill CL_PROPAGATION, sanitize fs/pnode.c:get_source() | Al Viro | 1 | -1/+1 |
| 2010-01-16 | do_add_mount() should sanitize mnt_flags | Al Viro | 1 | -0/+2 |
| 2010-01-16 | mnt_flags fixes in do_remount() | Al Viro | 1 | -1/+5 |
| 2010-01-16 | attach_recursive_mnt() needs to hold vfsmount_lock over set_mnt_shared() | Al Viro | 1 | -2/+2 |
| 2010-01-16 | may_umount() needs namespace_sem | Al Viro | 1 | -0/+2 |
| 2009-12-17 | Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)" | Linus Torvalds | 1 | -1/+2 |
| 2009-12-16 | fix mismerge with Trond's stuff (create_mnt_ns() export is gone now) | Al Viro | 1 | -2/+1 |
| 2009-10-12 | LSM: Pass original mount flags to security_sb_mount(). | Tetsuo Handa | 1 | -10/+10 |
| 2009-09-24 | fs: fix overflow in sys_mount() for in-kernel calls | Vegard Nossum | 1 | -30/+47 |
| 2009-08-07 | vfs: mnt_want_write_file(): fix special file handling | OGAWA Hirofumi | 1 | -1/+2 |
| 2009-07-08 | headers: mnt_namespace.h redux | Alexey Dobriyan | 1 | -0/+1 |
| 2009-06-24 | ... and the same for vfsmount id/mount group id | Al Viro | 1 | -4/+22 |
| 2009-06-24 | VFS: Switch init_mount_tree() to use the new create_mnt_ns() helper | Trond Myklebust | 1 | -9/+2 |
| 2009-06-22 | VFS: Add VFS helper functions for setting up private namespaces | Trond Myklebust | 1 | -8/+37 |
| 2009-06-22 | VFS: Uninline the function put_mnt_ns() | Trond Myklebust | 1 | -2/+6 |
| 2009-06-11 | Push BKL down into do_remount_sb() | Al Viro | 1 | -8/+2 |
| 2009-06-11 | Push BKL down beyond VFS-only parts of do_mount() | Al Viro | 1 | -3/+6 |
| 2009-06-11 | Push BKL into do_mount() | Al Viro | 1 | -2/+2 |
| 2009-06-11 | dcache: extrace and use d_unlinked() | Alexey Dobriyan | 1 | -4/+4 |
| 2009-06-11 | fs: introduce mnt_clone_write | npiggin@suse.de | 1 | -0/+40 |
| 2009-06-11 | fs: mnt_want_write speedup | npiggin@suse.de | 1 | -177/+91 |
| 2009-06-11 | switch lookup_mnt() | Al Viro | 1 | -2/+2 |
| 2009-06-11 | switch follow_down() | Al Viro | 1 | -2/+2 |
| 2009-06-11 | Switch collect_mounts() to struct path | Al Viro | 1 | -2/+2 |
| 2009-06-11 | Don't bother with check_mnt() in do_add_mount() on shrinkable ones | Al Viro | 1 | -1/+1 |
| 2009-05-09 | Fix races around the access to ->s_options | Al Viro | 1 | -3/+18 |
| 2009-05-09 | vfs: umount_begin BKL pushdown | Alessio Igor Bogani | 1 | -2/+0 |
| 2009-04-20 | Touch all affected namespaces on propagation of mount | Al Viro | 1 | -1/+1 |
| 2009-04-19 | Don't set relatime when noatime is specified | Andi Kleen | 1 | -2/+3 |
| 2009-03-31 | Get rid of indirect include of fs_struct.h | Al Viro | 1 | -0/+1 |
| 2009-03-31 | Take fs_struct handling to new file (fs/fs_struct.c) | Al Viro | 1 | -68/+0 |
| 2009-03-31 | Get rid of bumping fs_struct refcount in pivot_root(2) | Al Viro | 1 | -9/+17 |
| 2009-03-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
| 2009-03-27 | vfs: simple_set_mnt() should return void | Sukadev Bhattiprolu | 1 | -2/+1 |
| 2009-03-26 | Make relatime default | Matthew Garrett | 1 | -2/+3 |
| 2009-03-26 | Add a strictatime mount option | Matthew Garrett | 1 | -1/+5 |
| 2009-02-17 | Fix incomplete __mntput locking | Al Viro | 1 | -2/+4 |
| 2009-01-14 | [CVE-2009-0029] System call wrappers part 14 | Heiko Carstens | 1 | -2/+2 |
| 2009-01-14 | [CVE-2009-0029] System call wrappers part 10 | Heiko Carstens | 1 | -5/+4 |
| 2008-12-31 | fs/namespace.c: drop code after return | Julia Lawall | 1 | -1/+1 |
| 2008-11-14 | Merge branch 'master' into next | James Morris | 1 | -2/+2 |
| 2008-11-14 | CRED: Wrap task credential accesses in the filesystem subsystem | David Howells | 1 | -1/+1 |
| 2008-11-12 | vfs: fix shrink_submounts | Eric W. Biederman | 1 | -2/+2 |
| 2008-10-23 | [RFC PATCH] touch_mnt_namespace when the mount flags change | Dan Williams | 1 | -1/+6 |
| 2008-10-23 | [PATCH] no need for noinline stuff in fs/namespace.c anymore | Al Viro | 1 | -12/+5 |
| 2008-10-23 | [PATCH] finally get rid of nameidata in namespace.c | Al Viro | 1 | -60/+59 |
| 2008-08-01 | [PATCH] pass struct path * to do_add_mount() | Al Viro | 1 | -8/+8 |
| 2008-07-26 | [PATCH] sanitize __user_walk_fd() et.al. | Al Viro | 1 | -38/+36 |
| 2008-07-26 | [PATCH] vfs: use kstrdup() and check failing allocation | Li Zefan | 1 | -11/+13 |
| 2008-07-26 | [PATCH] kill altroot | Al Viro | 1 | -7/+1 |
| 2008-07-26 | Use WARN() in fs/ | Arjan van de Ven | 1 | -2/+1 |
| 2008-07-14 | LSM/SELinux: show LSM mount options in /proc/mounts | Eric Paris | 1 | -3/+11 |
| 2008-04-30 | fs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -2/+2 |
| 2008-04-29 | vfs: remove lives_below_in_same_fs() | Jan Blunck | 1 | -12/+1 |
| 2008-04-28 | quota: remove superfluous DQUOT_OFF() in fs/namespace.c | Jan Kara | 1 | -2/+0 |
| 2008-04-25 | [PATCH] restore sane ->umount_begin() API | Al Viro | 1 | -4/+5 |
| 2008-04-23 | [patch 7/7] vfs: mountinfo: show dominating group id | Miklos Szeredi | 1 | -2/+7 |
| 2008-04-23 | [patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo | Ram Pai | 1 | -23/+96 |
| 2008-04-23 | [patch 5/7] vfs: mountinfo: allow using process root | Miklos Szeredi | 1 | -6/+8 |
| 2008-04-23 | [patch 4/7] vfs: mountinfo: add mount peer group ID | Miklos Szeredi | 1 | -3/+90 |
| 2008-04-23 | [patch 3/7] vfs: mountinfo: add mount ID | Miklos Szeredi | 1 | -0/+34 |
| 2008-04-21 | [PATCH] get rid of more nameidata passing in namespace.c | Al Viro | 1 | -28/+25 |
| 2008-04-21 | [PATCH] switch a bunch of LSM hooks from nameidata to path | Al Viro | 1 | -5/+6 |
| 2008-04-21 | [PATCH] lock exclusively in collect_mounts() and drop_collected_mounts() | Al Viro | 1 | -4/+4 |
| 2008-04-19 | [PATCH] r/o bind mounts: honor mount writer counts at remount | Dave Hansen | 1 | -7/+43 |
| 2008-04-19 | [PATCH] r/o bind mounts: track numbers of writers to mounts | Dave Hansen | 1 | -15/+237 |
| 2008-04-19 | [PATCH] r/o bind mounts: stub functions | Dave Hansen | 1 | -0/+54 |
| 2008-03-27 | [PATCH] mnt_expire is protected by namespace_sem, no need for vfsmount_lock | Al Viro | 1 | -9/+2 |
| 2008-03-27 | [PATCH] do shrink_submounts() for all fs types | Al Viro | 1 | -13/+10 |
| 2008-03-27 | [PATCH] sanitize locking in mark_mounts_for_expiry() and shrink_submounts() | Al Viro | 1 | -81/+24 |
| 2008-03-27 | [PATCH] count ghost references to vfsmounts | Al Viro | 1 | -1/+4 |
| 2008-03-27 | [PATCH] reduce stack footprint in namespace.c | Al Viro | 1 | -35/+37 |