summaryrefslogtreecommitdiff
path: root/fs/overlayfs/inode.c
AgeCommit message (Expand)Author
2025-12-01Merge tag 'vfs-6.19-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-19ovl: port ovl_fileattr_get() to cred guardChristian Brauner
2025-11-19ovl: port ovl_fileattr_set() to cred guardChristian Brauner
2025-11-19ovl: port ovl_fiemap() to cred guardChristian Brauner
2025-11-19ovl: port ovl_set_or_remove_acl() to cred guardChristian Brauner
2025-11-19ovl: port do_ovl_get_acl() to cred guardChristian Brauner
2025-11-19ovl: port ovl_get_link() to cred guardChristian Brauner
2025-11-19ovl: port ovl_permission() to cred guardChristian Brauner
2025-11-19ovl: port ovl_getattr() to cred guardChristian Brauner
2025-11-19ovl: port ovl_setattr() to cred guardChristian Brauner
2025-10-20overlayfs: use the new ->i_state accessorsMateusz Guzik
2025-10-10Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP"Andrey Albershteyn
2025-09-23ovl: Add S_CASEFOLD as part of the inode flag to be copiedAndré Almeida
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-07-02fs: make vfs_fileattr_[get|set] return -EOPNOTSUPPAndrey Albershteyn
2024-11-22Merge tag 'ovl-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-13fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flagStefan Berger
2024-11-11ovl: use wrapper ovl_revert_creds()Vinicius Costa Gomes
2024-11-11ovl: properly handle large files in ovl_security_fileattrOleksandr Tymoshenko
2024-05-10ovl: remove duplicate included headerThorsten Blum
2023-11-18fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger
2023-10-31ovl: Move xattr support to new xattrs.c fileAmir Goldstein
2023-10-31ovl: reorder ovl_want_write() after ovl_inode_lock()Amir Goldstein
2023-10-18overlayfs: convert to new timestamp accessorsJeff Layton
2023-08-30Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2023-08-12ovl: make consistent use of OVL_FS()Andrea Righi
2023-08-12ovl: support encoding non-decodable file handlesAmir Goldstein
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton
2023-06-19ovl: pass ovl_fs to xino helpersAmir Goldstein
2023-06-19ovl: prepare for lazy lookup of lowerdata inodeAmir Goldstein
2023-06-19ovl: prepare to store lowerdata redirect for lazy lowerdata lookupAmir Goldstein
2023-06-19ovl: deduplicate lowerdata and lowerstack[]Amir Goldstein
2023-06-19ovl: deduplicate lowerpath and lowerstack[]Amir Goldstein
2023-06-19ovl: move ovl_entry into ovl_inodeAmir Goldstein
2023-06-19ovl: fix null pointer dereference in ovl_get_acl_rcu()Zhihao Cheng
2023-06-19ovl: fix null pointer dereference in ovl_permission()Zhihao Cheng
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->get_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-11-03ovl: call posix_acl_release() after error checkingChristian Brauner
2022-10-20ovl: use posix acl apiChristian Brauner
2022-10-20ovl: implement set acl methodChristian Brauner
2022-10-20ovl: implement get acl methodChristian Brauner