summaryrefslogtreecommitdiff
path: root/fs/overlayfs/super.c
AgeCommit message (Expand)Author
2024-01-23ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-10Merge tag 'ovl-update-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2024-01-09Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-12-23fs: factor out backing_file_{read,write}_iter() helpersAmir Goldstein
2023-12-20overlay: disable EVMMimi Zohar
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro
2023-11-20ovl: remove redundant ofs->indexdir memberAmir Goldstein
2023-11-07Merge tag 'ovl-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2023-11-02Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-10-31ima: detect changes to the backing overlay fileMimi Zohar
2023-10-31ovl: store and show the user provided lowerdir mount optionAmir Goldstein
2023-10-31ovl: Add an alternative type of whiteoutAlexander Larsson
2023-10-31ovl: Move xattr support to new xattrs.c fileAmir Goldstein
2023-10-31ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-10-19ovl: rely on SB_I_NOUMASKChristian Brauner
2023-10-19fs: store real path instead of fake path in backing file f_pathAmir Goldstein
2023-10-10overlayfs: move xattr tables to .rodataWedson Almeida Filho
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-08-12ovl: make consistent use of OVL_FS()Andrea Righi
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: Validate verity xattr when resolving lowerdataAlexander Larsson
2023-07-25ovl: Always reevaluate the file signature for IMAEric Snowberg
2023-07-03ovl: move all parameter handling into params.{c,h}Christian Brauner
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: 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: 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: 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