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