summaryrefslogtreecommitdiff
path: root/fs/overlayfs/namei.c
AgeCommit message (Expand)Author
2021-08-17ovl: relax lookup error on mismatch origin ftypeAmir Goldstein
2021-08-17ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein
2021-04-30Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-12ovl: fix leaked dentryMickaël Salaün
2021-03-08new helper: inode_wrong_type()Al Viro
2020-12-14ovl: check privs before decoding file handleMiklos Szeredi
2020-11-12ovl: warn about orphan metacopyKevin Locke
2020-11-12ovl: introduce new "uuid=off" option for inodes index featurePavel Tikhomirov
2020-11-12ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhPavel Tikhomirov
2020-09-02ovl: enumerate private xattrsMiklos Szeredi
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi
2020-09-02ovl: use ovl_do_getxattr() for private xattrMiklos Szeredi
2020-07-16ovl: fix lookup of indexed hardlinks with metacopyAmir Goldstein
2020-07-16ovl: remove not used argument in ovl_check_originyoungjun
2020-06-04ovl: add accessor for ofs->upper_mntMiklos Szeredi
2020-06-03ovl: drop negative dentry in upper layerChengguang Xu
2020-06-02ovl: fix redirect traversal on metacopy dentriesVivek Goyal
2020-06-02ovl: initialize OVL_UPPERDATA in ovl_lookup()Vivek Goyal
2020-06-02ovl: use only uppermetacopy state in ovl_lookup()Vivek Goyal
2020-06-02ovl: simplify setting of origin for index lookupVivek Goyal
2020-05-13ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Amir Goldstein
2020-03-17ovl: allow remote upperMiklos Szeredi
2020-03-17ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi
2020-03-17ovl: separate detection of remote upper layer from stacked overlayMiklos Szeredi
2020-01-22ovl: generalize the lower_layers[] arrayAmir Goldstein
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi
2019-12-14Merge tag 'ovl-fixes-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-12-10ovl: make sure that real fid is 32bit aligned in memoryAmir Goldstein
2019-12-10ovl: fix lookup failure on multi lower squashfsAmir Goldstein
2019-11-15new helper: lookup_positive_unlocked()Al Viro
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-29ovl: detect overlapping layersAmir Goldstein
2018-10-26ovl: fix error handling in ovl_verify_set_fh()Amir Goldstein
2018-10-04ovl: fix access beyond unterminated stringsAmir Goldstein
2018-07-20ovl: Check redirect on index as wellVivek Goyal
2018-07-20ovl: Check redirects for metacopy filesVivek Goyal
2018-07-20ovl: Move some dir related ovl_lookup_single() code in else blockVivek Goyal
2018-07-20ovl: Store lower data inode in ovl_inodeVivek Goyal
2018-07-20ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal
2018-07-20ovl: Initialize ovl_inode->redirect in ovl_get_inode()Vivek Goyal
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal
2018-04-12ovl: consistent i_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: add WARN_ON() for non-dir redirect casesMiklos Szeredi
2018-04-12ovl: cleanup setting OVL_INDEXVivek Goyal
2018-04-12ovl: set d->is_dir and d->opaque for last path elementVivek Goyal
2018-04-12ovl: Do not check for redirect if this is last layerVivek Goyal
2018-04-12ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein
2018-04-12ovl: disambiguate ovl_encode_fh()Amir Goldstein