summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2025-07-06ovl: Check for NULL d_inode() in ovl_dentry_upper()Kees Cook
2025-04-25ovl: don't allow datadir onlyMiklos Szeredi
2025-04-25ovl: remove unused forward declarationGiuseppe Scrivano
2025-03-07ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_upVasiliy Kovalev
2025-01-23fs: relax assertions on failure to encode file handlesAmir Goldstein
2025-01-23ovl: support encoding fid from inode with no aliasAmir Goldstein
2025-01-23ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein
2025-01-21Revert "ovl: do not encode lower fh with upper sb_writers held"Greg Kroah-Hartman
2025-01-21Revert "ovl: pass realinode to ovl_encode_real_fh() instead of realdentry"Greg Kroah-Hartman
2025-01-21Revert "ovl: support encoding fid from inode with no alias"Greg Kroah-Hartman
2025-01-17ovl: support encoding fid from inode with no aliasAmir Goldstein
2025-01-17ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein
2025-01-17ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein
2024-12-09ovl: properly handle large files in ovl_security_fileattrOleksandr Tymoshenko
2024-12-09ovl: Filter invalid inodes with missing lookup functionVasiliy Kovalev
2024-10-10ovl: fail if trusted xattrs are needed but caller lacks permissionMike Baynton
2024-09-04ovl: ovl_parse_param_lowerdir: Add missed '\n' for pr_errZhihao Cheng
2024-09-04ovl: fix wrong lowerdir number check for parameter Opt_lowerdirZhihao Cheng
2024-09-04ovl: pass string to ovl_parse_layer()Christian Brauner
2024-06-27ovl: fix encoding fid for lower only rootMiklos Szeredi
2024-06-12ovl: remove upper umask handling from ovl_create_upper()Miklos Szeredi
2024-05-02ovl: fix memory leak in ovl_parse_param()Amir Goldstein
2024-03-26ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi
2024-03-26ovl: add support for appending lowerdirs one by oneAmir Goldstein
2024-03-26ovl: refactor layer parsing helpersAmir Goldstein
2024-03-26ovl: store and show the user provided lowerdir mount optionAmir Goldstein
2024-03-26ovl: remove unused code in lowerdir param parsingAmir Goldstein
2023-12-03fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger
2023-11-28ima: detect changes to the backing overlay fileMimi Zohar
2023-10-14ovl: temporarily disable appending lowedirsAmir Goldstein
2023-10-14ovl: fix regression in showing lowerdir mount optionAmir Goldstein
2023-10-12ovl: fix regression in parsing of mount options with escaped commaAmir Goldstein
2023-10-03ovl: fix NULL pointer defer when encoding non-decodable lower fidAmir Goldstein
2023-10-02ovl: make use of ->layers safe in rcu pathwalkAmir Goldstein
2023-10-02ovl: fetch inode once in ovl_dentry_revalidate_common()Al Viro
2023-10-02ovl: move freeing ovl_entry past rcu delayAl Viro
2023-10-02ovl: fix file reference leak when submitting aioAmir Goldstein
2023-09-26Merge tag 'v6.6-rc4.vfs.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2023-09-25overlayfs: set ctime when setting mtime and atimeJeff Layton
2023-09-25ovl: disable IOCB_DIO_CALLER_COMPJens Axboe
2023-09-04ovl: fix incorrect fdput() on aio completionAmir Goldstein
2023-09-04ovl: fix failed copyup of fileattr on a symlinkAmir Goldstein
2023-08-30Merge tag 'ovl-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-21ovl: use kiocb_{start,end}_write() helpersAmir Goldstein
2023-08-12ovl: validate superblock in OVL_FS()Andrea Righi
2023-08-12ovl: make consistent use of OVL_FS()Andrea Righi
2023-08-12ovl: Kconfig: introduce CONFIG_OVERLAY_FS_DEBUGAndrea Righi
2023-08-12ovl: auto generate uuid for new overlay filesystemsAmir Goldstein