summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein2024-01-231-0/+15
* Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-2/+4
|\
| * rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro2023-11-251-2/+4
* | Merge tag 'ovl-update-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds2024-01-101-11/+8
|\ \
| * | ovl: remove redundant ofs->indexdir memberAmir Goldstein2023-11-201-11/+8
| |/
* | Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2024-01-091-0/+1
|\ \
| * | overlay: disable EVMMimi Zohar2023-12-201-0/+1
| |/
* / fs: factor out backing_file_{read,write}_iter() helpersAmir Goldstein2023-12-231-8/+3
|/
* Merge tag 'ovl-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds2023-11-071-72/+20
|\
| * ovl: store and show the user provided lowerdir mount optionAmir Goldstein2023-10-311-1/+4
| * ovl: Add an alternative type of whiteoutAlexander Larsson2023-10-311-1/+1
| * ovl: Move xattr support to new xattrs.c fileAmir Goldstein2023-10-311-64/+1
| * ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein2023-10-311-6/+14
* | Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-11-021-1/+1
|\ \ | |/ |/|
| * ima: detect changes to the backing overlay fileMimi Zohar2023-10-311-1/+1
* | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-2/+2
|\ \
| * | overlayfs: move xattr tables to .rodataWedson Almeida Filho2023-10-101-2/+2
* | | Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2023-10-301-4/+20
|\ \ \ | |_|/ |/| |
| * | ovl: rely on SB_I_NOUMASKChristian Brauner2023-10-191-0/+8
| * | fs: store real path instead of fake path in backing file f_pathAmir Goldstein2023-10-191-4/+12
| |/
* | ovl: make use of ->layers safe in rcu pathwalkAmir Goldstein2023-10-021-7/+11
* | ovl: fetch inode once in ovl_dentry_revalidate_common()Al Viro2023-10-021-2/+4
* | ovl: move freeing ovl_entry past rcu delayAl Viro2023-10-021-1/+2
|/
* ovl: make consistent use of OVL_FS()Andrea Righi2023-08-121-3/+3
* ovl: store persistent uuid/fsid with uuid=onAmir Goldstein2023-08-121-3/+7
* ovl: add support for unique fsid per instanceAmir Goldstein2023-08-121-5/+11
* ovl: support encoding non-decodable file handlesAmir Goldstein2023-08-121-0/+9
* ovl: Validate verity xattr when resolving lowerdataAlexander Larsson2023-08-121-1/+4
* ovl: Always reevaluate the file signature for IMAEric Snowberg2023-07-251-1/+1
* ovl: move all parameter handling into params.{c,h}Christian Brauner2023-07-031-528/+2
* ovl: reserve ability to reconfigure mount options with new mount apiChristian Brauner2023-06-201-7/+18
* ovl: modify layer parameter parsingChristian Brauner2023-06-201-255/+106
* ovl: port to new mount apiChristian Brauner2023-06-191-205/+193
* ovl: factor out ovl_parse_options() helperAmir Goldstein2023-06-191-116/+127
* ovl: store enum redirect_mode in config instead of a stringAmir Goldstein2023-06-191-58/+71
* ovl: pass ovl_fs to xino helpersAmir Goldstein2023-06-191-7/+14
* ovl: clarify ovl_get_root() semanticsAmir Goldstein2023-06-191-1/+3
* ovl: negate the ofs->share_whiteout booleanAmir Goldstein2023-06-191-3/+0
* ovl: implement lazy lookup of lowerdata in data-only layersAmir Goldstein2023-06-191-1/+2
* ovl: prepare for lazy lookup of lowerdata inodeAmir Goldstein2023-06-191-0/+11
* ovl: prepare to store lowerdata redirect for lazy lowerdata lookupAmir Goldstein2023-06-191-0/+3
* ovl: introduce data-only lower layersAmir Goldstein2023-06-191-7/+62
* ovl: remove unneeded goto instructionsAmir Goldstein2023-06-191-12/+9
* ovl: deduplicate lowerdata and lowerstack[]Amir Goldstein2023-06-191-3/+0
* ovl: deduplicate lowerpath and lowerstack[]Amir Goldstein2023-06-191-4/+0
* ovl: move ovl_entry into ovl_inodeAmir Goldstein2023-06-191-14/+4
* ovl: factor out ovl_free_entry() and ovl_stack_*() helpersAmir Goldstein2023-06-191-12/+2
* ovl: use ovl_numlower() and ovl_lowerstack() accessorsAmir Goldstein2023-06-191-10/+13
* ovl: use OVL_E() and OVL_E_FLAGS() accessorsAmir Goldstein2023-06-191-1/+1
* ovl: update of dentry revalidate flags after copy upAmir Goldstein2023-06-191-1/+1