index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
inode.c
Age
Commit message (
Expand
)
Author
2025-12-01
Merge tag 'vfs-6.19-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-11-19
ovl: port ovl_fileattr_get() to cred guard
Christian Brauner
2025-11-19
ovl: port ovl_fileattr_set() to cred guard
Christian Brauner
2025-11-19
ovl: port ovl_fiemap() to cred guard
Christian Brauner
2025-11-19
ovl: port ovl_set_or_remove_acl() to cred guard
Christian Brauner
2025-11-19
ovl: port do_ovl_get_acl() to cred guard
Christian Brauner
2025-11-19
ovl: port ovl_get_link() to cred guard
Christian Brauner
2025-11-19
ovl: port ovl_permission() to cred guard
Christian Brauner
2025-11-19
ovl: port ovl_getattr() to cred guard
Christian Brauner
2025-11-19
ovl: port ovl_setattr() to cred guard
Christian Brauner
2025-10-20
overlayfs: use the new ->i_state accessors
Mateusz Guzik
2025-10-10
Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP"
Andrey Albershteyn
2025-09-23
ovl: Add S_CASEFOLD as part of the inode flag to be copied
André Almeida
2025-07-04
tree-wide: s/struct fileattr/struct file_kattr/g
Christian Brauner
2025-07-02
fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP
Andrey Albershteyn
2024-11-22
Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-11-13
fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag
Stefan Berger
2024-11-11
ovl: use wrapper ovl_revert_creds()
Vinicius Costa Gomes
2024-11-11
ovl: properly handle large files in ovl_security_fileattr
Oleksandr Tymoshenko
2024-05-10
ovl: remove duplicate included header
Thorsten Blum
2023-11-18
fs: Pass AT_GETATTR_NOSEC flag to getattr interface function
Stefan Berger
2023-10-31
ovl: Move xattr support to new xattrs.c file
Amir Goldstein
2023-10-31
ovl: reorder ovl_want_write() after ovl_inode_lock()
Amir Goldstein
2023-10-18
overlayfs: convert to new timestamp accessors
Jeff Layton
2023-08-30
Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
2023-08-12
ovl: make consistent use of OVL_FS()
Andrea Righi
2023-08-12
ovl: support encoding non-decodable file handles
Amir Goldstein
2023-08-11
fs: drop the timespec64 argument from update_time
Jeff Layton
2023-06-19
ovl: pass ovl_fs to xino helpers
Amir Goldstein
2023-06-19
ovl: prepare for lazy lookup of lowerdata inode
Amir Goldstein
2023-06-19
ovl: prepare to store lowerdata redirect for lazy lowerdata lookup
Amir Goldstein
2023-06-19
ovl: deduplicate lowerdata and lowerstack[]
Amir Goldstein
2023-06-19
ovl: deduplicate lowerpath and lowerstack[]
Amir Goldstein
2023-06-19
ovl: move ovl_entry into ovl_inode
Amir Goldstein
2023-06-19
ovl: fix null pointer dereference in ovl_get_acl_rcu()
Zhihao Cheng
2023-06-19
ovl: fix null pointer dereference in ovl_permission()
Zhihao Cheng
2023-01-19
fs: port vfs{g,u}id helpers to mnt_idmap
Christian Brauner
2023-01-19
fs: port privilege checking helpers to mnt_idmap
Christian Brauner
2023-01-19
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->fileattr_set() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->get_acl() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2022-11-03
ovl: call posix_acl_release() after error checking
Christian Brauner
2022-10-20
ovl: use posix acl api
Christian Brauner
2022-10-20
ovl: implement set acl method
Christian Brauner
2022-10-20
ovl: implement get acl method
Christian Brauner
[next]