summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-261-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
* fs: drop unused posix acl handlersChristian Brauner2023-03-061-8/+0
* fs: port xattr to mnt_idmapChristian Brauner2023-01-191-2/+2
* Merge tag 'ovl-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-12-131-1/+6
|\
| * ovl: fix use inode directly in rcu-walk modeChen Zhongjin2022-11-281-1/+6
* | ovl: use stub posix acl handlersChristian Brauner2022-10-201-97/+4
* | ovl: use posix acl apiChristian Brauner2022-10-201-4/+2
|/
* Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-111-4/+6
|\
| * ovl: use vfs_tmpfile_open() helperMiklos Szeredi2022-09-241-4/+6
* | Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-071-4/+4
|\ \
| * | overlayfs: constify pathAl Viro2022-09-011-4/+4
| |/
* / ovl: use vfs_set_acl_prepare()Christian Brauner2022-08-311-1/+14
|/
* Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-08-081-4/+9
|\
| * ovl: fix spelling mistakesWilliam Dean2022-08-021-1/+1
| * ovl: fix some kernel-doc commentsYang Li2022-07-271-1/+3
| * ovl: warn if trusted xattr creation failsMiklos Szeredi2022-07-271-2/+5
* | Revert "ovl: turn of SB_POSIXACL with idmapped layers temporarily"Christian Brauner2022-07-151-24/+1
|/
* ovl: turn of SB_POSIXACL with idmapped layers temporarilyChristian Brauner2022-07-081-1/+24
* ovl: support idmapped layersChristian Brauner2022-04-281-4/+0
* ovl: store lower path in ovl_inodeAmir Goldstein2022-04-281-2/+3
* ovl: use ovl_lookup_upper() wrapperChristian Brauner2022-04-281-3/+3
* ovl: use ovl_do_notify_change() wrapperChristian Brauner2022-04-281-1/+1
* ovl: pass ofs to creation operationsChristian Brauner2022-04-281-13/+15
* ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein2022-04-281-6/+6