Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
51f421c85c880dcb37df11e672b384eaa4444328
/
fs
/
namespace.c
cbafe18
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 5 years ago
ed8a66b
fs/namespace: untag user pointers in copy_mount_options
by Andrey Konovalov
· 5 years ago
7b1373d
Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 5 years ago
cfb82e1
Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 5 years ago
d013cc8
Merge tag 'filelock-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
by Linus Torvalds
· 5 years ago
53e5e7a
Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
c7eb686
vfs: subtype handling moved to fuse
by David Howells
· 6 years ago
ce6595a
kill the last users of user_{path,lpath,path_dir}()
by Al Viro
· 5 years ago
f8b92ba
mount: Add mount warning for impending timestamp expiry
by Deepa Dinamani
· 6 years ago
df2474a
locks: print a warning when mount fails due to lack of "mand" support
by Jeff Layton
· 5 years ago
19a1c40
fix the struct mount leak in umount_tree()
by Al Viro
· 5 years ago
39145f5
filename_mountpoint(): make LOOKUP_NO_EVAL unconditional there
by Al Viro
· 5 years ago
18253e0
Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
933a90b
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
56cbb42
switch the remnants of releasing the mountpoint away from fs_pin
by Al Viro
· 5 years ago
2763d11
get rid of detach_mnt()
by Al Viro
· 6 years ago
4edbe13
make struct mountpoint bear the dentry reference to mountpoint, not struct mount
by Al Viro
· 6 years ago
037f11b
mnt_init(): call shmem_init() unconditionally
by Al Viro
· 6 years ago
3348884
constify ksys_mount() string arguments
by Al Viro
· 6 years ago
fd3e007
don't bother with registering rootfs
by Al Viro
· 6 years ago
e4e5990
fs/namespace.c: shift put_mountpoint() to callers of unhash_mnt()
by Al Viro
· 6 years ago
adc9b5c
__detach_mounts(): lookup_mountpoint() can't return ERR_PTR() anymore
by Al Viro
· 6 years ago
570d7a9
vfs: move_mount: reject moving kernel internal mounts
by Eric Biggers
· 6 years ago
d728cf7
fs/namespace: fix unprivileged mount propagation
by Christian Brauner
· 6 years ago
1b0b9cc
vfs: fsmount: add missing mntget()
by Eric Biggers
· 6 years ago
59bd9de
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209
by Thomas Gleixner
· 6 years ago
c3aabf0
move mount_capable() further out
by Al Viro
· 6 years ago
05883ee
do_move_mount(): fix an unsafe use of is_anon_ns()
by Al Viro
· 6 years ago
93766fb
vfs: syscall: Add fsmount() to create a mount for a superblock
by David Howells
· 6 years ago
44dfd84
teach move_mount(2) to work with OPEN_TREE_CLONE
by David Howells
· 6 years ago
2db154b
vfs: syscall: Add move_mount(2) to move mounts around
by David Howells
· 6 years ago
a07b200
vfs: syscall: Add open_tree(2) to reference or clone a mount
by Al Viro
· 6 years ago
7b47a9e
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
be37f21
Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
by Linus Torvalds
· 6 years ago
4f9020f
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
d911b45
vfs: Remove kern_mount_data()
by David Howells
· 6 years ago
3e1aeb0
vfs: Implement a filesystem superblock creation/configuration context
by David Howells
· 6 years ago
53a41cb
Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"
by Linus Torvalds
· 6 years ago
fbdb440
copy_mount_string: Limit string length to PATH_MAX
by Chandan Rajendra
· 6 years ago
57d4657
audit: ignore fcaps on umount
by Richard Guy Briggs
· 6 years ago
8d0347f
convert do_remount_sb() to fs_context
by David Howells
· 6 years ago
c9ce29e
vfs_get_tree(): evict the call of security_sb_kern_mount()
by Al Viro
· 6 years ago
132e460
new helper: do_new_mount_fc()
by David Howells
· 6 years ago
a0c9a8b
teach vfs_get_tree() to handle subtype, switch do_new_mount() to it
by Al Viro
· 6 years ago
8f291889
new helpers: vfs_create_mount(), fc_mount()
by Al Viro
· 6 years ago
9bc61ab
vfs: Introduce fs_context, switch vfs_kern_mount() to it.
by David Howells
· 6 years ago
74e8312
saner handling of temporary namespaces
by Al Viro
· 6 years ago
3bd045c
separate copying and locking mount tree on cross-userns copies
by Al Viro
· 6 years ago
505b050
Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
9b286ef
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
204cc0c
LSM: hide struct security_mnt_opts from any generic code
by Al Viro
· 6 years ago
f5c0c26
new helper: security_sb_eat_lsm_opts()
by Al Viro
· 6 years ago
c039bc3
LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()
by Al Viro
· 6 years ago
43f5e65
vfs: Separate changing mount flags full remount
by David Howells
· 6 years ago
e262e32d
vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled
by David Howells
· 6 years ago
22cb740
VFS: use synchronize_rcu_expedited() in namespace_unlock()
by NeilBrown
· 6 years ago
1e9c75f
mnt: fix __detach_mounts infinite loop
by Benjamin Coddington
· 6 years ago
9c8e0a1
mount: Prevent MNT_DETACH from disconnecting locked mounts
by Eric W. Biederman
· 6 years ago
df7342b
mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
by Eric W. Biederman
· 6 years ago
25d202e
mount: Retest MNT_LOCKED in do_umount
by Eric W. Biederman
· 6 years ago
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
9da3f2b
x86/fault: BUG() when uaccess helpers fault on kernel addresses
by Jann Horn
· 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
· 7 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
· 8 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
· 8 years ago
0504532
Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 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
Next »