index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2025-11-19
ovl: port ovl_copyfile() to cred guard
Christian Brauner
-19
/
+18
2025-11-19
ovl: port ovl_rename() to cred guard
Christian Brauner
-11
/
+6
2025-11-19
ovl: refactor ovl_rename()
Christian Brauner
-57
/
+78
2025-11-19
ovl: introduce struct ovl_renamedata
Christian Brauner
-33
/
+45
2025-11-19
ovl: port ovl_listxattr() to cred guard
Christian Brauner
-4
/
+2
2025-11-19
ovl: port ovl_xattr_get() to cred guard
Christian Brauner
-6
/
+2
2025-11-19
ovl: port ovl_xattr_set() to cred guard
Christian Brauner
-12
/
+9
2025-11-19
ovl: port ovl_nlink_end() to cred guard
Christian Brauner
-5
/
+2
2025-11-19
ovl: port ovl_nlink_start() to cred guard
Christian Brauner
-4
/
+2
2025-11-19
ovl: port ovl_check_empty_dir() to cred guard
Christian Brauner
-4
/
+2
2025-11-19
ovl: port ovl_dir_llseek() to cred guard
Christian Brauner
-8
/
+2
2025-11-19
ovl: refactor ovl_iterate() and port to cred guard
Christian Brauner
-31
/
+45
2025-11-19
ovl: don't override credentials for ovl_check_whiteouts()
Christian Brauner
-8
/
+2
2025-11-19
ovl: port ovl_maybe_lookup_lowerdata() to cred guard
Christian Brauner
-4
/
+2
2025-11-19
ovl: port ovl_maybe_validate_verity() to cred guard
Christian Brauner
-7
/
+2
2025-11-19
ovl: port ovl_fileattr_get() to cred guard
Christian Brauner
-4
/
+2
2025-11-19
ovl: port ovl_fileattr_set() to cred guard
Christian Brauner
-13
/
+12
2025-11-19
ovl: port ovl_fiemap() to cred guard
Christian Brauner
-7
/
+2
2025-11-19
ovl: port ovl_set_or_remove_acl() to cred guard
Christian Brauner
-11
/
+8
2025-11-19
ovl: port do_ovl_get_acl() to cred guard
Christian Brauner
-5
/
+2
2025-11-19
ovl: port ovl_get_link() to cred guard
Christian Brauner
-7
/
+2
2025-11-19
ovl: port ovl_permission() to cred guard
Christian Brauner
-5
/
+2
2025-11-19
ovl: port ovl_getattr() to cred guard
Christian Brauner
-13
/
+17
2025-11-19
ovl: port ovl_setattr() to cred guard
Christian Brauner
-4
/
+2
2025-11-19
ovl: port ovl_flush() to cred guard
Christian Brauner
-4
/
+2
2025-11-19
ovl: port ovl_fadvise() to cred guard
Christian Brauner
-7
/
+2
2025-11-19
ovl: port ovl_fallocate() to cred guard
Christian Brauner
-4
/
+2
2025-11-19
ovl: port ovl_fsync() to cred guard
Christian Brauner
-6
/
+2
2025-11-19
ovl: port ovl_llseek() to cred guard
Christian Brauner
-4
/
+2
2025-11-19
ovl: port ovl_open_realfile() to cred guard
Christian Brauner
-13
/
+12
2025-11-19
ovl: port ovl_create_tmpfile() to cred guard
Christian Brauner
-33
/
+27
2025-11-19
ovl: port ovl_do_remove() to cred guard
Christian Brauner
-7
/
+6
2025-11-19
ovl: port ovl_set_link_redirect() to cred guard
Christian Brauner
-8
/
+2
2025-11-19
ovl: port ovl_create_or_link() to cred guard
Christian Brauner
-39
/
+31
2025-11-19
ovl: port ovl_copy_up_flags() to cred guards
Christian Brauner
-4
/
+2
2025-11-19
ovl: add override_creds cleanup guard extension for overlayfs
Christian Brauner
-0
/
+5
2025-11-19
Merge branch 'vfs-6.19.directory.locking' into base.vfs-6.19.ovl
Christian Brauner
-835
/
+1298
2025-11-19
Merge branch 'kbuild-6.19.fms.extension'
Christian Brauner
-15
/
+29
2025-11-14
Merge patch series "Create and use APIs to centralise locking for directory o...
Christian Brauner
-835
/
+1298
2025-11-14
VFS: introduce end_creating_keep()
NeilBrown
-16
/
+28
2025-11-14
VFS: change vfs_mkdir() to unlock on failure.
NeilBrown
-58
/
+61
2025-11-14
ecryptfs: use new start_creating/start_removing APIs
NeilBrown
-81
/
+107
2025-11-14
Add start_renaming_two_dentries()
NeilBrown
-42
/
+131
2025-11-14
VFS/ovl/smb: introduce start_renaming_dentry()
NeilBrown
-134
/
+150
2025-11-14
VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
NeilBrown
-152
/
+218
2025-11-14
VFS: add start_creating_killable() and start_removing_killable()
NeilBrown
-32
/
+95
2025-11-14
VFS: introduce start_removing_dentry()
NeilBrown
-60
/
+78
2025-11-14
smb/server: use end_removing_noperm for for target of smb2_create_link()
NeilBrown
-22
/
+19
2025-11-14
VFS: introduce start_creating_noperm() and start_removing_noperm()
NeilBrown
-38
/
+74
2025-11-14
VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
NeilBrown
-55
/
+89
[next]