aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-14Merge tag 'ovl-fixes-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-22/+30
2019-12-10ovl: make sure that real fid is 32bit aligned in memoryAmir Goldstein1-22/+22
2019-12-10ovl: fix lookup failure on multi lower squashfsAmir Goldstein1-0/+8
2019-11-15new helper: lookup_positive_unlocked()Al Viro1-16/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-29ovl: detect overlapping layersAmir Goldstein1-0/+8
2018-10-26ovl: fix error handling in ovl_verify_set_fh()Amir Goldstein1-1/+3
2018-10-04ovl: fix access beyond unterminated stringsAmir Goldstein1-1/+1
2018-07-20ovl: Check redirect on index as wellVivek Goyal1-37/+13
2018-07-20ovl: Check redirects for metacopy filesVivek Goyal1-2/+2
2018-07-20ovl: Move some dir related ovl_lookup_single() code in else blockVivek Goyal1-10/+11
2018-07-20ovl: Store lower data inode in ovl_inodeVivek Goyal1-0/+2
2018-07-20ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal1-17/+95
2018-07-20ovl: Initialize ovl_inode->redirect in ovl_get_inode()Vivek Goyal1-7/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal1-2/+8
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