aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* ovl: fix error handling in ovl_verify_set_fh()Amir Goldstein2018-10-261-1/+3
* ovl: fix access beyond unterminated stringsAmir Goldstein2018-10-041-1/+1
* ovl: Check redirect on index as wellVivek Goyal2018-07-201-37/+13
* ovl: Check redirects for metacopy filesVivek Goyal2018-07-201-2/+2
* ovl: Move some dir related ovl_lookup_single() code in else blockVivek Goyal2018-07-201-10/+11
* ovl: Store lower data inode in ovl_inodeVivek Goyal2018-07-201-0/+2
* ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal2018-07-201-17/+95
* ovl: Initialize ovl_inode->redirect in ovl_get_inode()Vivek Goyal2018-07-201-7/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal2018-05-311-2/+8
* ovl: consistent i_ino for non-samefs with xinoAmir Goldstein2018-04-121-3/+1
* ovl: add WARN_ON() for non-dir redirect casesMiklos Szeredi2018-04-121-0/+11
* ovl: cleanup setting OVL_INDEXVivek Goyal2018-04-121-2/+0
* ovl: set d->is_dir and d->opaque for last path elementVivek Goyal2018-04-121-2/+6
* ovl: Do not check for redirect if this is last layerVivek Goyal2018-04-121-1/+4
* ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein2018-04-121-7/+9
* ovl: disambiguate ovl_encode_fh()Amir Goldstein2018-04-121-5/+5
* ovl: fix lookup with middle layer opaque dir and absolute path redirectsAmir Goldstein2018-04-121-0/+9
* ovl: Set d->last properly during lookupVivek Goyal2018-04-121-2/+6
* ovl: redirect_dir=nofollow should not follow redirect for opaque lowerVivek Goyal2018-02-261-3/+3
* ovl: fix regression in fsnotify of overlay merge dirAmir Goldstein2018-02-051-0/+2
* ovl: lookup indexed ancestor of lower dirAmir Goldstein2018-01-241-6/+14
* ovl: decode indexed dir file handlesAmir Goldstein2018-01-241-1/+1
* ovl: decode lower non-dir file handlesAmir Goldstein2018-01-241-4/+3
* ovl: decode pure upper file handlesAmir Goldstein2018-01-241-2/+2
* ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein2018-01-241-3/+4
* ovl: use d_splice_alias() in place of d_add() in lookupAmir Goldstein2018-01-241-3/+1
* ovl: do not pass overlay dentry to ovl_get_inode()Amir Goldstein2018-01-241-1/+2
* ovl: factor out ovl_get_index_fh() helperAmir Goldstein2018-01-241-10/+49
* ovl: whiteout orphan index entries on mountAmir Goldstein2018-01-241-2/+17
* ovl: cleanup temp index entriesAmir Goldstein2018-01-241-0/+12
* ovl: verify directory index entries on mountAmir Goldstein2018-01-241-32/+93
* ovl: verify whiteout index entries on mountAmir Goldstein2018-01-241-8/+13
* ovl: use directory index entries for consistency verificationAmir Goldstein2018-01-241-7/+35
* ovl: verify stored origin fh matches lower dirAmir Goldstein2018-01-241-0/+12
* ovl: generalize ovl_verify_origin() and helpersAmir Goldstein2018-01-241-20/+22
* ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein2018-01-241-15/+13
* ovl: factor out ovl_check_origin_fh()Amir Goldstein2018-01-241-50/+92
* ovl: store layer index in ovl_layerAmir Goldstein2018-01-241-16/+1
* ovl: fix inconsistent d_ino for legacy merge dirAmir Goldstein2018-01-241-0/+33
* ovl: fix another overlay: warning prefixAmir Goldstein2018-01-191-1/+2
* ovl: take lower dir inode mutex outside upper sb_writers lockAmir Goldstein2018-01-191-0/+3
* ovl: Pass ovl_get_nlink() parameters in right orderVivek Goyal2017-12-111-1/+1
* ovl: don't follow redirects if redirect_dir=offMiklos Szeredi2017-12-111-0/+16
* ovl: remove unneeded arg from ovl_verify_origin()Amir Goldstein2017-11-101-2/+2
* ovl: Put upperdentry if ovl_check_origin() failsVivek Goyal2017-11-101-1/+1
* ovl: re-structure overlay lower layers in-memoryChandan Rajendra2017-11-091-21/+31
* ovl: move include of ovl_entry.h into overlayfs.hAmir Goldstein2017-11-091-1/+0
* ovl: do not cleanup unsupported index entriesAmir Goldstein2017-10-241-4/+3
* ovl: handle ENOENT on index lookupAmir Goldstein2017-10-241-0/+4