summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorFilesLines
2024-06-27ovl: fix encoding fid for lower only rootMiklos Szeredi1-1/+5
2024-06-12ovl: remove upper umask handling from ovl_create_upper()Miklos Szeredi1-3/+0
2024-05-02ovl: fix memory leak in ovl_parse_param()Amir Goldstein1-6/+5
2024-03-27ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi1-3/+11
2024-03-27ovl: add support for appending lowerdirs one by oneAmir Goldstein1-2/+76
2024-03-27ovl: refactor layer parsing helpersAmir Goldstein1-54/+67
2024-03-27ovl: store and show the user provided lowerdir mount optionAmir Goldstein3-24/+28
2024-03-27ovl: remove unused code in lowerdir param parsingAmir Goldstein1-79/+16
2023-12-03fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger2-5/+13
2023-11-28ima: detect changes to the backing overlay fileMimi Zohar1-1/+1
2023-10-14ovl: temporarily disable appending lowedirsAmir Goldstein1-49/+3
2023-10-14ovl: fix regression in showing lowerdir mount optionAmir Goldstein1-15/+23
2023-10-12ovl: fix regression in parsing of mount options with escaped commaAmir Goldstein1-0/+29
2023-10-03ovl: fix NULL pointer defer when encoding non-decodable lower fidAmir Goldstein1-1/+1
2023-10-02ovl: make use of ->layers safe in rcu pathwalkAmir Goldstein3-24/+21
2023-10-02ovl: fetch inode once in ovl_dentry_revalidate_common()Al Viro1-2/+4
2023-10-02ovl: move freeing ovl_entry past rcu delayAl Viro1-1/+2
2023-10-02ovl: fix file reference leak when submitting aioAmir Goldstein1-2/+0
2023-09-26Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2-1/+7
2023-09-25overlayfs: set ctime when setting mtime and atimeJeff Layton1-1/+1
2023-09-25ovl: disable IOCB_DIO_CALLER_COMPJens Axboe1-0/+6
2023-09-04ovl: fix incorrect fdput() on aio completionAmir Goldstein1-6/+3
2023-09-04ovl: fix failed copyup of fileattr on a symlinkAmir Goldstein1-1/+2
2023-08-30Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds11-68/+580
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-8/+2
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-5/+8
2023-08-21ovl: use kiocb_{start,end}_write() helpersAmir Goldstein1-8/+2
2023-08-12ovl: validate superblock in OVL_FS()Andrea Righi1-0/+3
2023-08-12ovl: make consistent use of OVL_FS()Andrea Righi8-24/+26
2023-08-12ovl: Kconfig: introduce CONFIG_OVERLAY_FS_DEBUGAndrea Righi1-0/+9
2023-08-12ovl: auto generate uuid for new overlay filesystemsAmir Goldstein3-2/+27
2023-08-12ovl: store persistent uuid/fsid with uuid=onAmir Goldstein4-3/+54
2023-08-12ovl: add support for unique fsid per instanceAmir Goldstein6-13/+53
2023-08-12ovl: support encoding non-decodable file handlesAmir Goldstein5-7/+32
2023-08-12ovl: Handle verity during copy-upAlexander Larsson3-5/+79
2023-08-12ovl: Validate verity xattr when resolving lowerdataAlexander Larsson6-8/+178
2023-08-12ovl: Add versioned header for overlay.metacopy xattrAlexander Larsson3-10/+61
2023-08-12ovl: Add framework for verity supportAlexander Larsson3-3/+65
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton2-2/+2
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-1/+2
2023-07-26ovl: Always reevaluate the file signature for IMAEric Snowberg1-1/+1
2023-07-24overlayfs: convert to ctime accessor functionsJeff Layton2-3/+6
2023-07-03ovl: move all parameter handling into params.{c,h}Christian Brauner4-564/+581
2023-06-29Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds13-699/+1350
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+22
2023-06-20ovl: reserve ability to reconfigure mount options with new mount apiChristian Brauner1-7/+18
2023-06-20ovl: modify layer parameter parsingChristian Brauner5-258/+520
2023-06-19ovl: enable fsnotify events on underlying real filesAmir Goldstein1-2/+2
2023-06-19fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein1-2/+2
2023-06-19fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein1-2/+3