summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi2020-09-021-27/+30
* ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi2020-09-021-1/+1
* ovl: use ovl_do_getxattr() for private xattrMiklos Szeredi2020-09-021-2/+2
* ovl: fix lookup of indexed hardlinks with metacopyAmir Goldstein2020-07-161-0/+4
* ovl: remove not used argument in ovl_check_originyoungjun2020-07-161-9/+2
* ovl: add accessor for ofs->upper_mntMiklos Szeredi2020-06-041-1/+1
* ovl: drop negative dentry in upper layerChengguang Xu2020-06-031-7/+28
* ovl: fix redirect traversal on metacopy dentriesVivek Goyal2020-06-021-12/+14
* ovl: initialize OVL_UPPERDATA in ovl_lookup()Vivek Goyal2020-06-021-0/+2
* ovl: use only uppermetacopy state in ovl_lookup()Vivek Goyal2020-06-021-29/+28
* ovl: simplify setting of origin for index lookupVivek Goyal2020-06-021-12/+17
* ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Amir Goldstein2020-05-131-11/+0
* ovl: allow remote upperMiklos Szeredi2020-03-171-2/+1
* ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi2020-03-171-0/+3
* ovl: separate detection of remote upper layer from stacked overlayMiklos Szeredi2020-03-171-1/+2
* ovl: generalize the lower_layers[] arrayAmir Goldstein2020-01-221-6/+6
* ovl: use pr_fmt auto generate prefixlijiazi2020-01-221-13/+13
* Merge tag 'ovl-fixes-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-141-22/+30
|\
| * ovl: make sure that real fid is 32bit aligned in memoryAmir Goldstein2019-12-101-22/+22
| * ovl: fix lookup failure on multi lower squashfsAmir Goldstein2019-12-101-0/+8
* | new helper: lookup_positive_unlocked()Al Viro2019-11-151-16/+8
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ovl: detect overlapping layersAmir Goldstein2019-05-291-0/+8
* 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