summaryrefslogtreecommitdiff
path: root/fs/overlayfs/inode.c
AgeCommit message (Expand)Author
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
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-09-01overlayfs: constify pathAl Viro
2022-08-17acl: handle idmapped mounts for idmapped filesystemsChristian Brauner
2022-08-08Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2022-07-28ovl: improve ovl_get_acl() if POSIX ACL support is offYang Xu
2022-07-15ovl: handle idmappings in ovl_get_acl()Christian Brauner
2022-04-28ovl: handle idmappings in ovl_xattr_{g,s}et()Christian Brauner
2022-04-28ovl: handle idmappings in ovl_permission()Christian Brauner
2022-04-28ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner
2022-04-28ovl: store lower path in ovl_inodeAmir Goldstein
2022-04-28ovl: handle idmappings for layer fileattrsChristian Brauner
2022-04-28ovl: use ovl_path_getxattr() wrapperChristian Brauner
2022-04-28ovl: use ovl_do_notify_change() wrapperChristian Brauner
2022-04-28ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein
2021-11-04ovl: fix filattr copy-up failureMiklos Szeredi
2021-08-18ovl: enable RCU'd ->get_acl()Miklos Szeredi
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-08-17ovl: update ctime when changing fileattrChengguang Xu
2021-08-17ovl: skip checking lower file's i_writecount on truncateChengguang Xu
2021-08-17ovl: consistent behavior for immutable/append-only inodesAmir Goldstein