aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/namei.c
AgeCommit message (Expand)Author
2020-01-31ovl: fix lookup failure on multi lower squashfsAmir Goldstein
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-29ovl: detect overlapping layersAmir Goldstein
2018-10-26ovl: fix error handling in ovl_verify_set_fh()Amir Goldstein
2018-10-04ovl: fix access beyond unterminated stringsAmir Goldstein
2018-07-20ovl: Check redirect on index as wellVivek Goyal
2018-07-20ovl: Check redirects for metacopy filesVivek Goyal
2018-07-20ovl: Move some dir related ovl_lookup_single() code in else blockVivek Goyal
2018-07-20ovl: Store lower data inode in ovl_inodeVivek Goyal
2018-07-20ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal
2018-07-20ovl: Initialize ovl_inode->redirect in ovl_get_inode()Vivek Goyal
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal
2018-04-12ovl: consistent i_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: add WARN_ON() for non-dir redirect casesMiklos Szeredi
2018-04-12ovl: cleanup setting OVL_INDEXVivek Goyal
2018-04-12ovl: set d->is_dir and d->opaque for last path elementVivek Goyal
2018-04-12ovl: Do not check for redirect if this is last layerVivek Goyal
2018-04-12ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein
2018-04-12ovl: disambiguate ovl_encode_fh()Amir Goldstein
2018-04-12ovl: fix lookup with middle layer opaque dir and absolute path redirectsAmir Goldstein
2018-04-12ovl: Set d->last properly during lookupVivek Goyal
2018-02-26ovl: redirect_dir=nofollow should not follow redirect for opaque lowerVivek Goyal
2018-02-05ovl: fix regression in fsnotify of overlay merge dirAmir Goldstein
2018-01-24ovl: lookup indexed ancestor of lower dirAmir Goldstein
2018-01-24ovl: decode indexed dir file handlesAmir Goldstein
2018-01-24ovl: decode lower non-dir file handlesAmir Goldstein
2018-01-24ovl: decode pure upper file handlesAmir Goldstein
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein
2018-01-24ovl: use d_splice_alias() in place of d_add() in lookupAmir Goldstein
2018-01-24ovl: do not pass overlay dentry to ovl_get_inode()Amir Goldstein
2018-01-24ovl: factor out ovl_get_index_fh() helperAmir Goldstein
2018-01-24ovl: whiteout orphan index entries on mountAmir Goldstein
2018-01-24ovl: cleanup temp index entriesAmir Goldstein
2018-01-24ovl: verify directory index entries on mountAmir Goldstein
2018-01-24ovl: verify whiteout index entries on mountAmir Goldstein
2018-01-24ovl: use directory index entries for consistency verificationAmir Goldstein
2018-01-24ovl: verify stored origin fh matches lower dirAmir Goldstein
2018-01-24ovl: generalize ovl_verify_origin() and helpersAmir Goldstein
2018-01-24ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein
2018-01-24ovl: factor out ovl_check_origin_fh()Amir Goldstein
2018-01-24ovl: store layer index in ovl_layerAmir Goldstein
2018-01-24ovl: fix inconsistent d_ino for legacy merge dirAmir Goldstein
2018-01-19ovl: fix another overlay: warning prefixAmir Goldstein
2018-01-19ovl: take lower dir inode mutex outside upper sb_writers lockAmir Goldstein
2017-12-11ovl: Pass ovl_get_nlink() parameters in right orderVivek Goyal
2017-12-11ovl: don't follow redirects if redirect_dir=offMiklos Szeredi
2017-11-10ovl: remove unneeded arg from ovl_verify_origin()Amir Goldstein
2017-11-10ovl: Put upperdentry if ovl_check_origin() failsVivek Goyal
2017-11-09ovl: re-structure overlay lower layers in-memoryChandan Rajendra