summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/export.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* ovl_lookup_real_one(): don't bother with strlen()Al Viro2019-04-261-1/+1
* ovl: fix decode of dir file handle with multi lower layersAmir Goldstein2018-11-211-3/+3
* ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal2018-07-201-0/+3
* ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal2018-05-311-1/+7
* ovl: consistent i_ino for non-samefs with xinoAmir Goldstein2018-04-121-1/+1
* ovl: cleanup setting OVL_INDEXVivek Goyal2018-04-121-3/+0Star
* ovl: lookup in inode cache first when decoding lower file handleAmir Goldstein2018-04-121-25/+33
* ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein2018-04-121-2/+2
* ovl: disambiguate ovl_encode_fh()Amir Goldstein2018-04-121-6/+6
* ovl: fix ptr_ret.cocci warningsFengguang Wu2018-02-261-1/+1
* ovl: check ERR_PTR() return value from ovl_lookup_real()Amir Goldstein2018-02-161-2/+2
* ovl: check lower ancestry on encode of lower dir file handleAmir Goldstein2018-02-161-44/+166
* ovl: check ERR_PTR() return value from ovl_encode_fh()Amir Goldstein2018-02-051-0/+3
* ovl: lookup indexed ancestor of lower dirAmir Goldstein2018-01-241-1/+40
* ovl: lookup connected ancestor of dir in inode cacheAmir Goldstein2018-01-241-6/+93
* ovl: decode pure lower dir file handlesAmir Goldstein2018-01-241-17/+26
* ovl: decode indexed dir file handlesAmir Goldstein2018-01-241-0/+13
* ovl: decode lower file handles of unlinked but open filesAmir Goldstein2018-01-241-2/+21
* ovl: decode indexed non-dir file handlesAmir Goldstein2018-01-241-25/+46
* ovl: decode lower non-dir file handlesAmir Goldstein2018-01-241-11/+42
* ovl: encode lower file handlesAmir Goldstein2018-01-241-8/+2Star
* ovl: copy up before encoding non-connectable dir file handleAmir Goldstein2018-01-241-4/+49
* ovl: encode non-indexed upper file handlesAmir Goldstein2018-01-241-5/+35
* ovl: decode connected upper dir file handlesAmir Goldstein2018-01-241-1/+230
* ovl: decode pure upper file handlesAmir Goldstein2018-01-241-0/+97
* ovl: encode pure upper file handlesAmir Goldstein2018-01-241-0/+98