summaryrefslogtreecommitdiff
path: root/fs/overlayfs/util.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+6
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro1-1/+6
2023-11-20ovl: remove redundant ofs->indexdir memberAmir Goldstein1-1/+1
2023-11-14ovl: fix misformatted commentAmir Goldstein1-1/+1
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2023-10-31ovl: Add an alternative type of whiteoutAlexander Larsson1-0/+40
2023-10-31ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein1-1/+10
2023-10-31ovl: do not open/llseek lower file with upper sb_writers heldAmir Goldstein1-2/+6
2023-10-31ovl: reorder ovl_want_write() after ovl_inode_lock()Amir Goldstein1-7/+27
2023-10-31ovl: split ovl_want_write() into two helpersAmir Goldstein1-0/+26
2023-10-31ovl: protect copying of realinode attributes to ovl inodeAmir Goldstein1-0/+2
2023-10-24exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein1-1/+1
2023-10-18overlayfs: convert to new timestamp accessorsJeff Layton1-2/+2
2023-08-30Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-12/+221
2023-08-12ovl: make consistent use of OVL_FS()Andrea Righi1-8/+8
2023-08-12ovl: auto generate uuid for new overlay filesystemsAmir Goldstein1-0/+22
2023-08-12ovl: store persistent uuid/fsid with uuid=onAmir Goldstein1-0/+39
2023-08-12ovl: Handle verity during copy-upAlexander Larsson1-1/+32
2023-08-12ovl: Validate verity xattr when resolving lowerdataAlexander Larsson1-0/+88
2023-08-12ovl: Add versioned header for overlay.metacopy xattrAlexander Larsson1-4/+33
2023-07-24overlayfs: convert to ctime accessor functionsJeff Layton1-1/+1
2023-06-19ovl: store enum redirect_mode in config instead of a stringAmir Goldstein1-7/+0
2023-06-19ovl: implement lazy lookup of lowerdata in data-only layersAmir Goldstein1-1/+30
2023-06-19ovl: prepare for lazy lookup of lowerdata inodeAmir Goldstein1-1/+1
2023-06-19ovl: prepare to store lowerdata redirect for lazy lowerdata lookupAmir Goldstein1-3/+10
2023-06-19ovl: deduplicate lowerdata and lowerstack[]Amir Goldstein1-8/+7
2023-06-19ovl: deduplicate lowerpath and lowerstack[]Amir Goldstein1-4/+6
2023-06-19ovl: move ovl_entry into ovl_inodeAmir Goldstein1-4/+4
2023-06-19ovl: factor out ovl_free_entry() and ovl_stack_*() helpersAmir Goldstein1-0/+34
2023-06-19ovl: use ovl_numlower() and ovl_lowerstack() accessorsAmir Goldstein1-16/+20
2023-06-19ovl: use OVL_E() and OVL_E_FLAGS() accessorsAmir Goldstein1-10/+10
2023-06-19ovl: update of dentry revalidate flags after copy upAmir Goldstein1-4/+20
2023-06-19ovl: let helper ovl_i_path_real() return the realinodeZhihao Cheng1-3/+4
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-4/+4
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner1-2/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-2/+3
2022-12-08ovl: use inode instead of dentry where possibleMiklos Szeredi1-4/+2
2022-12-08ovl: port to vfs{g,u}id_t and associated helpersChristian Brauner1-2/+7
2022-09-02overlayfs: constify pathAl Viro1-5/+5
2022-04-28ovl: handle idmappings in layer open helpersChristian Brauner1-2/+3
2022-04-28ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner1-1/+31
2022-04-28ovl: store lower path in ovl_inodeAmir Goldstein1-1/+14
2022-04-28ovl: use ovl_path_getxattr() wrapperChristian Brauner1-15/+14
2022-04-28ovl: use ovl_lookup_upper() wrapperChristian Brauner1-1/+1
2022-04-28ovl: pass layer mnt to ovl_open_realfile()Amir Goldstein1-0/+14
2022-04-28ovl: pass ofs to creation operationsChristian Brauner1-1/+1
2022-04-28ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein1-8/+8
2021-08-17ovl: consistent behavior for immutable/append-only inodesAmir Goldstein1-0/+85
2021-08-17ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein1-4/+3
2021-04-12ovl: invalidate readdir cache on changes to dir with originAmir Goldstein1-22/+9