aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-29ovl: detect overlapping layersGravatar Amir Goldstein 1-0/+8
2018-10-26ovl: fix error handling in ovl_verify_set_fh()Gravatar Amir Goldstein 1-1/+3
2018-10-04ovl: fix access beyond unterminated stringsGravatar Amir Goldstein 1-1/+1
2018-07-20ovl: Check redirect on index as wellGravatar Vivek Goyal 1-37/+13
2018-07-20ovl: Check redirects for metacopy filesGravatar Vivek Goyal 1-2/+2
2018-07-20ovl: Move some dir related ovl_lookup_single() code in else blockGravatar Vivek Goyal 1-10/+11
2018-07-20ovl: Store lower data inode in ovl_inodeGravatar Vivek Goyal 1-0/+2
2018-07-20ovl: Modify ovl_lookup() and friends to lookup metacopy dentryGravatar Vivek Goyal 1-17/+95
2018-07-20ovl: Initialize ovl_inode->redirect in ovl_get_inode()Gravatar Vivek Goyal 1-7/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureGravatar Vivek Goyal 1-2/+8
2018-04-12ovl: consistent i_ino for non-samefs with xinoGravatar Amir Goldstein 1-3/+1
2018-04-12ovl: add WARN_ON() for non-dir redirect casesGravatar Miklos Szeredi 1-0/+11
2018-04-12ovl: cleanup setting OVL_INDEXGravatar Vivek Goyal 1-2/+0
2018-04-12ovl: set d->is_dir and d->opaque for last path elementGravatar Vivek Goyal 1-2/+6
2018-04-12ovl: Do not check for redirect if this is last layerGravatar Vivek Goyal 1-1/+4
2018-04-12ovl: do not try to reconnect a disconnected origin dentryGravatar Amir Goldstein 1-7/+9
2018-04-12ovl: disambiguate ovl_encode_fh()Gravatar Amir Goldstein 1-5/+5
2018-04-12ovl: fix lookup with middle layer opaque dir and absolute path redirectsGravatar Amir Goldstein 1-0/+9
2018-04-12ovl: Set d->last properly during lookupGravatar Vivek Goyal 1-2/+6
2018-02-26ovl: redirect_dir=nofollow should not follow redirect for opaque lowerGravatar Vivek Goyal 1-3/+3
2018-02-05ovl: fix regression in fsnotify of overlay merge dirGravatar Amir Goldstein 1-0/+2
2018-01-24ovl: lookup indexed ancestor of lower dirGravatar Amir Goldstein 1-6/+14
2018-01-24ovl: decode indexed dir file handlesGravatar Amir Goldstein 1-1/+1
2018-01-24ovl: decode lower non-dir file handlesGravatar Amir Goldstein 1-4/+3
2018-01-24ovl: decode pure upper file handlesGravatar Amir Goldstein 1-2/+2
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsGravatar Amir Goldstein 1-3/+4
2018-01-24ovl: use d_splice_alias() in place of d_add() in lookupGravatar Amir Goldstein 1-3/+1
2018-01-24ovl: do not pass overlay dentry to ovl_get_inode()Gravatar Amir Goldstein 1-1/+2
2018-01-24ovl: factor out ovl_get_index_fh() helperGravatar Amir Goldstein 1-10/+49
2018-01-24ovl: whiteout orphan index entries on mountGravatar Amir Goldstein 1-2/+17
2018-01-24ovl: cleanup temp index entriesGravatar Amir Goldstein 1-0/+12
2018-01-24ovl: verify directory index entries on mountGravatar Amir Goldstein 1-32/+93
2018-01-24ovl: verify whiteout index entries on mountGravatar Amir Goldstein 1-8/+13
2018-01-24ovl: use directory index entries for consistency verificationGravatar Amir Goldstein 1-7/+35
2018-01-24ovl: verify stored origin fh matches lower dirGravatar Amir Goldstein 1-0/+12
2018-01-24ovl: generalize ovl_verify_origin() and helpersGravatar Amir Goldstein 1-20/+22
2018-01-24ovl: simplify arguments to ovl_check_origin_fh()Gravatar Amir Goldstein 1-15/+13
2018-01-24ovl: factor out ovl_check_origin_fh()Gravatar Amir Goldstein 1-50/+92
2018-01-24ovl: store layer index in ovl_layerGravatar Amir Goldstein 1-16/+1
2018-01-24ovl: fix inconsistent d_ino for legacy merge dirGravatar Amir Goldstein 1-0/+33
2018-01-19ovl: fix another overlay: warning prefixGravatar Amir Goldstein 1-1/+2
2018-01-19ovl: take lower dir inode mutex outside upper sb_writers lockGravatar Amir Goldstein 1-0/+3
2017-12-11ovl: Pass ovl_get_nlink() parameters in right orderGravatar Vivek Goyal 1-1/+1
2017-12-11ovl: don't follow redirects if redirect_dir=offGravatar Miklos Szeredi 1-0/+16
2017-11-10ovl: remove unneeded arg from ovl_verify_origin()Gravatar Amir Goldstein 1-2/+2
2017-11-10ovl: Put upperdentry if ovl_check_origin() failsGravatar Vivek Goyal 1-1/+1
2017-11-09ovl: re-structure overlay lower layers in-memoryGravatar Chandan Rajendra 1-21/+31
2017-11-09ovl: move include of ovl_entry.h into overlayfs.hGravatar Amir Goldstein 1-1/+0
2017-10-24ovl: do not cleanup unsupported index entriesGravatar Amir Goldstein 1-4/+3