summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/readdir.c
Commit message (Expand)AuthorAgeFilesLines
* ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein2024-01-231-3/+4
* ovl: remove redundant ofs->indexdir memberAmir Goldstein2023-11-201-1/+1
* ovl: Add an alternative type of whiteoutAlexander Larsson2023-10-311-7/+20
* vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-061-1/+2
* ovl: pass ovl_fs to xino helpersAmir Goldstein2023-06-191-8/+11
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* ovl: use inode instead of dentry where possibleMiklos Szeredi2022-12-081-22/+24
* ovl: use plain list filler in indexdir and workdir cleanupAmir Goldstein2022-12-081-10/+2
* Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-8/+8
|\
| * overlayfs: constify pathAl Viro2022-09-011-8/+8
* | Change calling conventions for filldir_tAl Viro2022-08-171-14/+14
|/
* ovl: handle idmappings for layer lookupChristian Brauner2022-04-281-5/+5
* ovl: use ovl_lookup_upper() wrapperChristian Brauner2022-04-281-3/+3
* ovl: pass ofs to creation operationsChristian Brauner2022-04-281-13/+15
* ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein2022-04-281-2/+2
* ovl: skip stale entries in merge dir cache iterationAmir Goldstein2021-08-101-0/+5
* Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-301-12/+0
|\
| * ovl: invalidate readdir cache on changes to dir with originAmir Goldstein2021-04-121-12/+0
* | ovl: remove unneeded ioctlsMiklos Szeredi2021-04-121-4/+0
|/
* ovl: implement volatile-specific fsync error behaviourSargun Dhillon2021-01-281-2/+3
* ovl: avoid deadlock on directory ioctlMiklos Szeredi2021-01-281-16/+7
* ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directoriesAmir Goldstein2020-10-061-9/+35
* ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi2020-09-021-1/+2
* ovl: provide a mount option "volatile"Vivek Goyal2020-09-021-0/+3
* ovl: check for incompatible features in work dirAmir Goldstein2020-09-021-4/+28
* ovl: add accessor for ofs->upper_mntMiklos Szeredi2020-06-041-1/+1
* ovl: switch to mounter creds in readdirMiklos Szeredi2020-06-021-6/+21
* ovl: pass correct flags for opening real directoryMiklos Szeredi2020-06-021-3/+9
* ovl: whiteout inode sharingChengguang Xu2020-05-131-1/+1
* ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Amir Goldstein2020-05-131-4/+12
* ovl: enable xino automatically in more casesAmir Goldstein2020-03-271-5/+10
* ovl: avoid possible inode number collisions with xino=onAmir Goldstein2020-03-271-2/+8
* ovl: layer is constMiklos Szeredi2020-01-241-1/+1
* ovl: simplify ovl_same_sb() helperAmir Goldstein2020-01-241-2/+2
* ovl: use pr_fmt auto generate prefixlijiazi2020-01-221-4/+4
* ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Amir Goldstein2020-01-221-1/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ovl: fix wrong use of impure dir cache in ovl_iterate()Amir Goldstein2018-07-171-2/+17
* ovl: consistent d_ino for non-samefs with xinoAmir Goldstein2018-04-121-6/+39
* ovl: whiteout orphan index entries on mountAmir Goldstein2018-01-241-2/+23
* ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein2018-01-241-6/+6
* ovl: take mnt_want_write() for removing impure xattrAmir Goldstein2018-01-191-2/+9
* ovl: take lower dir inode mutex outside upper sb_writers lockAmir Goldstein2018-01-191-0/+3
* ovl: fix failure to fsync lower dirAmir Goldstein2018-01-191-1/+5
* ovl: fix overlay: warning prefixAmir Goldstein2017-12-141-1/+1
* ovl: update ctx->pos on impure dir iterationAmir Goldstein2017-12-111-1/+4
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-13/+42
|\
| * ovl: re-structure overlay lower layers in-memoryChandan Rajendra2017-11-091-2/+2
| * ovl: simplify ovl_check_empty_and_clear()zhangyi (F)2017-11-091-7/+20
| * ovl: no direct iteration for dir with origin xattrAmir Goldstein2017-11-091-4/+20