Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1b17cb796f5d40ffa239c6926385abd83a77a49b
/
fs
/
namespace.c
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
33caf82
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
b40ef86
saner calling conventions for copy_mount_options()
by Al Viro
· 9 years ago
25ab4c9
fs/namespace.c: path_is_under can be boolean
by Yaowei Bai
· 9 years ago
95ace75
locks: Don't allow mounts in user namespaces to enable mandatory locking
by Eric W. Biederman
· 9 years ago
9e8925b
locks: Allow disabling mandatory locking at compile time
by Jeff Layton
· 9 years ago
73b6fa8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 9 years ago
fe78fcc
mnt: In detach_mounts detach the appropriate unmounted mount
by Eric W. Biederman
· 9 years ago
f2d0a12
mnt: Clarify and correct the disconnect logic in umount_tree
by Eric W. Biederman
· 9 years ago
77b1a97
mnt: fs_fully_visible enforce noexec and nosuid if !SB_I_NOEXEC
by Eric W. Biederman
· 9 years ago
0cbee99
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 9 years ago
7236c85
mnt: Update fs_fully_visible to test for permanently empty directories
by Eric W. Biederman
· 9 years ago
ceeb0e5
vfs: Ignore unlocked mounts in fs_fully_visible
by Eric W. Biederman
· 10 years ago
ede1bf0
fs: use seq_open_private() for proc_mounts
by Yann Droneaud
· 9 years ago
8c6cf9c
mnt: Modify fs_fully_visible to deal with locked ro nodev and atime
by Eric W. Biederman
· 9 years ago
1b852bc
mnt: Refactor the logic for mounting sysfs and proc in a user namespace
by Eric W. Biederman
· 9 years ago
294d71f
new helper: __legitimize_mnt()
by Al Viro
· 9 years ago
7e96c1b
mnt: Fix fs_fully_visible to verify the root directory is visible
by Eric W. Biederman
· 9 years ago
e0c9c0a
mnt: Update detach_mounts to leave mounts connected
by Eric W. Biederman
· 10 years ago
f53e579
mnt: Fix the error check in __detach_mounts
by Eric W. Biederman
· 10 years ago
ce07d89
mnt: Honor MNT_LOCKED when detaching mounts
by Eric W. Biederman
· 10 years ago
6a46c57
mnt: Factor umount_mnt from umount_tree
by Eric W. Biederman
· 10 years ago
7bdb11d
mnt: Factor out unhash_mnt from detach_mnt and umount_tree
by Eric W. Biederman
· 10 years ago
cd4a401
mnt: Fail collect_mounts when applied to unmounted mounts
by Eric W. Biederman
· 10 years ago
5d88457
mnt: On an unmount propagate clearing of MNT_LOCKED
by Eric W. Biederman
· 10 years ago
411a938b
mnt: Delay removal from the mount hash.
by Eric W. Biederman
· 10 years ago
590ce4b
mnt: Add MNT_UMOUNT flag
by Eric W. Biederman
· 10 years ago
c003b26
mnt: In umount_tree reuse mnt_list instead of mnt_hash
by Eric W. Biederman
· 10 years ago
8318e66
mnt: Don't propagate umounts in __detach_mounts
by Eric W. Biederman
· 10 years ago
e819f15
mnt: Improve the umount_tree flags
by Eric W. Biederman
· 10 years ago
a3b3c56
mnt: Use hlist_move_list in namespace_unlock
by Eric W. Biederman
· 10 years ago
e36cb0b
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
by David Howells
· 10 years ago
5065296
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
fcc139a
fs/namespace: convert devname allocation to kstrdup_const
by Andrzej Hajda
· 10 years ago
87b95ce
switch the IO-triggering parts of umount to fs_pin
by Al Viro
· 10 years ago
c297abf
mnt: Fix a memory stomp in umount
by Eric W. Biederman
· 10 years ago
87c31b3
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 10 years ago
e149ed2
take the targets of /proc/*/ns/* symlinks to separate fs
by Al Viro
· 10 years ago
f77c801
bury struct proc_ns in fs/proc
by Al Viro
· 10 years ago
33c4294
copy address of proc_ns_ops into ns_common
by Al Viro
· 10 years ago
6344c43
new helpers: ns_alloc_inum/ns_free_inum
by Al Viro
· 10 years ago
6496452
make proc_ns_operations work with struct ns_common * instead of void *
by Al Viro
· 10 years ago
58be2825
make mntns ->get()/->put()/->install()/->inum() work with &mnt_ns->ns
by Al Viro
· 10 years ago
435d5f4
common object embedded into various struct ....ns
by Al Viro
· 10 years ago
4fed655
mnt: Clear mnt_expire during pivot_root
by Eric W. Biederman
· 10 years ago
381cacb
mnt: Carefully set CL_UNPRIVILEGED in clone_mnt
by Eric W. Biederman
· 10 years ago
8486a78
mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers.
by Eric W. Biederman
· 10 years ago
da362b0
umount: Do not allow unmounting rootfs.
by Eric W. Biederman
· 10 years ago
b2f5d4d
umount: Disallow unprivileged mount force
by Eric W. Biederman
· 10 years ago
3e18664
mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mount
by Eric W. Biederman
· 10 years ago
c771d68
vfs: introduce clone_private_mount()
by Miklos Szeredi
· 10 years ago
ce9d7f7
Merge branch 'CVE-2014-7970' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux
by Linus Torvalds
· 10 years ago
0d08260
mnt: Prevent pivot_root from creating a loop in the mount tree
by Eric W. Biederman
· 10 years ago
0ef3a56
Merge branch 'CVE-2014-7975' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux
by Linus Torvalds
· 10 years ago
5e6123f
vfs: move getname() from callers to do_mount()
by Seunghun Lee
· 10 years ago
b8850d1
fs: namespace: suppress 'may be used uninitialized' warnings
by Tim Gardner
· 10 years ago
80b5dce
vfs: Add a function to lazily unmount all mounts from any dentry.
by Eric W. Biederman
· 11 years ago
e2dfa93
vfs: factor out lookup_mountpoint from new_mountpoint
by Eric W. Biederman
· 11 years ago
0a5eb7c
vfs: Keep a list of mounts on a mount point
by Eric W. Biederman
· 11 years ago
7af1364
vfs: Don't allow overwriting mounts in the current mount namespace
by Eric W. Biederman
· 11 years ago
9ea459e
delayed mntput
by Al Viro
· 10 years ago
a1480dc
fs: Add a missing permission check to do_umount
by Andy Lutomirski
· 10 years ago
81b6b06
fix EBUSY on umount() from MNT_SHRINKABLE
by Al Viro
· 10 years ago
88b368f
get rid of propagate_umount() mistakenly treating slaves as busy.
by Al Viro
· 10 years ago
f6f9933
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
12a5b52
fix copy_tree() regression
by Al Viro
· 10 years ago
77e40aa
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 10 years ago
3064c35
death to mnt_pinned
by Al Viro
· 10 years ago
8fa1f1c
make fs/{namespace,super}.c forget about acct.h
by Al Viro
· 10 years ago
215752f
acct: get rid of acct_list
by Al Viro
· 10 years ago
1d02328
list: fix order of arguments for hlist_add_after(_rcu)
by Ken Helias
· 10 years ago
ffbc6f0
mnt: Change the default remount atime from relatime to the existing value
by Eric W. Biederman
· 10 years ago
9566d67
mnt: Correct permission checks in do_remount
by Eric W. Biederman
· 10 years ago
07b6455
mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount
by Eric W. Biederman
· 10 years ago
a6138db
mnt: Only change user settable mount flags in remount
by Eric W. Biederman
· 10 years ago
728dba3
namespaces: Use task_lock and not rcu to protect nsproxy
by Eric W. Biederman
· 11 years ago
8ffcb32
VFS: Make delayed_free() call free_vfsmnt()
by David Howells
· 11 years ago
83f936c
mark struct file that had write access grabbed by open()
by Al Viro
· 11 years ago
c7999c3
reduce m_start() cost...
by Al Viro
· 11 years ago
f2ebb3a
smarter propagate_mnt()
by Al Viro
· 11 years ago
38129a1
switch mnt_hash to hlist
by Al Viro
· 11 years ago
0b1b901
don't bother with propagate_mnt() unless the target is shared
by Al Viro
· 11 years ago
1d6a32a
keep shadowed vfsmounts together
by Al Viro
· 11 years ago
0818bf2
resizable namespace.c hashes
by Al Viro
· 11 years ago
d3bad75
Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
4b93dc9
sysfs, kernfs: prepare mount path for kernfs
by Tejun Heo
· 11 years ago
41301ae
vfs: Fix a regression in mounting proc
by Eric W. Biederman
· 11 years ago
48a066e
RCU'd vfsmounts
by Al Viro
· 11 years ago
474279d
split __lookup_mnt() in two functions
by Al Viro
· 11 years ago
719ea2f
new helpers: lock_mount_hash/unlock_mount_hash
by Al Viro
· 11 years ago
aba809cf
namespace.c: get rid of mnt_ghosts
by Al Viro
· 11 years ago
9559f68
fold dup_mnt_ns() into its only surviving caller
by Al Viro
· 11 years ago
f6b742d
mnt_set_expiry() doesn't need vfsmount_lock
by Al Viro
· 11 years ago
22a7919
finish_automount() doesn't need vfsmount_lock for removal from expiry list
by Al Viro
· 11 years ago
085e83f
fs/namespace.c: bury long-dead define
by Al Viro
· 11 years ago
649a795
fold mntfree() into mntput_no_expire()
by Al Viro
· 11 years ago
6339dab
do_remount(): pull touch_mnt_namespace() up
by Al Viro
· 11 years ago
aa7a574
dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lock
by Al Viro
· 11 years ago
44bb438
fs_is_visible only needs namespace_sem held shared
by Al Viro
· 11 years ago
59aa0da
initialize namespace_sem statically
by Al Viro
· 11 years ago
Next »