index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
namei.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-04-27
1
-8
/
+3
|
\
|
*
fs: introduce fsuidgid_has_mapping() helper
Christian Brauner
2021-03-23
1
-8
/
+3
|
*
fs: document and rename fsid helpers
Christian Brauner
2021-03-23
1
-4
/
+4
*
|
Merge tag 'fs.idmapped.docs.v5.13' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-04-27
1
-11
/
+3
|
\
\
|
*
|
namei: fix kernel-doc for struct renamedata and more
Randy Dunlap
2021-03-23
1
-11
/
+3
|
|
/
*
|
LOOKUP_MOUNTPOINT: we are cleaning "jumped" flag too late
Al Viro
2021-04-06
1
-4
/
+4
*
|
Make sure nd->path.mnt and nd->path.dentry are always valid pointers
Al Viro
2021-04-06
1
-2
/
+4
|
/
*
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
1
-131
/
+380
|
\
|
*
ima: handle idmapped mounts
Christian Brauner
2021-01-24
1
-2
/
+2
|
*
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
1
-23
/
+32
|
*
open: handle idmapped mounts in do_truncate()
Christian Brauner
2021-01-24
1
-1
/
+1
|
*
namei: prepare for idmapped mounts
Christian Brauner
2021-01-24
1
-43
/
+184
|
*
namei: introduce struct renamedata
Christian Brauner
2021-01-24
1
-6
/
+15
|
*
namei: handle idmapped mounts in may_*() helpers
Christian Brauner
2021-01-24
1
-56
/
+92
|
*
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2021-01-24
1
-2
/
+3
|
*
namei: make permission helpers idmapped mount aware
Christian Brauner
2021-01-24
1
-35
/
+86
|
*
capability: handle idmapped mounts
Christian Brauner
2021-01-24
1
-5
/
+8
*
|
fix handling of nd->depth on LOOKUP_CACHED failures in try_to_unlazy*
Al Viro
2021-02-20
1
-4
/
+5
*
|
fs: add support for LOOKUP_CACHED
Jens Axboe
2021-01-04
1
-0
/
+9
*
|
saner calling conventions for unlazy_child()
Al Viro
2021-01-04
1
-14
/
+14
*
|
fs: make unlazy_walk() error handling consistent
Jens Axboe
2021-01-04
1
-26
/
+17
*
|
fs/namei.c: Remove unlikely of status being -ECHILD in lookup_fast()
Steven Rostedt (VMware)
2021-01-04
1
-1
/
+1
*
|
do_tmpfile(): don't mess with finish_open()
Al Viro
2021-01-03
1
-4
/
+2
|
/
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2020-12-25
1
-1
/
+3
|
\
|
*
Make sure that make_create_in_sticky() never sees uninitialized value of dir_...
Al Viro
2020-12-10
1
-1
/
+3
*
|
fs: make do_renameat2() take struct filename
Jens Axboe
2020-12-09
1
-18
/
+22
|
/
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2020-10-24
1
-1
/
+2
|
\
|
*
Add a "nosymfollow" mount option.
Mattias Nissler
2020-08-27
1
-1
/
+2
*
|
fs: remove the unused SB_I_MULTIROOT flag
Christoph Hellwig
2020-09-24
1
-2
/
+2
|
/
*
exec: restore EACCES of S_ISDIR execve()
Kees Cook
2020-08-14
1
-1
/
+3
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-08-12
1
-2
/
+8
|
\
|
*
exec: move path_noexec() check earlier
Kees Cook
2020-08-12
1
-0
/
+4
|
*
exec: move S_ISREG() check earlier
Kees Cook
2020-08-12
1
-2
/
+4
*
|
fix breakage in do_rmdir()
Al Viro
2020-08-12
1
-1
/
+1
|
/
*
init: add an init_mknod helper
Christoph Hellwig
2020-07-31
1
-1
/
+1
*
init: add an init_mkdir helper
Christoph Hellwig
2020-07-31
1
-1
/
+1
*
init: add an init_symlink helper
Christoph Hellwig
2020-07-31
1
-1
/
+1
*
init: add an init_link helper
Christoph Hellwig
2020-07-31
1
-2
/
+2
*
fs: push the getname from do_rmdir into the callers
Christoph Hellwig
2020-07-31
1
-6
/
+4
*
vfs: clean up posix_acl_permission() logic aroudn MAY_NOT_BLOCK
Linus Torvalds
2020-06-08
1
-1
/
+1
*
vfs: do not do group lookup when not necessary
Linus Torvalds
2020-06-08
1
-15
/
+29
*
vfs: allow unprivileged whiteout creation
Miklos Szeredi
2020-05-14
1
-18
/
+3
*
fix a braino in legitimize_path()
Al Viro
2020-04-06
1
-1
/
+1
*
lookup_open(): don't bother with fallbacks to lookup+create
Al Viro
2020-04-02
1
-25
/
+9
*
atomic_open(): no need to pass struct open_flags anymore
Al Viro
2020-04-02
1
-2
/
+1
*
open_last_lookups(): move complete_walk() into do_open()
Al Viro
2020-04-02
1
-10
/
+8
*
open_last_lookups(): lift O_EXCL|O_CREAT handling into do_open()
Al Viro
2020-04-02
1
-5
/
+2
*
open_last_lookups(): don't abuse complete_walk() when all we want is unlazy
Al Viro
2020-04-02
1
-9
/
+5
*
open_last_lookups(): consolidate fsnotify_create() calls
Al Viro
2020-04-02
1
-5
/
+2
*
take post-lookup part of do_last() out of loop
Al Viro
2020-04-02
1
-12
/
+9
[next]