Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
6fff1272259fe3d6ac0e85adbd178ce75a47b47e
/
fs
/
namespace.c
7c6e984
fs/namespace.c: bound mount propagation fix
by Roman Borisov
· 13 years ago
be85bcc
Revert "vfs: Export file system uuid via /proc/<pid>/mountinfo"
by Linus Torvalds
· 14 years ago
80cdc6d
fs: use appropriate printk priority levels
by Mandeep Singh Baines
· 14 years ago
b12cea9
change the locking order for namespace_sem
by Al Viro
· 14 years ago
27cb157
fix deadlock in pivot_root()
by Al Viro
· 14 years ago
9d412a4
vfs: split off vfsmount-related parts of vfs_kern_mount()
by Al Viro
· 14 years ago
474a00e
kill simple_set_mnt()
by Al Viro
· 14 years ago
054cfaa
Merge branch 'mnt_devname' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
c7f404b
vfs: new superblock methods to override /proc/*/mount{s,info}
by Al Viro
· 14 years ago
0f6e0e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 14 years ago
93f1c20
vfs: Export file system uuid via /proc/<pid>/mountinfo
by Aneesh Kumar K.V
· 14 years ago
fe3fa43
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
by James Morris
· 14 years ago
ff36fe2
LSM: Pass -o remount options to the LSM
by Eric Paris
· 14 years ago
bf9faa2
Unlock vfsmount_lock in do_umount
by J. R. Okajima
· 14 years ago
b1e75df
tidy up around finish_automount()
by Al Viro
· 14 years ago
15f9a3f
don't drop newmnt on error in do_add_mount()
by Al Viro
· 14 years ago
19a167a
Take the completion of automount into new helper
by Al Viro
· 14 years ago
7e3d0eb
VFS: Fix UP compile error in fs/namespace.c
by Al Viro
· 14 years ago
f03c659
sanitize vfsmount refcounting changes
by Al Viro
· 14 years ago
7b8a53f
fix old umount_tree() breakage
by Al Viro
· 14 years ago
ea5b778
Unexport do_add_mount() and add in follow_automount(), not ->d_automount()
by David Howells
· 14 years ago
cc53ce5
Add a dentry op to allow processes to be held during pathwalk transit
by David Howells
· 14 years ago
b3e19d9
fs: scale mntget/mntput
by Nick Piggin
· 14 years ago
c6653a8
fs: rename vfsmount counter helpers
by Nick Piggin
· 14 years ago
5f57cbc
fs: dcache remove d_mounted
by Nick Piggin
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
be1a16a
vfs: fix infinite loop caused by clone_mnt race
by Miklos Szeredi
· 14 years ago
6841c05
BKL: Remove BKL from do_new_mount()
by Jan Blunck
· 15 years ago
7a2e8a8
VFS: Sanity check mount flags passed to change_mnt_propagation()
by Valerie Aurora
· 14 years ago
99b7db7
fs: brlock vfsmount_lock
by Nick Piggin
· 14 years ago
532490f
vfs: remove unused MNT_STRICTATIME
by Miklos Szeredi
· 14 years ago
f7ad3c6
vfs: add helpers to get root and pwd
by Miklos Szeredi
· 14 years ago
8c8946f
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
by Linus Torvalds
· 14 years ago
7a4dec5
Fix sget() race with failing mount
by Al Viro
· 14 years ago
ca9c726
fsnotify: Infrastructure for per-mount watches
by Andreas Gruenbacher
· 15 years ago
2504c5d
fsnotify/vfsmount: add fsnotify fields to struct vfsmount
by Andreas Gruenbacher
· 15 years ago
539c99f
Merge branch 'next' into for-linus
by James Morris
· 14 years ago
d83c49f
Fix the regression created by "set S_DEAD on unlink()..." commit
by Al Viro
· 15 years ago
91a9420
security: remove dead hook sb_post_pivotroot
by Eric Paris
· 15 years ago
3db2910
security: remove dead hook sb_post_addmount
by Eric Paris
· 15 years ago
82dab10
security: remove dead hook sb_post_remount
by Eric Paris
· 15 years ago
4b61d12
security: remove dead hook sb_umount_busy
by Eric Paris
· 15 years ago
231923b
security: remove dead hook sb_umount_close
by Eric Paris
· 15 years ago
3536331
security: remove sb_check_sb hooks
by Eric Paris
· 15 years ago
db1f05b
vfs: add NOFOLLOW flag to umount(2)
by Miklos Szeredi
· 15 years ago
8089352
Mirror MS_KERNMOUNT in ->mnt_flags
by Al Viro
· 15 years ago
d498b25
get rid of useless vfsmount_lock use in put_mnt_ns()
by Al Viro
· 15 years ago
9f5596a
take check for new events in namespace (guts of mounts_poll()) to namespace.c
by Al Viro
· 15 years ago
1f70713
new helper: iterate_mounts()
by Al Viro
· 15 years ago
495d6c9
VFS: Clean up shared mount flag propagation
by Valerie Aurora
· 15 years ago
796a6b5
Kill CL_PROPAGATION, sanitize fs/pnode.c:get_source()
by Al Viro
· 15 years ago
27d55f1
do_add_mount() should sanitize mnt_flags
by Al Viro
· 15 years ago
7b43a79
mnt_flags fixes in do_remount()
by Al Viro
· 15 years ago
df1a1ad
attach_recursive_mnt() needs to hold vfsmount_lock over set_mnt_shared()
by Al Viro
· 15 years ago
8ad08d8
may_umount() needs namespace_sem
by Al Viro
· 15 years ago
a2770d8
Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)"
by Linus Torvalds
· 15 years ago
e9496ff
fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)
by Al Viro
· 15 years ago
a27ab9f
LSM: Pass original mount flags to security_sb_mount().
by Tetsuo Handa
· 15 years ago
eca6f53
fs: fix overflow in sys_mount() for in-kernel calls
by Vegard Nossum
· 15 years ago
2d8dd38
vfs: mnt_want_write_file(): fix special file handling
by OGAWA Hirofumi
· 15 years ago
b43f3cb
headers: mnt_namespace.h redux
by Alexey Dobriyan
· 15 years ago
f21f622
... and the same for vfsmount id/mount group id
by Al Viro
· 15 years ago
3b22edc
VFS: Switch init_mount_tree() to use the new create_mnt_ns() helper
by Trond Myklebust
· 15 years ago
cf8d2c1
VFS: Add VFS helper functions for setting up private namespaces
by Trond Myklebust
· 15 years ago
616511d
VFS: Uninline the function put_mnt_ns()
by Trond Myklebust
· 15 years ago
4aa98cf
Push BKL down into do_remount_sb()
by Al Viro
· 15 years ago
7f78d4c
Push BKL down beyond VFS-only parts of do_mount()
by Al Viro
· 15 years ago
6fac98d
Push BKL into do_mount()
by Al Viro
· 15 years ago
f3da392
dcache: extrace and use d_unlinked()
by Alexey Dobriyan
· 16 years ago
96029c4
fs: introduce mnt_clone_write
by npiggin@suse.de
· 16 years ago
d3ef3d7
fs: mnt_want_write speedup
by npiggin@suse.de
· 16 years ago
1c755af
switch lookup_mnt()
by Al Viro
· 16 years ago
9393bd0
switch follow_down()
by Al Viro
· 16 years ago
589ff87
Switch collect_mounts() to struct path
by Al Viro
· 16 years ago
dd5cae6
Don't bother with check_mnt() in do_add_mount() on shrinkable ones
by Al Viro
· 16 years ago
2a32ceb
Fix races around the access to ->s_options
by Al Viro
· 15 years ago
67e5520
vfs: umount_begin BKL pushdown
by Alessio Igor Bogani
· 16 years ago
e5d67f0
Touch all affected namespaces on propagation of mount
by Al Viro
· 16 years ago
613cbe3
Don't set relatime when noatime is specified
by Andi Kleen
· 16 years ago
5ad4e53
Get rid of indirect include of fs_struct.h
by Al Viro
· 16 years ago
3e93cd6
Take fs_struct handling to new file (fs/fs_struct.c)
by Al Viro
· 16 years ago
f8ef3ed
Get rid of bumping fs_struct refcount in pivot_root(2)
by Al Viro
· 16 years ago
3ae5080
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
a3ec947
vfs: simple_set_mnt() should return void
by Sukadev Bhattiprolu
· 16 years ago
0a1c01c
Make relatime default
by Matthew Garrett
· 16 years ago
d0adde5
Add a strictatime mount option
by Matthew Garrett
· 16 years ago
1a88b53
Fix incomplete __mntput locking
by Al Viro
· 16 years ago
3480b25
[CVE-2009-0029] System call wrappers part 14
by Heiko Carstens
· 16 years ago
bdc480e
[CVE-2009-0029] System call wrappers part 10
by Heiko Carstens
· 16 years ago
5cc4a03
fs/namespace.c: drop code after return
by Julia Lawall
· 16 years ago
2b82892
Merge branch 'master' into next
by James Morris
· 16 years ago
da9592e
CRED: Wrap task credential accesses in the filesystem subsystem
by David Howells
· 16 years ago
afef80b
vfs: fix shrink_submounts
by Eric W. Biederman
· 16 years ago
0e55a7c
[RFC PATCH] touch_mnt_namespace when the mount flags change
by Dan Williams
· 16 years ago
0a0d8a4
[PATCH] no need for noinline stuff in fs/namespace.c anymore
by Al Viro
· 16 years ago
2d92ab3
[PATCH] finally get rid of nameidata in namespace.c
by Al Viro
· 16 years ago
8d66bf5
[PATCH] pass struct path * to do_add_mount()
by Al Viro
· 16 years ago
2d8f303
[PATCH] sanitize __user_walk_fd() et.al.
by Al Viro
· 16 years ago
88b3878
[PATCH] vfs: use kstrdup() and check failing allocation
by Li Zefan
· 16 years ago
7f2da1e
[PATCH] kill altroot
by Al Viro
· 16 years ago
Next »