aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-12ovl: consistent i_ino for non-samefs with xinoAmir Goldstein1-3/+1
2018-04-12ovl: add WARN_ON() for non-dir redirect casesMiklos Szeredi1-0/+11
2018-04-12ovl: cleanup setting OVL_INDEXVivek Goyal1-2/+0
2018-04-12ovl: set d->is_dir and d->opaque for last path elementVivek Goyal1-2/+6
2018-04-12ovl: Do not check for redirect if this is last layerVivek Goyal1-1/+4
2018-04-12ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein1-7/+9
2018-04-12ovl: disambiguate ovl_encode_fh()Amir Goldstein1-5/+5
2018-04-12ovl: fix lookup with middle layer opaque dir and absolute path redirectsAmir Goldstein1-0/+9
2018-04-12ovl: Set d->last properly during lookupVivek Goyal1-2/+6
2018-02-26ovl: redirect_dir=nofollow should not follow redirect for opaque lowerVivek Goyal1-3/+3
2018-02-05ovl: fix regression in fsnotify of overlay merge dirAmir Goldstein1-0/+2
2018-01-24ovl: lookup indexed ancestor of lower dirAmir Goldstein1-6/+14
2018-01-24ovl: decode indexed dir file handlesAmir Goldstein1-1/+1
2018-01-24ovl: decode lower non-dir file handlesAmir Goldstein1-4/+3
2018-01-24ovl: decode pure upper file handlesAmir Goldstein1-2/+2
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein1-3/+4
2018-01-24ovl: use d_splice_alias() in place of d_add() in lookupAmir Goldstein1-3/+1
2018-01-24ovl: do not pass overlay dentry to ovl_get_inode()Amir Goldstein1-1/+2
2018-01-24ovl: factor out ovl_get_index_fh() helperAmir Goldstein1-10/+49
2018-01-24ovl: whiteout orphan index entries on mountAmir Goldstein1-2/+17
2018-01-24ovl: cleanup temp index entriesAmir Goldstein1-0/+12
2018-01-24ovl: verify directory index entries on mountAmir Goldstein1-32/+93
2018-01-24ovl: verify whiteout index entries on mountAmir Goldstein1-8/+13
2018-01-24ovl: use directory index entries for consistency verificationAmir Goldstein1-7/+35
2018-01-24ovl: verify stored origin fh matches lower dirAmir Goldstein1-0/+12
2018-01-24ovl: generalize ovl_verify_origin() and helpersAmir Goldstein1-20/+22
2018-01-24ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein1-15/+13
2018-01-24ovl: factor out ovl_check_origin_fh()Amir Goldstein1-50/+92
2018-01-24ovl: store layer index in ovl_layerAmir Goldstein1-16/+1
2018-01-24ovl: fix inconsistent d_ino for legacy merge dirAmir Goldstein1-0/+33
2018-01-19ovl: fix another overlay: warning prefixAmir Goldstein1-1/+2
2018-01-19ovl: take lower dir inode mutex outside upper sb_writers lockAmir Goldstein1-0/+3
2017-12-11ovl: Pass ovl_get_nlink() parameters in right orderVivek Goyal1-1/+1
2017-12-11ovl: don't follow redirects if redirect_dir=offMiklos Szeredi1-0/+16
2017-11-10ovl: remove unneeded arg from ovl_verify_origin()Amir Goldstein1-2/+2
2017-11-10ovl: Put upperdentry if ovl_check_origin() failsVivek Goyal1-1/+1
2017-11-09ovl: re-structure overlay lower layers in-memoryChandan Rajendra1-21/+31
2017-11-09ovl: move include of ovl_entry.h into overlayfs.hAmir Goldstein1-1/+0
2017-10-24ovl: do not cleanup unsupported index entriesAmir Goldstein1-4/+3
2017-10-24ovl: handle ENOENT on index lookupAmir Goldstein1-0/+4
2017-10-24ovl: fix EIO from lookup of non-indexed upperAmir Goldstein1-12/+8
2017-10-19ovl: Return -ENOMEM if an allocation fails ovl_lookup()Dan Carpenter1-0/+1
2017-10-05ovl: fix error value printed in ovl_lookup_index()Amir Goldstein1-0/+1
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-6/+6
2017-07-20ovl: check for bad and whiteout index on lookupAmir Goldstein1-5/+17
2017-07-20ovl: do not cleanup directory and whiteout index entriesAmir Goldstein1-4/+15
2017-07-04ovl: cleanup orphan index entriesAmir Goldstein1-0/+5
2017-07-04ovl: add flag for upper in ovl_entryMiklos Szeredi1-1/+3
2017-07-04ovl: hash overlay non-dir inodes by copy up originMiklos Szeredi1-2/+2
2017-07-04ovl: cleanup bad and stale index entries on mountAmir Goldstein1-8/+66