aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2023-11-28ima: detect changes to the backing overlay fileMimi Zohar
2023-10-25overlayfs: set ctime when setting mtime and atimeJeff Layton
2023-09-23ovl: fix incorrect fdput() on aio completionAmir Goldstein
2023-09-23ovl: fix failed copyup of fileattr on a symlinkAmir Goldstein
2023-09-19ovl: Always reevaluate the file signature for IMAEric Snowberg
2023-08-26ovl: check type and offset of struct vfsmount in ovl_entryChristian Brauner
2023-07-23ovl: fix null pointer dereference in ovl_get_acl_rcu()Zhihao Cheng
2023-07-23ovl: update of dentry revalidate flags after copy upAmir Goldstein
2023-02-09ovl: Use "buf" flexible array for memcpy() destinationKees Cook
2023-02-01ovl: fail on invalid uid/gid mapping at copy upMiklos Szeredi
2023-01-12ovl: Use ovl mounter's fsuid and fsgid in ovl_link()Zhang Tianci
2022-12-31ovl: fix use inode directly in rcu-walk modeChen Zhongjin
2022-12-31ovl: remove privs in ovl_fallocate()Amir Goldstein
2022-12-31ovl: remove privs in ovl_copyfile()Amir Goldstein
2022-12-31ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner
2022-12-31ovl: store lower path in ovl_inodeAmir Goldstein
2022-08-25ovl: warn if trusted xattr creation failsMiklos Szeredi
2022-08-17ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh()Jiachen Zhang
2022-07-02fs: add is_idmapped_mnt() helperChristian Brauner
2022-02-05ovl: fix NULL pointer dereference in copy up warningChristoph Fritz
2022-02-05ovl: don't fail copy up if no fileattr support on upperMiklos Szeredi
2021-12-22ovl: fix warning in ovl_create_real()Miklos Szeredi
2021-11-18ovl: fix filattr copy-up failureMiklos Szeredi
2021-11-18ovl: fix use after free in struct ovl_aio_reqyangerkun
2021-09-28ovl: fix IOCB_DIRECT if underlying fs doesn't support direct IOMiklos Szeredi
2021-09-24ovl: fix missing negative dentry check in ovl_rename()Zheng Liang
2021-08-18ovl: enable RCU'd ->get_acl()Miklos Szeredi
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-08-17ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()chenying
2021-08-17ovl: use kvalloc in xattr copy-upMiklos Szeredi
2021-08-17ovl: update ctime when changing fileattrChengguang Xu
2021-08-17ovl: skip checking lower file's i_writecount on truncateChengguang Xu
2021-08-17ovl: relax lookup error on mismatch origin ftypeAmir Goldstein
2021-08-17ovl: do not set overlay.opaque for new directoriesVyacheslav Yurkov
2021-08-17ovl: add ovl_allow_offline_changes() helperVyacheslav Yurkov
2021-08-17ovl: disable decoding null uuid with redirect_dirVyacheslav Yurkov
2021-08-17ovl: consistent behavior for immutable/append-only inodesAmir Goldstein
2021-08-17ovl: copy up sync/noatime fileattr flagsAmir Goldstein
2021-08-17ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein
2021-08-10ovl: fix uninitialized pointer read in ovl_lookup_real_one()Miklos Szeredi
2021-08-10ovl: fix deadlock in splice writeMiklos Szeredi
2021-08-10ovl: skip stale entries in merge dir cache iterationAmir Goldstein
2021-04-30Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-23ovl: fix reference counting in ovl_mmap error pathChristian König
2021-04-12ovl: remove unneeded ioctlsMiklos Szeredi
2021-04-12ovl: stack fileattr opsMiklos Szeredi
2021-04-12ovl: add debug print to ovl_do_getxattr()Amir Goldstein
2021-04-12ovl: invalidate readdir cache on changes to dir with originAmir Goldstein