summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds2023-08-3011-68/+580
|\
| * ovl: validate superblock in OVL_FS()Andrea Righi2023-08-121-0/+3
| * ovl: make consistent use of OVL_FS()Andrea Righi2023-08-128-24/+26
| * ovl: Kconfig: introduce CONFIG_OVERLAY_FS_DEBUGAndrea Righi2023-08-121-0/+9
| * ovl: auto generate uuid for new overlay filesystemsAmir Goldstein2023-08-123-2/+27
| * ovl: store persistent uuid/fsid with uuid=onAmir Goldstein2023-08-124-3/+54
| * ovl: add support for unique fsid per instanceAmir Goldstein2023-08-126-13/+53
| * ovl: support encoding non-decodable file handlesAmir Goldstein2023-08-125-7/+32
| * ovl: Handle verity during copy-upAlexander Larsson2023-08-123-5/+79
| * ovl: Validate verity xattr when resolving lowerdataAlexander Larsson2023-08-126-8/+178
| * ovl: Add versioned header for overlay.metacopy xattrAlexander Larsson2023-08-123-10/+61
| * ovl: Add framework for verity supportAlexander Larsson2023-08-123-3/+65
* | Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-08-281-8/+2
|\ \
| * | ovl: use kiocb_{start,end}_write() helpersAmir Goldstein2023-08-211-8/+2
* | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-284-5/+8
|\ \ \ | |_|/ |/| |
| * | fs: drop the timespec64 argument from update_timeJeff Layton2023-08-112-2/+2
| * | overlayfs: convert to ctime accessor functionsJeff Layton2023-07-242-3/+6
| |/
* | vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-061-1/+2
* | ovl: Always reevaluate the file signature for IMAEric Snowberg2023-07-251-1/+1
|/
* ovl: move all parameter handling into params.{c,h}Christian Brauner2023-07-034-564/+581
* Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds2023-06-2913-699/+1350
|\
| * ovl: reserve ability to reconfigure mount options with new mount apiChristian Brauner2023-06-201-7/+18
| * ovl: modify layer parameter parsingChristian Brauner2023-06-205-258/+520
| * ovl: port to new mount apiChristian Brauner2023-06-191-205/+193
| * ovl: factor out ovl_parse_options() helperAmir Goldstein2023-06-192-116/+135
| * ovl: store enum redirect_mode in config instead of a stringAmir Goldstein2023-06-196-84/+103
| * ovl: pass ovl_fs to xino helpersAmir Goldstein2023-06-194-31/+43
| * ovl: clarify ovl_get_root() semanticsAmir Goldstein2023-06-191-1/+3
| * ovl: negate the ofs->share_whiteout booleanAmir Goldstein2023-06-193-7/+4
| * ovl: check type and offset of struct vfsmount in ovl_entryChristian Brauner2023-06-191-0/+9
| * ovl: implement lazy lookup of lowerdata in data-only layersAmir Goldstein2023-06-197-14/+107
| * ovl: prepare for lazy lookup of lowerdata inodeAmir Goldstein2023-06-194-5/+33
| * ovl: prepare to store lowerdata redirect for lazy lowerdata lookupAmir Goldstein2023-06-196-4/+24
| * ovl: implement lookup in data-only layersAmir Goldstein2023-06-191-1/+72
| * ovl: introduce data-only lower layersAmir Goldstein2023-06-193-8/+72
| * ovl: remove unneeded goto instructionsAmir Goldstein2023-06-191-12/+9
| * ovl: deduplicate lowerdata and lowerstack[]Amir Goldstein2023-06-196-17/+22
| * ovl: deduplicate lowerpath and lowerstack[]Amir Goldstein2023-06-197-21/+13
| * ovl: move ovl_entry into ovl_inodeAmir Goldstein2023-06-198-62/+57
| * ovl: factor out ovl_free_entry() and ovl_stack_*() helpersAmir Goldstein2023-06-195-22/+46
| * ovl: use ovl_numlower() and ovl_lowerstack() accessorsAmir Goldstein2023-06-195-52/+73
| * ovl: use OVL_E() and OVL_E_FLAGS() accessorsAmir Goldstein2023-06-195-16/+21
| * ovl: update of dentry revalidate flags after copy upAmir Goldstein2023-06-197-13/+30
| * 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
| * ovl: let helper ovl_i_path_real() return the realinodeZhihao Cheng2023-06-192-4/+5
* | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+22
|\ \
| * | overlayfs: Implement splice-readDavid Howells2023-05-241-1/+22
| |/
* | ovl: enable fsnotify events on underlying real filesAmir Goldstein2023-06-191-2/+2
* | fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein2023-06-191-2/+2