summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
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
2023-08-12ovl: store persistent uuid/fsid with uuid=onAmir Goldstein
2023-08-12ovl: add support for unique fsid per instanceAmir Goldstein
2023-08-12ovl: support encoding non-decodable file handlesAmir Goldstein
2023-08-12ovl: Handle verity during copy-upAlexander Larsson
2023-08-12ovl: Validate verity xattr when resolving lowerdataAlexander Larsson
2023-08-12ovl: Add versioned header for overlay.metacopy xattrAlexander Larsson
2023-08-12ovl: Add framework for verity supportAlexander Larsson
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-07-25ovl: Always reevaluate the file signature for IMAEric Snowberg
2023-07-24overlayfs: convert to ctime accessor functionsJeff Layton
2023-07-03ovl: move all parameter handling into params.{c,h}Christian Brauner
2023-06-29Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-20ovl: reserve ability to reconfigure mount options with new mount apiChristian Brauner
2023-06-20ovl: modify layer parameter parsingChristian Brauner
2023-06-19ovl: enable fsnotify events on underlying real filesAmir Goldstein
2023-06-19fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein
2023-06-19fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein
2023-06-19ovl: port to new mount apiChristian Brauner
2023-06-19ovl: factor out ovl_parse_options() helperAmir Goldstein
2023-06-19ovl: store enum redirect_mode in config instead of a stringAmir Goldstein
2023-06-19ovl: pass ovl_fs to xino helpersAmir Goldstein
2023-06-19ovl: clarify ovl_get_root() semanticsAmir Goldstein
2023-06-19ovl: negate the ofs->share_whiteout booleanAmir Goldstein
2023-06-19ovl: check type and offset of struct vfsmount in ovl_entryChristian Brauner
2023-06-19ovl: implement lazy lookup of lowerdata in data-only layersAmir Goldstein
2023-06-19ovl: prepare for lazy lookup of lowerdata inodeAmir Goldstein
2023-06-19ovl: prepare to store lowerdata redirect for lazy lowerdata lookupAmir Goldstein
2023-06-19ovl: implement lookup in data-only layersAmir Goldstein
2023-06-19ovl: introduce data-only lower layersAmir Goldstein
2023-06-19ovl: remove unneeded goto instructionsAmir Goldstein
2023-06-19ovl: deduplicate lowerdata and lowerstack[]Amir Goldstein
2023-06-19ovl: deduplicate lowerpath and lowerstack[]Amir Goldstein
2023-06-19ovl: move ovl_entry into ovl_inodeAmir Goldstein
2023-06-19ovl: factor out ovl_free_entry() and ovl_stack_*() helpersAmir Goldstein
2023-06-19ovl: use ovl_numlower() and ovl_lowerstack() accessorsAmir Goldstein
2023-06-19ovl: use OVL_E() and OVL_E_FLAGS() accessorsAmir Goldstein
2023-06-19ovl: update of dentry revalidate flags after copy upAmir Goldstein
2023-06-19ovl: fix null pointer dereference in ovl_get_acl_rcu()Zhihao Cheng
2023-06-19ovl: fix null pointer dereference in ovl_permission()Zhihao Cheng
2023-06-19ovl: let helper ovl_i_path_real() return the realinodeZhihao Cheng