aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/readdir.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-23ovl: mark xwhiteouts directory with overlay.opaque='x'Gravatar Amir Goldstein 1-3/+4
2023-11-20ovl: remove redundant ofs->indexdir memberGravatar Amir Goldstein 1-1/+1
2023-10-31ovl: Add an alternative type of whiteoutGravatar Alexander Larsson 1-7/+20
2023-08-06vfs: get rid of old '->iterate' directory operationGravatar Linus Torvalds 1-1/+2
2023-06-19ovl: pass ovl_fs to xino helpersGravatar Amir Goldstein 1-8/+11
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2022-12-08ovl: use inode instead of dentry where possibleGravatar Miklos Szeredi 1-22/+24
2022-12-08ovl: use plain list filler in indexdir and workdir cleanupGravatar Amir Goldstein 1-10/+2
2022-10-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-8/+8
2022-09-01overlayfs: constify pathGravatar Al Viro 1-8/+8
2022-08-17Change calling conventions for filldir_tGravatar Al Viro 1-14/+14
2022-04-28ovl: handle idmappings for layer lookupGravatar Christian Brauner 1-5/+5
2022-04-28ovl: use ovl_lookup_upper() wrapperGravatar Christian Brauner 1-3/+3
2022-04-28ovl: pass ofs to creation operationsGravatar Christian Brauner 1-13/+15
2022-04-28ovl: use wrappers to all vfs_*xattr() callsGravatar Amir Goldstein 1-2/+2
2021-08-10ovl: skip stale entries in merge dir cache iterationGravatar Amir Goldstein 1-0/+5
2021-04-30Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-12/+0
2021-04-12ovl: remove unneeded ioctlsGravatar Miklos Szeredi 1-4/+0
2021-04-12ovl: invalidate readdir cache on changes to dir with originGravatar Amir Goldstein 1-12/+0
2021-01-28ovl: implement volatile-specific fsync error behaviourGravatar Sargun Dhillon 1-2/+3
2021-01-28ovl: avoid deadlock on directory ioctlGravatar Miklos Szeredi 1-16/+7
2020-10-06ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directoriesGravatar Amir Goldstein 1-9/+35
2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsGravatar Miklos Szeredi 1-1/+2
2020-09-02ovl: provide a mount option "volatile"Gravatar Vivek Goyal 1-0/+3
2020-09-02ovl: check for incompatible features in work dirGravatar Amir Goldstein 1-4/+28
2020-06-04ovl: add accessor for ofs->upper_mntGravatar Miklos Szeredi 1-1/+1
2020-06-02ovl: switch to mounter creds in readdirGravatar Miklos Szeredi 1-6/+21
2020-06-02ovl: pass correct flags for opening real directoryGravatar Miklos Szeredi 1-3/+9
2020-05-13ovl: whiteout inode sharingGravatar Chengguang Xu 1-1/+1
2020-05-13ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Gravatar Amir Goldstein 1-4/+12
2020-03-27ovl: enable xino automatically in more casesGravatar Amir Goldstein 1-5/+10
2020-03-27ovl: avoid possible inode number collisions with xino=onGravatar Amir Goldstein 1-2/+8
2020-01-24ovl: layer is constGravatar Miklos Szeredi 1-1/+1
2020-01-24ovl: simplify ovl_same_sb() helperGravatar Amir Goldstein 1-2/+2
2020-01-22ovl: use pr_fmt auto generate prefixGravatar lijiazi 1-4/+4
2020-01-22ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Gravatar Amir Goldstein 1-1/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2018-07-17ovl: fix wrong use of impure dir cache in ovl_iterate()Gravatar Amir Goldstein 1-2/+17
2018-04-12ovl: consistent d_ino for non-samefs with xinoGravatar Amir Goldstein 1-6/+39
2018-01-24ovl: whiteout orphan index entries on mountGravatar Amir Goldstein 1-2/+23
2018-01-24ovl: simplify arguments to ovl_check_origin_fh()Gravatar Amir Goldstein 1-6/+6
2018-01-19ovl: take mnt_want_write() for removing impure xattrGravatar Amir Goldstein 1-2/+9
2018-01-19ovl: take lower dir inode mutex outside upper sb_writers lockGravatar Amir Goldstein 1-0/+3
2018-01-19ovl: fix failure to fsync lower dirGravatar Amir Goldstein 1-1/+5
2017-12-14ovl: fix overlay: warning prefixGravatar Amir Goldstein 1-1/+1
2017-12-11ovl: update ctx->pos on impure dir iterationGravatar Amir Goldstein 1-1/+4
2017-11-17Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-13/+42
2017-11-09ovl: re-structure overlay lower layers in-memoryGravatar Chandan Rajendra 1-2/+2
2017-11-09ovl: simplify ovl_check_empty_and_clear()Gravatar zhangyi (F) 1-7/+20
2017-11-09ovl: no direct iteration for dir with origin xattrGravatar Amir Goldstein 1-4/+20