aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/export.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-12ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhGravatar Pavel Tikhomirov 1-4/+6
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsGravatar Miklos Szeredi 1-1/+1
2020-07-16ovl: relax WARN_ON() when decoding lower directory file handleGravatar Amir Goldstein 1-1/+1
2020-06-04ovl: add accessor for ofs->upper_mntGravatar Miklos Szeredi 1-3/+3
2020-05-13ovl: return required buffer size for file handlesGravatar Lubos Dolezel 1-10/+8
2020-05-13ovl: potential crash in ovl_fid_to_fh()Gravatar Dan Carpenter 1-0/+3
2020-03-17ovl: ovl_obtain_alias(): don't call d_instantiate_anon() for oldGravatar Al Viro 1-17/+21
2020-03-17ovl: decide if revalidate needed on a per-dentry basisGravatar Miklos Szeredi 1-0/+2
2020-01-24ovl: layer is constGravatar Miklos Szeredi 1-6/+6
2020-01-22ovl: generalize the lower_layers[] arrayGravatar Amir Goldstein 1-4/+2
2020-01-22ovl: use pr_fmt auto generate prefixGravatar lijiazi 1-6/+6
2019-12-10ovl: make sure that real fid is 32bit aligned in memoryGravatar Amir Goldstein 1-31/+49
2019-09-11ovl: Fix dereferencing possible ERR_PTR()Gravatar Ding Xiang 1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Gravatar Al Viro 1-1/+1
2018-11-21ovl: fix decode of dir file handle with multi lower layersGravatar Amir Goldstein 1-3/+3
2018-07-20ovl: Modify ovl_lookup() and friends to lookup metacopy dentryGravatar Vivek Goyal 1-0/+3
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureGravatar Vivek Goyal 1-1/+7
2018-04-12ovl: consistent i_ino for non-samefs with xinoGravatar Amir Goldstein 1-1/+1
2018-04-12ovl: cleanup setting OVL_INDEXGravatar Vivek Goyal 1-3/+0
2018-04-12ovl: lookup in inode cache first when decoding lower file handleGravatar Amir Goldstein 1-25/+33
2018-04-12ovl: do not try to reconnect a disconnected origin dentryGravatar Amir Goldstein 1-2/+2
2018-04-12ovl: disambiguate ovl_encode_fh()Gravatar Amir Goldstein 1-6/+6
2018-02-26ovl: fix ptr_ret.cocci warningsGravatar Fengguang Wu 1-1/+1
2018-02-16ovl: check ERR_PTR() return value from ovl_lookup_real()Gravatar Amir Goldstein 1-2/+2
2018-02-16ovl: check lower ancestry on encode of lower dir file handleGravatar Amir Goldstein 1-44/+166
2018-02-05ovl: check ERR_PTR() return value from ovl_encode_fh()Gravatar Amir Goldstein 1-0/+3
2018-01-24ovl: lookup indexed ancestor of lower dirGravatar Amir Goldstein 1-1/+40
2018-01-24ovl: lookup connected ancestor of dir in inode cacheGravatar Amir Goldstein 1-6/+93
2018-01-24ovl: decode pure lower dir file handlesGravatar Amir Goldstein 1-17/+26
2018-01-24ovl: decode indexed dir file handlesGravatar Amir Goldstein 1-0/+13
2018-01-24ovl: decode lower file handles of unlinked but open filesGravatar Amir Goldstein 1-2/+21
2018-01-24ovl: decode indexed non-dir file handlesGravatar Amir Goldstein 1-25/+46
2018-01-24ovl: decode lower non-dir file handlesGravatar Amir Goldstein 1-11/+42
2018-01-24ovl: encode lower file handlesGravatar Amir Goldstein 1-8/+2
2018-01-24ovl: copy up before encoding non-connectable dir file handleGravatar Amir Goldstein 1-4/+49
2018-01-24ovl: encode non-indexed upper file handlesGravatar Amir Goldstein 1-5/+35
2018-01-24ovl: decode connected upper dir file handlesGravatar Amir Goldstein 1-1/+230
2018-01-24ovl: decode pure upper file handlesGravatar Amir Goldstein 1-0/+97
2018-01-24ovl: encode pure upper file handlesGravatar Amir Goldstein 1-0/+98