summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* ovl: fix NULL pointer defer when encoding non-decodable lower fidAmir Goldstein2023-10-031-1/+1
* ovl: make use of ->layers safe in rcu pathwalkAmir Goldstein2023-10-023-24/+21
* ovl: fetch inode once in ovl_dentry_revalidate_common()Al Viro2023-10-021-2/+4
* ovl: move freeing ovl_entry past rcu delayAl Viro2023-10-021-1/+2
* ovl: fix file reference leak when submitting aioAmir Goldstein2023-10-021-2/+0
* Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2023-09-262-1/+7
|\
| * overlayfs: set ctime when setting mtime and atimeJeff Layton2023-09-251-1/+1
| * ovl: disable IOCB_DIO_CALLER_COMPJens Axboe2023-09-251-0/+6
* | ovl: fix incorrect fdput() on aio completionAmir Goldstein2023-09-041-6/+3
* | ovl: fix failed copyup of fileattr on a symlinkAmir Goldstein2023-09-041-1/+2
|/
* 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