aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14ovl: check privs before decoding file handleGravatar Miklos Szeredi 1-0/+3
2020-11-12ovl: warn about orphan metacopyGravatar Kevin Locke 1-0/+2
2020-11-12ovl: introduce new "uuid=off" option for inodes index featureGravatar Pavel Tikhomirov 1-1/+3
2020-11-12ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhGravatar Pavel Tikhomirov 1-9/+10
2020-09-02ovl: enumerate private xattrsGravatar Miklos Szeredi 1-8/+8
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsGravatar Miklos Szeredi 1-27/+30
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Gravatar Miklos Szeredi 1-1/+1
2020-09-02ovl: use ovl_do_getxattr() for private xattrGravatar Miklos Szeredi 1-2/+2
2020-07-16ovl: fix lookup of indexed hardlinks with metacopyGravatar Amir Goldstein 1-0/+4
2020-07-16ovl: remove not used argument in ovl_check_originGravatar youngjun 1-9/+2
2020-06-04ovl: add accessor for ofs->upper_mntGravatar Miklos Szeredi 1-1/+1
2020-06-03ovl: drop negative dentry in upper layerGravatar Chengguang Xu 1-7/+28
2020-06-02ovl: fix redirect traversal on metacopy dentriesGravatar Vivek Goyal 1-12/+14
2020-06-02ovl: initialize OVL_UPPERDATA in ovl_lookup()Gravatar Vivek Goyal 1-0/+2
2020-06-02ovl: use only uppermetacopy state in ovl_lookup()Gravatar Vivek Goyal 1-29/+28
2020-06-02ovl: simplify setting of origin for index lookupGravatar Vivek Goyal 1-12/+17
2020-05-13ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Gravatar Amir Goldstein 1-11/+0
2020-03-17ovl: allow remote upperGravatar Miklos Szeredi 1-2/+1
2020-03-17ovl: decide if revalidate needed on a per-dentry basisGravatar Miklos Szeredi 1-0/+3
2020-03-17ovl: separate detection of remote upper layer from stacked overlayGravatar Miklos Szeredi 1-1/+2
2020-01-22ovl: generalize the lower_layers[] arrayGravatar Amir Goldstein 1-6/+6
2020-01-22ovl: use pr_fmt auto generate prefixGravatar lijiazi 1-13/+13
2019-12-14Merge tag 'ovl-fixes-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-22/+30
2019-12-10ovl: make sure that real fid is 32bit aligned in memoryGravatar Amir Goldstein 1-22/+22
2019-12-10ovl: fix lookup failure on multi lower squashfsGravatar Amir Goldstein 1-0/+8
2019-11-15new helper: lookup_positive_unlocked()Gravatar Al Viro 1-16/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
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