aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/readdir.c
AgeCommit message (Expand)AuthorFilesLines
14 daysovl: keep err zero after successful ovl_cache_get()Nirmoy Das1-4/+3
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2026-02-16Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-26/+15
2026-01-29ovl: use name_is_dot* helpers in readdir codeAmir Goldstein1-25/+13
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein1-1/+2
2026-01-29ovl: Fix uninit-value in ovl_fill_realQing Wang1-1/+1
2026-01-12overlayfs: add setlease file operationJeff Layton1-0/+2
2025-11-19ovl: port ovl_check_empty_dir() to cred guardChristian Brauner1-4/+2
2025-11-19ovl: port ovl_dir_llseek() to cred guardChristian Brauner1-8/+2
2025-11-19ovl: refactor ovl_iterate() and port to cred guardChristian Brauner1-31/+45
2025-11-19ovl: don't override credentials for ovl_check_whiteouts()Christian Brauner1-8/+2
2025-11-14VFS: introduce start_removing_dentry()NeilBrown1-4/+4
2025-10-03Merge tag 'ovl-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-21/+105
2025-09-23VFS/ovl: add lookup_one_positive_killable()NeilBrown1-14/+14
2025-09-23ovl: Create ovl_casefold() to support casefolded strncmp()André Almeida1-21/+105
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-06Merge 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-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+8
2022-09-01overlayfs: constify pathAl Viro1-8/+8
2022-08-17Change 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-04-30Merge 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
2018-07-17ovl: fix wrong use of impure dir cache in ovl_iterate()Amir Goldstein1-2/+17
2018-04-12ovl: consistent d_ino for non-samefs with xinoAmir Goldstein1-6/+39
2018-01-24ovl: whiteout orphan index entries on mountAmir Goldstein1-2/+23
2018-01-24ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein1-6/+6
2018-01-19ovl: take mnt_want_write() for removing impure xattrAmir Goldstein1-2/+9
2018-01-19ovl: take lower dir inode mutex outside upper sb_writers lockAmir Goldstein1-0/+3
2018-01-19ovl: fix failure to fsync lower dirAmir Goldstein1-1/+5
2017-12-14ovl: fix overlay: warning prefixAmir Goldstein1-1/+1
2017-12-11ovl: update ctx->pos on impure dir iterationAmir Goldstein1-1/+4
2017-11-17Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-13/+42
2017-11-09ovl: re-structure overlay lower layers in-memoryChandan Rajendra1-2/+2
2017-11-09ovl: simplify ovl_check_empty_and_clear()zhangyi (F)1-7/+20
2017-11-09ovl: no direct iteration for dir with origin xattrAmir Goldstein1-4/+20
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-6/+5
2017-10-24ovl: do not cleanup unsupported index entriesAmir Goldstein1-6/+5
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-1/+1
2017-10-05ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein1-2/+4
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-33/+350
2017-08-10overlayfs, locking: Remove smp_mb__before_spinlock() usagePeter Zijlstra1-2/+2
2017-07-27ovl: constant d_ino for non-merge dirsMiklos Szeredi1-31/+236
2017-07-27ovl: constant d_ino across copy upAmir Goldstein1-1/+111
2017-07-27ovl: fix readdir error valueMiklos Szeredi1-1/+3
2017-07-20ovl: do not cleanup directory and whiteout index entriesAmir Goldstein1-1/+4
2017-07-04ovl: cleanup bad and stale index entries on mountAmir Goldstein1-0/+50
2016-09-01ovl: proper cleanup of workdirMiklos Szeredi1-1/+62
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+1
2016-05-27Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-11/+3
2016-05-27ovl: override creds with the ones from the superblock mounterAntonio Murdaca1-11/+3
2016-05-26restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro1-3/+1
2016-05-02parallel lookups: actual switch to rwsemAl Viro1-1/+3
2016-03-21ovl: rename is_merge to is_lowestMiklos Szeredi1-8/+8
2016-03-21ovl: Ensure upper filesystem supports d_typeVivek Goyal1-0/+37
2016-01-22wrappers for ->i_mutex accessAl Viro1-10/+10
2015-12-11ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov1-1/+2
2015-06-22ovl: lookup whiteouts outside iterate_dir()Miklos Szeredi1-28/+49
2015-02-20Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Al Viro1-106/+75
2015-01-09ovl: discard independent cursor in readdir()hujianyang1-24/+14
2014-12-13ovl: check whiteout on lowest layer as wellMiklos Szeredi1-39/+40
2014-12-13ovl: multi-layer readdirMiklos Szeredi1-20/+19
2014-12-13ovl: make path-type a bitmapMiklos Szeredi1-5/+5
2014-12-13ovl: check whiteout while reading directoryMiklos Szeredi1-49/+28
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro1-24/+17
2014-11-20ovl: ovl_dir_fsync() cleanupMiklos Szeredi1-2/+2
2014-11-20ovl: pass dentry into ovl_dir_read_merged()Miklos Szeredi1-21/+14
2014-11-05ovl: don't poison cursorMiklos Szeredi1-1/+1
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-3/+5
2014-10-31ovl: initialize ->is_cursorMiklos Szeredi1-0/+1
2014-10-28overlayfs: fix lockdep misannotationMiklos Szeredi1-1/+1
2014-10-28ovl: fix check for cursorMiklos Szeredi1-5/+6
2014-10-28overlayfs: barriers for opening upper-layer directoryAl Viro1-1/+2
2014-10-24overlayfs: embed middle into overlay_readdir_dataAl Viro1-7/+5
2014-10-24overlayfs: embed root into overlay_readdir_dataAl Viro1-6/+5
2014-10-24overlayfs: make ovl_cache_entry->name an array instead of pointerAl Viro1-6/+5
2014-10-24overlayfs: don't hold ->i_mutex over opening the real directoryAl Viro1-6/+13
2014-10-24overlay filesystemMiklos Szeredi1-0/+587