index
:
pub/scm/linux/kernel/git/djiang/linux.git
master
Dave Jiang fork of linux.git
Dave Jiang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
namei.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-16
non-consuming variant of do_renameat2()
Al Viro
1
-15
/
+15
2026-01-14
fs: export may_create() as may_create_dentry()
Filipe Manana
1
-9
/
+10
2026-01-14
fs: export may_delete() as may_delete_dentry()
Filipe Manana
1
-8
/
+9
2026-01-13
rename do_filp_open() to do_file_open()
Al Viro
1
-1
/
+1
2026-01-13
do_filp_open(): DTRT when getting ERR_PTR() as pathname
Al Viro
1
-0
/
+2
2026-01-13
struct filename ->refcnt doesn't need to be atomic
Al Viro
1
-6
/
+6
2026-01-13
allow incomplete imports of filenames
Al Viro
1
-5
/
+61
2026-01-13
switch __getname_maybe_null() to CLASS(filename_flags)
Al Viro
1
-7
/
+5
2026-01-13
fs: hide names_cache behind runtime const machinery
Mateusz Guzik
1
-6
/
+10
2026-01-13
struct filename: saner handling of long names
Al Viro
1
-54
/
+33
2026-01-13
struct filename: use names_cachep only for getname() and friends
Al Viro
1
-9
/
+28
2026-01-13
getname_flags() massage, part 2
Al Viro
1
-27
/
+29
2026-01-13
getname_flags() massage, part 1
Al Viro
1
-17
/
+16
2026-01-13
get rid of audit_reusename()
Al Viro
1
-8
/
+3
2026-01-13
init_mknod(): turn into a trivial wrapper for do_mknodat()
Al Viro
1
-1
/
+1
2026-01-06
VFS: fix __start_dirop() kernel-doc warnings
Bagas Sanjaya
1
-1
/
+2
2026-01-06
fs/namei: Remove redundant DCACHE_MANAGED_DENTRY check in __follow_mount_rcu
Breno Leitao
1
-3
/
+0
2026-01-06
fs: only assert on LOOKUP_RCU when built with CONFIG_DEBUG_VFS
Mateusz Guzik
1
-2
/
+3
2025-12-24
VFS: fix __start_dirop() kernel-doc warnings
Bagas Sanjaya
1
-1
/
+2
2025-12-24
fs: make sure to fail try_to_unlazy() and try_to_unlazy() for LOOKUP_CACHED
Mateusz Guzik
1
-5
/
+13
2025-12-15
VFS/knfsd: Teach dentry_create() to use atomic_open()
Benjamin Coddington
1
-13
/
+42
2025-12-15
VFS: Prepare atomic_open() for dentry_create()
Benjamin Coddington
1
-7
/
+6
2025-12-15
VFS: move dentry_create() from fs/open.c to fs/namei.c
Benjamin Coddington
1
-0
/
+38
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-108
/
+639
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...
Linus Torvalds
1
-42
/
+120
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+4
2025-11-26
fs: inline step_into() and walk_component()
Mateusz Guzik
1
-3
/
+28
2025-11-26
fs: tidy up step_into() & friends before inlining
Mateusz Guzik
1
-13
/
+18
2025-11-25
fs: mark lookup_slow() as noinline
Mateusz Guzik
1
-1
/
+1
2025-11-25
fs: add predicts based on nd->depth
Mateusz Guzik
1
-6
/
+7
2025-11-14
VFS: change vfs_mkdir() to unlock on failure.
NeilBrown
1
-2
/
+2
2025-11-14
ecryptfs: use new start_creating/start_removing APIs
NeilBrown
1
-0
/
+33
2025-11-14
Add start_renaming_two_dentries()
NeilBrown
1
-0
/
+65
2025-11-14
VFS/ovl/smb: introduce start_renaming_dentry()
NeilBrown
1
-6
/
+102
2025-11-14
VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
NeilBrown
1
-53
/
+142
2025-11-14
VFS: add start_creating_killable() and start_removing_killable()
NeilBrown
1
-3
/
+77
2025-11-14
VFS: introduce start_removing_dentry()
NeilBrown
1
-0
/
+33
2025-11-14
VFS: introduce start_creating_noperm() and start_removing_noperm()
NeilBrown
1
-0
/
+48
2025-11-14
VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
NeilBrown
1
-0
/
+27
2025-11-14
VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
NeilBrown
1
-7
/
+28
2025-11-14
VFS: tidy up do_unlinkat()
NeilBrown
1
-29
/
+26
2025-11-14
VFS: introduce start_dirop() and end_dirop()
NeilBrown
1
-25
/
+73
2025-11-13
fs: touch up predicts in path lookup
Mateusz Guzik
1
-9
/
+9
2025-11-12
fs: retire now stale MAY_WRITE predicts in inode_permission()
Mateusz Guzik
1
-2
/
+2
2025-11-12
fs: speed up path lookup with cheaper handling of MAY_EXEC
Mateusz Guzik
1
-2
/
+41
2025-11-12
vfs: make vfs_symlink break delegations on parent dir
Jeff Layton
1
-2
/
+14
2025-11-12
vfs: make vfs_mknod break delegations on parent directory
Jeff Layton
1
-8
/
+15
2025-11-12
vfs: make vfs_create break delegations on parent directory
Jeff Layton
1
-2
/
+13
2025-11-12
vfs: clean up argument list for vfs_create()
Jeff Layton
1
-7
/
+4
2025-11-12
vfs: break parent dir delegations in open(..., O_CREAT) codepath
Jeff Layton
1
-4
/
+18
[prev]
[next]