Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d4a546452dccdbc824635f9649b6aef8b65b25fb
/
fs
/
namespace.c
83eec9ad
mnt: fix __detach_mounts infinite loop
by Benjamin Coddington
· 6 years ago
a7861ef
mount: Prevent MNT_DETACH from disconnecting locked mounts
by Eric W. Biederman
· 6 years ago
14e4bec
mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
by Eric W. Biederman
· 6 years ago
32224b8
mount: Retest MNT_LOCKED in do_umount
by Eric W. Biederman
· 6 years ago
aba16dc
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
by Linus Torvalds
· 6 years ago
169b480
fs: Convert namespace IDAs to new API
by Matthew Wilcox
· 6 years ago
d9a185f
Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 6 years ago
119e1ef
fix __legitimize_mnt()/mntput() race
by Al Viro
· 6 years ago
9ea0a46
fix mntput/mntput race
by Al Viro
· 6 years ago
a6795a5
vfs: fix freeze protection in mnt_want_write_file() for overlayfs
by Miklos Szeredi
· 6 years ago
6742cee
Revert "ovl: don't allow writing ioctl on lower layer"
by Miklos Szeredi
· 6 years ago
d561f21
Revert "ovl: fix may_write_real() for overlayfs directories"
by Miklos Szeredi
· 6 years ago
bc6155d
fs: Allow superblock owner to access do_remount_sb()
by Eric W. Biederman
· 7 years ago
a9e5b73
vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversion
by David Howells
· 7 years ago
16a34ad
Don't leak MNT_INTERNAL away from internal mounts
by Al Viro
· 7 years ago
3a18ef5
fs: add ksys_umount() helper; remove in-kernel call to sys_umount()
by Dominik Brodowski
· 7 years ago
312db1a
fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
by Dominik Brodowski
· 7 years ago
d7ee946
VFS: Handle lazytime in do_mount()
by Markus Trippelsdorf
· 7 years ago
6aa7de0
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
by Mark Rutland
· 7 years ago
917086f
vfs: fix mounting a filesystem with i_version
by Mimi Zohar
· 7 years ago
954c736
ovl: fix may_write_real() for overlayfs directories
by Amir Goldstein
· 7 years ago
9e0ce55
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
0f0d127
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
7c6893e
ovl: don't allow writing ioctl on lower layer
by Miklos Szeredi
· 7 years ago
2978573
namespace.c: Don't reinvent the wheel but use existing llist API
by Byungchul Park
· 7 years ago
e462ec5
VFS: Differentiate mount flags (MS_*) from internal superblock flags
by David Howells
· 7 years ago
bc98a42
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
by David Howells
· 7 years ago
78dcf73
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
1d278a8
VFS: Kill off s_options and helpers
by David Howells
· 7 years ago
3d375d7
mm: update callers to use HASH_ZERO flag
by Pavel Tatashin
· 7 years ago
dd111b3
VFS: Clean up whitespace in fs/namespace.c and fs/super.c
by David Howells
· 7 years ago
e5f76a2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
4068367
fs: don't forget to put old mntns in mntns_install
by Andrei Vagin
· 7 years ago
99b19d1
mnt: In propgate_umount handle visiting mounts in any order
by Eric W. Biederman
· 8 years ago
570487d
mnt: In umount propagation reparent in a separate pass
by Eric W. Biederman
· 7 years ago
0504532
Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
4f757f3
make sure that mntns_install() doesn't end up with referral for root
by Al Viro
· 8 years ago
08991e8
fsnotify: Free fsnotify_mark_connector when there is no mark attached
by Jan Kara
· 8 years ago
9dd813c
fsnotify: Move mark list head from object into dedicated structure
by Jan Kara
· 8 years ago
9164bb4
sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
5b825c3
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
by Ingo Molnar
· 8 years ago
1064f87
mnt: Tuck mounts under others instead of creating shadow/side mounts.
by Eric W. Biederman
· 8 years ago
93faccbb
fs: Better permission checking for submounts
by Eric W. Biederman
· 8 years ago
3895dbf
mnt: Protect the mountpoint hashtable with mount_lock
by Eric W. Biederman
· 8 years ago
faf0dce
Merge branch 'work.namespace' into for-linus
by Al Viro
· 8 years ago
9763f7a
Merge branch 'work.autofs' into for-linus
by Al Viro
· 8 years ago
5235d44
reorganize do_make_slave()
by Al Viro
· 8 years ago
066715d
clone_private_mount() doesn't need to touch namespace_sem
by Al Viro
· 8 years ago
f4cc1c3
remove a bogus claim about namespace_sem being held by callers of mnt_alloc_id()
by Al Viro
· 8 years ago
ca71cf7
namespace.c: constify struct path passed to a bunch of primitives
by Al Viro
· 8 years ago
640eb7e
fs: Constify path_is_under()'s arguments
by Mickaël Salaün
· 8 years ago
c6609c0
vfs: add path_is_mountpoint() helper
by Ian Kent
· 8 years ago
9ffc669
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 8 years ago
0766f78
latent_entropy: Mark functions with __latent_entropy
by Emese Revfy
· 8 years ago
abb5a14
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
d292168
mnt: Add a per mount namespace limit on the number of mounts
by Eric W. Biederman
· 8 years ago
7872559
Merge branch 'nsfs-ioctls' into HEAD
by Eric W. Biederman
· 8 years ago
bcac25a
kernel: add a helper to get an owning user namespace for a namespace
by Andrey Vagin
· 8 years ago
df75e77
userns: When the per user per user namespace limit is reached return ENOSPC
by Eric W. Biederman
· 8 years ago
c568d68
locks: fix file locking on overlayfs
by Miklos Szeredi
· 8 years ago
537f7cc
mntns: Add a limit on the number of mount namespaces.
by Eric W. Biederman
· 8 years ago
a867d73
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 8 years ago
48c4565
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
e06b933
namespace: update event counter when umounting a deleted dentry
by Andrey Ulanov
· 9 years ago
380cf5b
fs: Treat foreign mounts as nosuid
by Andy Lutomirski
· 8 years ago
67690f9
userns: Remove implicit MNT_NODEV fragility.
by Eric W. Biederman
· 8 years ago
a1935c1
mnt: Simplify mount_too_revealing
by Eric W. Biederman
· 8 years ago
a001e74
mnt: Move the FS_USERNS_MOUNT check into sget_userns
by Eric W. Biederman
· 8 years ago
8654df4
mnt: Refactor fs_fully_visible into mount_too_revealing
by Eric W. Biederman
· 8 years ago
695e9df
mnt: Account for MS_RDONLY in fs_fully_visible
by Eric W. Biederman
· 8 years ago
d71ed6c
mnt: fs_fully_visible test the proper mount for MNT_LOCKED
by Eric W. Biederman
· 8 years ago
97c1df3
mnt: If fs_fully_visible fails call put_filesystem.
by Eric W. Biederman
· 8 years ago
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
411a938
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
Next »