David Howells
|
e36cb0b89c
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
|
10 years ago |
Linus Torvalds
|
50652963ea
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
10 years ago |
Andrzej Hajda
|
fcc139ae22
fs/namespace: convert devname allocation to kstrdup_const
|
10 years ago |
Al Viro
|
87b95ce096
switch the IO-triggering parts of umount to fs_pin
|
10 years ago |
Eric W. Biederman
|
c297abfdf1
mnt: Fix a memory stomp in umount
|
10 years ago |
Linus Torvalds
|
87c31b39ab
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
10 years ago |
Al Viro
|
e149ed2b80
take the targets of /proc/*/ns/* symlinks to separate fs
|
10 years ago |
Al Viro
|
f77c80142e
bury struct proc_ns in fs/proc
|
10 years ago |
Al Viro
|
33c429405a
copy address of proc_ns_ops into ns_common
|
10 years ago |
Al Viro
|
6344c433a4
new helpers: ns_alloc_inum/ns_free_inum
|
10 years ago |
Al Viro
|
64964528b2
make proc_ns_operations work with struct ns_common * instead of void *
|
10 years ago |
Al Viro
|
58be28256d
make mntns ->get()/->put()/->install()/->inum() work with &mnt_ns->ns
|
10 years ago |
Al Viro
|
435d5f4bb2
common object embedded into various struct ....ns
|
10 years ago |
Eric W. Biederman
|
4fed655c41
mnt: Clear mnt_expire during pivot_root
|
10 years ago |
Eric W. Biederman
|
381cacb12c
mnt: Carefully set CL_UNPRIVILEGED in clone_mnt
|
10 years ago |
Eric W. Biederman
|
8486a7882b
mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers.
|
10 years ago |
Eric W. Biederman
|
da362b09e4
umount: Do not allow unmounting rootfs.
|
10 years ago |
Eric W. Biederman
|
b2f5d4dc38
umount: Disallow unprivileged mount force
|
11 years ago |
Eric W. Biederman
|
3e1866410f
mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mount
|
11 years ago |
Miklos Szeredi
|
c771d683a6
vfs: introduce clone_private_mount()
|
10 years ago |
Linus Torvalds
|
ce9d7f7b45
Merge branch 'CVE-2014-7970' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux
|
10 years ago |
Eric W. Biederman
|
0d0826019e
mnt: Prevent pivot_root from creating a loop in the mount tree
|
10 years ago |
Linus Torvalds
|
0ef3a56b1c
Merge branch 'CVE-2014-7975' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux
|
10 years ago |
Seunghun Lee
|
5e6123f347
vfs: move getname() from callers to do_mount()
|
11 years ago |
Tim Gardner
|
b8850d1fa8
fs: namespace: suppress 'may be used uninitialized' warnings
|
11 years ago |
Eric W. Biederman
|
80b5dce8c5
vfs: Add a function to lazily unmount all mounts from any dentry.
|
12 years ago |
Eric W. Biederman
|
e2dfa93546
vfs: factor out lookup_mountpoint from new_mountpoint
|
11 years ago |
Eric W. Biederman
|
0a5eb7c818
vfs: Keep a list of mounts on a mount point
|
12 years ago |
Eric W. Biederman
|
7af1364ffa
vfs: Don't allow overwriting mounts in the current mount namespace
|
12 years ago |
Al Viro
|
9ea459e110
delayed mntput
|
11 years ago |