summaryrefslogtreecommitdiff
path: root/fs/overlayfs/readdir.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-18ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()NeilBrown1-5/+5
2025-07-18ovl: change ovl_cleanup_and_whiteout() to take rename lock as neededNeilBrown1-5/+1
2025-07-18ovl: change ovl_workdir_cleanup() to take dir lock as needed.NeilBrown1-23/+13
2025-07-18ovl: narrow locking in ovl_workdir_cleanup_recurse()NeilBrown1-5/+9
2025-07-18ovl: narrow locking in ovl_indexdir_cleanup()NeilBrown1-7/+13
2025-07-18ovl: narrow locking in ovl_cleanup_whiteouts()NeilBrown1-4/+2
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown1-1/+1
2025-06-07Merge tag 'ovl-update-v2-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+11
2025-05-15readdir: supply dir_context.count as readdir buffer size hintMiklos Szeredi1-1/+11
2025-05-05ovl: Replace offsetof() with struct_size() in ovl_cache_entry_new()Thorsten Blum1-2/+2
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown1-4/+5
2024-11-11ovl: use wrapper ovl_revert_creds()Vinicius Costa Gomes1-4/+4
2024-01-23ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein1-3/+4
2023-11-20ovl: remove redundant ofs->indexdir memberAmir Goldstein1-1/+1
2023-10-31ovl: Add an alternative type of whiteoutAlexander Larsson1-7/+20
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-1/+2
2023-06-19ovl: pass ovl_fs to xino helpersAmir Goldstein1-8/+11
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-2/+2
2022-12-08ovl: use inode instead of dentry where possibleMiklos Szeredi1-22/+24
2022-12-08ovl: use plain list filler in indexdir and workdir cleanupAmir Goldstein1-10/+2
2022-10-07Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+8
2022-09-02overlayfs: constify pathAl Viro1-8/+8
2022-08-18Change calling conventions for filldir_tAl Viro1-14/+14
2022-04-28ovl: handle idmappings for layer lookupChristian Brauner1-5/+5
2022-04-28ovl: use ovl_lookup_upper() wrapperChristian Brauner1-3/+3
2022-04-28ovl: pass ofs to creation operationsChristian Brauner1-13/+15
2022-04-28ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein1-2/+2
2021-08-10ovl: skip stale entries in merge dir cache iterationAmir Goldstein1-0/+5
2021-05-01Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+0
2021-04-12ovl: remove unneeded ioctlsMiklos Szeredi1-4/+0
2021-04-12ovl: invalidate readdir cache on changes to dir with originAmir Goldstein1-12/+0
2021-01-28ovl: implement volatile-specific fsync error behaviourSargun Dhillon1-2/+3
2021-01-28ovl: avoid deadlock on directory ioctlMiklos Szeredi1-16/+7
2020-10-06ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directoriesAmir Goldstein1-9/+35
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi1-1/+2
2020-09-02ovl: provide a mount option "volatile"Vivek Goyal1-0/+3
2020-09-02ovl: check for incompatible features in work dirAmir Goldstein1-4/+28
2020-06-04ovl: add accessor for ofs->upper_mntMiklos Szeredi1-1/+1
2020-06-02ovl: switch to mounter creds in readdirMiklos Szeredi1-6/+21
2020-06-02ovl: pass correct flags for opening real directoryMiklos Szeredi1-3/+9
2020-05-13ovl: whiteout inode sharingChengguang Xu1-1/+1
2020-05-13ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Amir Goldstein1-4/+12
2020-03-27ovl: enable xino automatically in more casesAmir Goldstein1-5/+10
2020-03-27ovl: avoid possible inode number collisions with xino=onAmir Goldstein1-2/+8
2020-01-24ovl: layer is constMiklos Szeredi1-1/+1
2020-01-24ovl: simplify ovl_same_sb() helperAmir Goldstein1-2/+2
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi1-4/+4
2020-01-22ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Amir Goldstein1-1/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1