summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorFilesLines
2025-07-06ovl: Check for NULL d_inode() in ovl_dentry_upper()Kees Cook1-1/+3
2025-04-25ovl: don't allow datadir onlyMiklos Szeredi1-0/+5
2025-04-25ovl: remove unused forward declarationGiuseppe Scrivano1-2/+0
2025-03-07ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_upVasiliy Kovalev1-1/+1
2025-01-23fs: relax assertions on failure to encode file handlesAmir Goldstein1-3/+2
2025-01-23ovl: support encoding fid from inode with no aliasAmir Goldstein1-21/+25
2025-01-23ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein4-10/+12
2025-01-21Revert "ovl: do not encode lower fh with upper sb_writers held"Greg Kroah-Hartman5-104/+42
2025-01-21Revert "ovl: pass realinode to ovl_encode_real_fh() instead of realdentry"Greg Kroah-Hartman4-12/+10
2025-01-21Revert "ovl: support encoding fid from inode with no alias"Greg Kroah-Hartman1-25/+21
2025-01-17ovl: support encoding fid from inode with no aliasAmir Goldstein1-21/+25
2025-01-17ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein4-10/+12
2025-01-17ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein5-42/+104
2024-12-09ovl: properly handle large files in ovl_security_fileattrOleksandr Tymoshenko1-1/+6
2024-12-09ovl: Filter invalid inodes with missing lookup functionVasiliy Kovalev1-0/+3
2024-10-10ovl: fail if trusted xattrs are needed but caller lacks permissionMike Baynton1-5/+33
2024-09-04ovl: ovl_parse_param_lowerdir: Add missed '\n' for pr_errZhihao Cheng1-2/+2
2024-09-04ovl: fix wrong lowerdir number check for parameter Opt_lowerdirZhihao Cheng1-33/+7
2024-09-04ovl: pass string to ovl_parse_layer()Christian Brauner1-4/+3
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