aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-19ovl: port ovl_lower_positive() to cred guardChristian Brauner1-37/+35
2025-11-19ovl: port ovl_lookup() to cred guardChristian Brauner1-5/+2
2025-11-19ovl: refactor ovl_lookup()Christian Brauner1-154/+162
2025-11-19ovl: port ovl_maybe_lookup_lowerdata() to cred guardChristian Brauner1-4/+2
2025-11-19ovl: port ovl_maybe_validate_verity() to cred guardChristian Brauner1-7/+2
2025-09-23ovl: Support mounting case-insensitive enabled layersAndré Almeida1-8/+9
2025-07-28Merge tag 'vfs-6.17-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+28
2025-07-18ovl: support layers on case-folding capable filesystemsAmir Goldstein1-3/+28
2025-06-16Merge tag 'vfs-6.16-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+8
2025-06-06Merge tag 'ovl-update-v2-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-38/+60
2025-06-05ovl: fix regression caused by lookup helpers API changesAmir Goldstein1-2/+8
2025-04-30ovl: relax redirect/metacopy requirements for lower -> data redirectMiklos Szeredi1-8/+10
2025-04-30ovl: make redirect/metacopy rejection consistentMiklos Szeredi1-35/+55
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-1/+1
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown1-6/+6
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2025-01-16fs/overlayfs/namei.c: get rid of include ../internal.hAl Viro1-2/+0
2025-01-06ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein1-2/+2
2024-11-11ovl: use wrapper ovl_revert_creds()Vinicius Costa Gomes1-5/+5
2024-01-23ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein1-16/+27
2023-11-20ovl: remove redundant ofs->indexdir memberAmir Goldstein1-2/+2
2023-10-31ovl: Add an alternative type of whiteoutAlexander Larsson1-5/+10
2023-10-31ovl: do not encode lower fh with upper sb_writers heldAmir Goldstein1-9/+28
2023-08-12ovl: make consistent use of OVL_FS()Andrea Righi1-2/+2
2023-08-12ovl: add support for unique fsid per instanceAmir Goldstein1-2/+3
2023-08-12ovl: Validate verity xattr when resolving lowerdataAlexander Larsson1-1/+71
2023-08-12ovl: Add versioned header for overlay.metacopy xattrAlexander Larsson1-5/+5
2023-06-19ovl: store enum redirect_mode in config instead of a stringAmir Goldstein1-3/+3
2023-06-19ovl: implement lazy lookup of lowerdata in data-only layersAmir Goldstein1-7/+49
2023-06-19ovl: prepare to store lowerdata redirect for lazy lowerdata lookupAmir Goldstein1-0/+5
2023-06-19ovl: implement lookup in data-only layersAmir Goldstein1-1/+72
2023-06-19ovl: introduce data-only lower layersAmir Goldstein1-1/+1
2023-06-19ovl: deduplicate lowerdata and lowerstack[]Amir Goldstein1-2/+0
2023-06-19ovl: deduplicate lowerpath and lowerstack[]Amir Goldstein1-2/+0
2023-06-19ovl: move ovl_entry into ovl_inodeAmir Goldstein1-9/+10
2023-06-19ovl: factor out ovl_free_entry() and ovl_stack_*() helpersAmir Goldstein1-8/+5
2023-06-19ovl: use ovl_numlower() and ovl_lowerstack() accessorsAmir Goldstein1-16/+18
2023-06-19ovl: use OVL_E() and OVL_E_FLAGS() accessorsAmir Goldstein1-4/+4
2023-06-19ovl: update of dentry revalidate flags after copy upAmir Goldstein1-2/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-3/+3
2022-12-08ovl: Add comment on upperredirect reassignmentStanislav Goriainov1-0/+5
2022-12-08ovl: do not reconnect upper index records in ovl_indexdir_cleanup()Amir Goldstein1-3/+4
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/...Linus Torvalds1-0/+1