summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/ovl_entry.h
Commit message (Expand)AuthorAgeFilesLines
* ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein2024-01-231-1/+3
* ovl: remove redundant ofs->indexdir memberAmir Goldstein2023-11-201-4/+1
* ovl: make use of ->layers safe in rcu pathwalkAmir Goldstein2023-10-021-9/+1
* ovl: validate superblock in OVL_FS()Andrea Righi2023-08-121-0/+3
* ovl: make consistent use of OVL_FS()Andrea Righi2023-08-121-0/+2
* ovl: add support for unique fsid per instanceAmir Goldstein2023-08-121-1/+1
* ovl: support encoding non-decodable file handlesAmir Goldstein2023-08-121-0/+1
* ovl: Add framework for verity supportAlexander Larsson2023-08-121-0/+1
* ovl: modify layer parameter parsingChristian Brauner2023-06-201-2/+1
* ovl: store enum redirect_mode in config instead of a stringAmir Goldstein2023-06-191-3/+1
* ovl: negate the ofs->share_whiteout booleanAmir Goldstein2023-06-191-2/+2
* ovl: check type and offset of struct vfsmount in ovl_entryChristian Brauner2023-06-191-0/+9
* ovl: implement lazy lookup of lowerdata in data-only layersAmir Goldstein2023-06-191-1/+1
* ovl: prepare to store lowerdata redirect for lazy lowerdata lookupAmir Goldstein2023-06-191-1/+2
* ovl: introduce data-only lower layersAmir Goldstein2023-06-191-0/+9
* ovl: deduplicate lowerdata and lowerstack[]Amir Goldstein2023-06-191-1/+15
* ovl: deduplicate lowerpath and lowerstack[]Amir Goldstein2023-06-191-1/+5
* ovl: move ovl_entry into ovl_inodeAmir Goldstein2023-06-191-18/+18
* ovl: factor out ovl_free_entry() and ovl_stack_*() helpersAmir Goldstein2023-06-191-2/+0
* ovl: use ovl_numlower() and ovl_lowerstack() accessorsAmir Goldstein2023-06-191-2/+12
* ovl: use OVL_E() and OVL_E_FLAGS() accessorsAmir Goldstein2023-06-191-0/+5
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-5/+0
* fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-181-0/+5
* ovl: support idmapped layersChristian Brauner2022-04-281-1/+1
* ovl: store lower path in ovl_inodeAmir Goldstein2022-04-281-1/+1
* ovl: add ovl_upper_mnt_userns() wrapperChristian Brauner2022-04-281-0/+5
* ovl: implement volatile-specific fsync error behaviourSargun Dhillon2021-01-281-0/+2
* ovl: user xattrMiklos Szeredi2020-12-141-0/+1
* ovl: introduce new "uuid=off" option for inodes index featurePavel Tikhomirov2020-11-121-0/+1
* ovl: provide a mount option "volatile"Vivek Goyal2020-09-021-0/+6
* ovl: get rid of redundant members in struct ovl_fsMiklos Szeredi2020-06-041-3/+1
* ovl: add accessor for ofs->upper_mntMiklos Szeredi2020-06-041-0/+5
* ovl: whiteout inode sharingChengguang Xu2020-05-131-0/+3
* ovl: use a private non-persistent ino poolAmir Goldstein2020-03-271-0/+2
* ovl: layer is constMiklos Szeredi2020-01-241-2/+2
* ovl: fix corner case of conflicting lower layer uuidAmir Goldstein2020-01-241-0/+2
* ovl: generalize the lower_fs[] arrayAmir Goldstein2020-01-241-3/+3
* ovl: simplify ovl_same_sb() helperAmir Goldstein2020-01-241-2/+7
* ovl: generalize the lower_layers[] arrayAmir Goldstein2020-01-221-2/+2
* ovl: fix lookup failure on multi lower squashfsAmir Goldstein2019-12-101-0/+2
* ovl: fix regression caused by overlapping layers detectionAmir Goldstein2019-07-161-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ovl: detect overlapping layersAmir Goldstein2019-05-291-0/+6
* ovl: Store lower data inode in ovl_inodeVivek Goyal2018-07-201-1/+4
* ovl: Provide a mount option metacopy=on/off for metadata copyupVivek Goyal2018-07-201-0/+1
* ovl: add support for "xino" mount and config optionsAmir Goldstein2018-04-121-0/+1
* ovl: constant st_ino for non-samefs with xinoAmir Goldstein2018-04-121-0/+2
* ovl: allocate anon bdev per unique lower fsAmir Goldstein2018-04-121-5/+13
* ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein2018-01-241-2/+6
* ovl: add support for "nfs_export" configurationAmir Goldstein2018-01-241-0/+1