summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/util.c
Commit message (Expand)AuthorAgeFilesLines
* kernel_file_open(): get rid of inode argumentAl Viro2024-04-151-1/+1
* Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-7/+11
|\
| * ovl: convert to super_set_uuid()Kent Overstreet2024-02-081-7/+11
* | ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein2024-01-231-22/+31
|/
* Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-1/+6
|\
| * rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro2023-11-251-1/+6
* | ovl: remove redundant ofs->indexdir memberAmir Goldstein2023-11-201-1/+1
* | ovl: fix misformatted commentAmir Goldstein2023-11-141-1/+1
|/
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-1/+1
|\
| * exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein2023-10-241-1/+1
* | ovl: Add an alternative type of whiteoutAlexander Larsson2023-10-311-0/+40
* | ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein2023-10-311-1/+10
* | ovl: do not open/llseek lower file with upper sb_writers heldAmir Goldstein2023-10-311-2/+6
* | ovl: reorder ovl_want_write() after ovl_inode_lock()Amir Goldstein2023-10-311-7/+27
* | ovl: split ovl_want_write() into two helpersAmir Goldstein2023-10-311-0/+26
* | ovl: protect copying of realinode attributes to ovl inodeAmir Goldstein2023-10-311-0/+2
* | overlayfs: convert to new timestamp accessorsJeff Layton2023-10-181-2/+2
|/
* 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