summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)AuthorFilesLines
2023-11-28ima: detect changes to the backing overlay fileMimi Zohar1-1/+1
2023-10-25overlayfs: set ctime when setting mtime and atimeJeff Layton1-1/+1
2023-09-23ovl: fix incorrect fdput() on aio completionAmir Goldstein1-6/+3
2023-09-23ovl: fix failed copyup of fileattr on a symlinkAmir Goldstein1-1/+2
2023-09-19ovl: Always reevaluate the file signature for IMAEric Snowberg1-1/+1
2023-08-26ovl: check type and offset of struct vfsmount in ovl_entryChristian Brauner1-0/+9
2023-07-23ovl: fix null pointer dereference in ovl_get_acl_rcu()Zhihao Cheng1-1/+9
2023-07-23ovl: update of dentry revalidate flags after copy upAmir Goldstein7-13/+30
2023-02-09ovl: Use "buf" flexible array for memcpy() destinationKees Cook2-2/+2
2023-02-01ovl: fail on invalid uid/gid mapping at copy upMiklos Szeredi1-0/+4
2023-01-12ovl: Use ovl mounter's fsuid and fsgid in ovl_link()Zhang Tianci1-16/+30
2022-12-31ovl: fix use inode directly in rcu-walk modeChen Zhongjin1-1/+6
2022-12-31ovl: remove privs in ovl_fallocate()Amir Goldstein1-1/+11
2022-12-31ovl: remove privs in ovl_copyfile()Amir Goldstein1-2/+14
2022-12-31ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner5-29/+47
2022-12-31ovl: store lower path in ovl_inodeAmir Goldstein5-8/+27
2022-08-25ovl: warn if trusted xattr creation failsMiklos Szeredi1-2/+5
2022-08-17ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh()Jiachen Zhang1-1/+1
2022-07-02fs: add is_idmapped_mnt() helperChristian Brauner1-1/+1
2022-02-05ovl: fix NULL pointer dereference in copy up warningChristoph Fritz1-2/+2
2022-02-05ovl: don't fail copy up if no fileattr support on upperMiklos Szeredi1-1/+11
2021-12-22ovl: fix warning in ovl_create_real()Miklos Szeredi3-6/+10
2021-11-18ovl: fix filattr copy-up failureMiklos Szeredi2-6/+22
2021-11-18ovl: fix use after free in struct ovl_aio_reqyangerkun1-2/+14
2021-09-28ovl: fix IOCB_DIRECT if underlying fs doesn't support direct IOMiklos Szeredi1-1/+14
2021-09-24ovl: fix missing negative dentry check in ovl_rename()Zheng Liang1-3/+7
2021-08-18ovl: enable RCU'd ->get_acl()Miklos Szeredi1-3/+4
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+5
2021-08-17ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()chenying1-2/+4
2021-08-17ovl: use kvalloc in xattr copy-upMiklos Szeredi1-4/+5
2021-08-17ovl: update ctime when changing fileattrChengguang Xu1-0/+3
2021-08-17ovl: skip checking lower file's i_writecount on truncateChengguang Xu1-6/+0
2021-08-17ovl: relax lookup error on mismatch origin ftypeAmir Goldstein1-1/+1
2021-08-17ovl: do not set overlay.opaque for new directoriesVyacheslav Yurkov1-1/+3
2021-08-17ovl: add ovl_allow_offline_changes() helperVyacheslav Yurkov2-3/+13
2021-08-17ovl: disable decoding null uuid with redirect_dirVyacheslav Yurkov1-1/+1
2021-08-17ovl: consistent behavior for immutable/append-only inodesAmir Goldstein4-7/+158
2021-08-17ovl: copy up sync/noatime fileattr flagsAmir Goldstein3-21/+89
2021-08-17ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein5-15/+16
2021-08-10ovl: fix uninitialized pointer read in ovl_lookup_real_one()Miklos Szeredi1-1/+1
2021-08-10ovl: fix deadlock in splice writeMiklos Szeredi1-1/+46
2021-08-10ovl: skip stale entries in merge dir cache iterationAmir Goldstein1-0/+5
2021-05-01Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-67/+124
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-116/+82
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2021-04-24ovl: fix reference counting in ovl_mmap error pathChristian König1-10/+1
2021-04-12ovl: remove unneeded ioctlsMiklos Szeredi3-116/+0
2021-04-12ovl: stack fileattr opsMiklos Szeredi3-0/+82
2021-04-12ovl: add debug print to ovl_do_getxattr()Amir Goldstein1-1/+6
2021-04-12ovl: invalidate readdir cache on changes to dir with originAmir Goldstein3-37/+36