summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi2024-03-261-3/+11
* ovl: add support for appending lowerdirs one by oneAmir Goldstein2024-03-261-2/+76
* ovl: refactor layer parsing helpersAmir Goldstein2024-03-261-54/+67
* ovl: store and show the user provided lowerdir mount optionAmir Goldstein2024-03-263-24/+28
* ovl: remove unused code in lowerdir param parsingAmir Goldstein2024-03-261-79/+16
* fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger2023-12-032-5/+13
* ima: detect changes to the backing overlay fileMimi Zohar2023-11-281-1/+1
* ovl: temporarily disable appending lowedirsAmir Goldstein2023-10-141-49/+3
* ovl: fix regression in showing lowerdir mount optionAmir Goldstein2023-10-141-15/+23
* ovl: fix regression in parsing of mount options with escaped commaAmir Goldstein2023-10-121-0/+29
* 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