summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/util.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds2023-08-301-12/+221
|\
| * ovl: make consistent use of OVL_FS()Andrea Righi2023-08-121-8/+8
| * ovl: auto generate uuid for new overlay filesystemsAmir Goldstein2023-08-121-0/+22
| * ovl: store persistent uuid/fsid with uuid=onAmir Goldstein2023-08-121-0/+39
| * ovl: Handle verity during copy-upAlexander Larsson2023-08-121-1/+32
| * ovl: Validate verity xattr when resolving lowerdataAlexander Larsson2023-08-121-0/+88
| * ovl: Add versioned header for overlay.metacopy xattrAlexander Larsson2023-08-121-4/+33
* | overlayfs: convert to ctime accessor functionsJeff Layton2023-07-241-1/+1
|/
* ovl: store enum redirect_mode in config instead of a stringAmir Goldstein2023-06-191-7/+0
* ovl: implement lazy lookup of lowerdata in data-only layersAmir Goldstein2023-06-191-1/+30
* ovl: prepare for lazy lookup of lowerdata inodeAmir Goldstein2023-06-191-1/+1
* ovl: prepare to store lowerdata redirect for lazy lowerdata lookupAmir Goldstein2023-06-191-3/+10
* ovl: deduplicate lowerdata and lowerstack[]Amir Goldstein2023-06-191-8/+7
* ovl: deduplicate lowerpath and lowerstack[]Amir Goldstein2023-06-191-4/+6
* ovl: move ovl_entry into ovl_inodeAmir Goldstein2023-06-191-4/+4
* ovl: factor out ovl_free_entry() and ovl_stack_*() helpersAmir Goldstein2023-06-191-0/+34
* ovl: use ovl_numlower() and ovl_lowerstack() accessorsAmir Goldstein2023-06-191-16/+20
* ovl: use OVL_E() and OVL_E_FLAGS() accessorsAmir Goldstein2023-06-191-10/+10
* ovl: update of dentry revalidate flags after copy upAmir Goldstein2023-06-191-4/+20
* ovl: let helper ovl_i_path_real() return the realinodeZhihao Cheng2023-06-191-3/+4
* fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-4/+4
* fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-2/+1
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+3
* ovl: use inode instead of dentry where possibleMiklos Szeredi2022-12-081-4/+2
* ovl: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-12-081-2/+7
* overlayfs: constify pathAl Viro2022-09-011-5/+5
* ovl: handle idmappings in layer open helpersChristian Brauner2022-04-281-2/+3
* ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner2022-04-281-1/+31
* ovl: store lower path in ovl_inodeAmir Goldstein2022-04-281-1/+14
* ovl: use ovl_path_getxattr() wrapperChristian Brauner2022-04-281-15/+14
* ovl: use ovl_lookup_upper() wrapperChristian Brauner2022-04-281-1/+1
* ovl: pass layer mnt to ovl_open_realfile()Amir Goldstein2022-04-281-0/+14
* ovl: pass ofs to creation operationsChristian Brauner2022-04-281-1/+1
* ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein2022-04-281-8/+8
* ovl: consistent behavior for immutable/append-only inodesAmir Goldstein2021-08-171-0/+85
* ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein2021-08-171-4/+3
* ovl: invalidate readdir cache on changes to dir with originAmir Goldstein2021-04-121-22/+9
* ovl: fix misspellings using codespell toolXiong Zhenwu2021-04-121-1/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-2/+2
|\
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | ovl: implement volatile-specific fsync error behaviourSargun Dhillon2021-01-281-0/+27
|/
* ovl: do not get metacopy for userxattrMiklos Szeredi2020-12-141-0/+7
* ovl: user xattrMiklos Szeredi2020-12-141-2/+3
* ovl: check privs before decoding file handleMiklos Szeredi2020-12-141-0/+3
* ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhPavel Tikhomirov2020-11-121-1/+2
* ovl: enumerate private xattrsMiklos Szeredi2020-09-021-5/+26
* ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi2020-09-021-10/+12
* ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi2020-09-021-1/+1
* ovl: use ovl_do_getxattr() for private xattrMiklos Szeredi2020-09-021-5/+5