aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-01overlayfs: constify pathAl Viro1-2/+2
2022-08-02ovl: fix spelling mistakesWilliam Dean1-2/+2
2022-04-28ovl: handle idmappings for layer lookupChristian Brauner1-6/+8
2022-04-28ovl: use ovl_path_getxattr() wrapperChristian Brauner1-13/+24
2022-04-28ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein1-3/+3
2021-08-17ovl: relax lookup error on mismatch origin ftypeAmir Goldstein1-1/+1
2021-08-17ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein1-1/+1
2021-04-30Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-0/+1
2021-04-12ovl: fix leaked dentryMickaël Salaün1-0/+1
2021-03-08new helper: inode_wrong_type()Al Viro1-2/+2
2020-12-14ovl: check privs before decoding file handleMiklos Szeredi1-0/+3
2020-11-12ovl: warn about orphan metacopyKevin Locke1-0/+2
2020-11-12ovl: introduce new "uuid=off" option for inodes index featurePavel Tikhomirov1-1/+3
2020-11-12ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fhPavel Tikhomirov1-9/+10
2020-09-02ovl: enumerate private xattrsMiklos Szeredi1-8/+8
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi1-27/+30
2020-09-02ovl: drop flags argument from ovl_do_setxattr()Miklos Szeredi1-1/+1
2020-09-02ovl: use ovl_do_getxattr() for private xattrMiklos Szeredi1-2/+2
2020-07-16ovl: fix lookup of indexed hardlinks with metacopyAmir Goldstein1-0/+4
2020-07-16ovl: remove not used argument in ovl_check_originyoungjun1-9/+2
2020-06-04ovl: add accessor for ofs->upper_mntMiklos Szeredi1-1/+1
2020-06-03ovl: drop negative dentry in upper layerChengguang Xu1-7/+28
2020-06-02ovl: fix redirect traversal on metacopy dentriesVivek Goyal1-12/+14
2020-06-02ovl: initialize OVL_UPPERDATA in ovl_lookup()Vivek Goyal1-0/+2
2020-06-02ovl: use only uppermetacopy state in ovl_lookup()Vivek Goyal1-29/+28
2020-06-02ovl: simplify setting of origin for index lookupVivek Goyal1-12/+17
2020-05-13ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Amir Goldstein1-11/+0
2020-03-17ovl: allow remote upperMiklos Szeredi1-2/+1
2020-03-17ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi1-0/+3
2020-03-17ovl: separate detection of remote upper layer from stacked overlayMiklos Szeredi1-1/+2
2020-01-22ovl: generalize the lower_layers[] arrayAmir Goldstein1-6/+6
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi1-13/+13
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