summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger2023-11-181-5/+5
* ovl: Move xattr support to new xattrs.c fileAmir Goldstein2023-10-311-122/+0
* ovl: reorder ovl_want_write() after ovl_inode_lock()Amir Goldstein2023-10-311-30/+27
* overlayfs: convert to new timestamp accessorsJeff Layton2023-10-181-1/+2
* Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds2023-08-301-4/+4
|\
| * ovl: make consistent use of OVL_FS()Andrea Righi2023-08-121-3/+3
| * ovl: support encoding non-decodable file handlesAmir Goldstein2023-08-121-1/+1
* | fs: drop the timespec64 argument from update_timeJeff Layton2023-08-111-1/+1
|/
* ovl: pass ovl_fs to xino helpersAmir Goldstein2023-06-191-8/+10
* ovl: prepare for lazy lookup of lowerdata inodeAmir Goldstein2023-06-191-4/+14
* ovl: prepare to store lowerdata redirect for lazy lowerdata lookupAmir Goldstein2023-06-191-0/+2
* ovl: deduplicate lowerdata and lowerstack[]Amir Goldstein2023-06-191-2/+0
* ovl: deduplicate lowerpath and lowerstack[]Amir Goldstein2023-06-191-6/+2
* ovl: move ovl_entry into ovl_inodeAmir Goldstein2023-06-191-4/+4
* ovl: fix null pointer dereference in ovl_get_acl_rcu()Zhihao Cheng2023-06-191-6/+6
* ovl: fix null pointer dereference in ovl_permission()Zhihao Cheng2023-06-191-3/+2
* fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-6/+4
* fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-5/+5
* fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->get_acl() to pass mnt_idmapChristian Brauner2023-01-191-4/+6
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* ovl: call posix_acl_release() after error checkingChristian Brauner2022-11-031-1/+1
* ovl: use posix acl apiChristian Brauner2022-10-201-2/+2
* ovl: implement set acl methodChristian Brauner2022-10-201-0/+94
* ovl: implement get acl methodChristian Brauner2022-10-201-31/+78
* fs: rename current get acl methodChristian Brauner2022-10-201-3/+3
* Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-3/+3
|\
| * overlayfs: constify pathAl Viro2022-09-011-3/+3
* | acl: handle idmapped mounts for idmapped filesystemsChristian Brauner2022-08-171-4/+7
|/
* Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-08-081-1/+3
|\
| * ovl: improve ovl_get_acl() if POSIX ACL support is offYang Xu2022-07-281-1/+3
* | ovl: handle idmappings in ovl_get_acl()Christian Brauner2022-07-151-8/+79
|/
* ovl: handle idmappings in ovl_xattr_{g,s}et()Christian Brauner2022-04-281-4/+6
* ovl: handle idmappings in ovl_permission()Christian Brauner2022-04-281-3/+6
* ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner2022-04-281-4/+4
* ovl: store lower path in ovl_inodeAmir Goldstein2022-04-281-4/+7
* ovl: handle idmappings for layer fileattrsChristian Brauner2022-04-281-1/+1
* ovl: use ovl_path_getxattr() wrapperChristian Brauner2022-04-281-3/+7
* ovl: use ovl_do_notify_change() wrapperChristian Brauner2022-04-281-1/+2
* ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein2022-04-281-8/+9
* ovl: fix filattr copy-up failureMiklos Szeredi2021-11-041-1/+4
* ovl: enable RCU'd ->get_acl()Miklos Szeredi2021-08-181-3/+4
* vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-181-1/+4
* ovl: update ctime when changing fileattrChengguang Xu2021-08-171-0/+3
* ovl: skip checking lower file's i_writecount on truncateChengguang Xu2021-08-171-6/+0
* ovl: consistent behavior for immutable/append-only inodesAmir Goldstein2021-08-171-3/+47