index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-05
ovl: pass original credentials, not mounter credentials during create
Christian Brauner
1
-8
/
+12
2025-12-05
Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+10
2025-12-01
Merge tag 'vfs-6.19-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10
-672
/
+629
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
6
-221
/
+208
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...
Linus Torvalds
1
-5
/
+5
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-9
/
+9
2025-11-28
ovl: remove unneeded semicolon
Chen Ni
1
-1
/
+1
2025-11-28
ovl: fail ovl_lock_rename_workdir() if either target is unhashed
NeilBrown
1
-2
/
+2
2025-11-19
ovl: remove struct ovl_cu_creds and associated functions
Christian Brauner
1
-28
/
+0
2025-11-19
ovl: port ovl_copy_up_tmpfile() to cred guard
Christian Brauner
1
-8
/
+8
2025-11-19
ovl: mark *_cu_creds() as unused temporarily
Christian Brauner
1
-2
/
+2
2025-11-19
ovl: port ovl_copy_up_workdir() to cred guard
Christian Brauner
1
-8
/
+7
2025-11-19
ovl: add copy up credential guard
Christian Brauner
1
-0
/
+27
2025-11-19
ovl: drop ovl_setup_cred_for_create()
Christian Brauner
1
-33
/
+0
2025-11-19
ovl: port ovl_create_or_link() to new ovl_override_creator_creds cleanup guard
Christian Brauner
1
-7
/
+6
2025-11-19
ovl: mark ovl_setup_cred_for_create() as unused temporarily
Christian Brauner
1
-1
/
+1
2025-11-19
ovl: reflow ovl_create_or_link()
Christian Brauner
1
-21
/
+30
2025-11-19
ovl: port ovl_create_tmpfile() to new ovl_override_creator_creds cleanup guard
Christian Brauner
1
-26
/
+26
2025-11-19
ovl: add ovl_override_creator_creds cred guard
Christian Brauner
1
-0
/
+36
2025-11-19
ovl: remove ovl_revert_creds()
Christian Brauner
2
-6
/
+0
2025-11-19
ovl: port ovl_fill_super() to cred guard
Christian Brauner
1
-14
/
+8
2025-11-19
ovl: refactor ovl_fill_super()
Christian Brauner
1
-45
/
+50
2025-11-19
ovl: port ovl_lower_positive() to cred guard
Christian Brauner
1
-37
/
+35
2025-11-19
ovl: port ovl_lookup() to cred guard
Christian Brauner
1
-5
/
+2
2025-11-19
ovl: refactor ovl_lookup()
Christian Brauner
1
-154
/
+162
2025-11-19
ovl: port ovl_copyfile() to cred guard
Christian Brauner
1
-19
/
+18
2025-11-19
ovl: port ovl_rename() to cred guard
Christian Brauner
1
-11
/
+6
2025-11-19
ovl: refactor ovl_rename()
Christian Brauner
1
-57
/
+78
2025-11-19
ovl: introduce struct ovl_renamedata
Christian Brauner
1
-33
/
+45
2025-11-19
ovl: port ovl_listxattr() to cred guard
Christian Brauner
1
-4
/
+2
2025-11-19
ovl: port ovl_xattr_get() to cred guard
Christian Brauner
1
-6
/
+2
2025-11-19
ovl: port ovl_xattr_set() to cred guard
Christian Brauner
1
-12
/
+9
2025-11-19
ovl: port ovl_nlink_end() to cred guard
Christian Brauner
1
-5
/
+2
2025-11-19
ovl: port ovl_nlink_start() to cred guard
Christian Brauner
1
-4
/
+2
2025-11-19
ovl: port ovl_check_empty_dir() to cred guard
Christian Brauner
1
-4
/
+2
2025-11-19
ovl: port ovl_dir_llseek() to cred guard
Christian Brauner
1
-8
/
+2
2025-11-19
ovl: refactor ovl_iterate() and port to cred guard
Christian Brauner
1
-31
/
+45
2025-11-19
ovl: don't override credentials for ovl_check_whiteouts()
Christian Brauner
1
-8
/
+2
2025-11-19
ovl: port ovl_maybe_lookup_lowerdata() to cred guard
Christian Brauner
1
-4
/
+2
2025-11-19
ovl: port ovl_maybe_validate_verity() to cred guard
Christian Brauner
1
-7
/
+2
2025-11-19
ovl: port ovl_fileattr_get() to cred guard
Christian Brauner
1
-4
/
+2
2025-11-19
ovl: port ovl_fileattr_set() to cred guard
Christian Brauner
1
-13
/
+12
2025-11-19
ovl: port ovl_fiemap() to cred guard
Christian Brauner
1
-7
/
+2
2025-11-19
ovl: port ovl_set_or_remove_acl() to cred guard
Christian Brauner
1
-11
/
+8
2025-11-19
ovl: port do_ovl_get_acl() to cred guard
Christian Brauner
1
-5
/
+2
2025-11-19
ovl: port ovl_get_link() to cred guard
Christian Brauner
1
-7
/
+2
2025-11-19
ovl: port ovl_permission() to cred guard
Christian Brauner
1
-5
/
+2
2025-11-19
ovl: port ovl_getattr() to cred guard
Christian Brauner
1
-13
/
+17
2025-11-19
ovl: port ovl_setattr() to cred guard
Christian Brauner
1
-4
/
+2
2025-11-19
ovl: port ovl_flush() to cred guard
Christian Brauner
1
-4
/
+2
[next]