aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/readdir.c
AgeCommit message (Expand)Author
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
2018-07-17ovl: fix wrong use of impure dir cache in ovl_iterate()Amir Goldstein
2018-04-12ovl: consistent d_ino for non-samefs with xinoAmir Goldstein
2018-01-24ovl: whiteout orphan index entries on mountAmir Goldstein
2018-01-24ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein
2018-01-19ovl: take mnt_want_write() for removing impure xattrAmir Goldstein
2018-01-19ovl: take lower dir inode mutex outside upper sb_writers lockAmir Goldstein
2018-01-19ovl: fix failure to fsync lower dirAmir Goldstein
2017-12-14ovl: fix overlay: warning prefixAmir Goldstein
2017-12-11ovl: update ctx->pos on impure dir iterationAmir Goldstein
2017-11-17Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-09ovl: re-structure overlay lower layers in-memoryChandan Rajendra
2017-11-09ovl: simplify ovl_check_empty_and_clear()zhangyi (F)
2017-11-09ovl: no direct iteration for dir with origin xattrAmir Goldstein
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-10-24ovl: do not cleanup unsupported index entriesAmir Goldstein
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-10-05ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-10overlayfs, locking: Remove smp_mb__before_spinlock() usagePeter Zijlstra
2017-07-27ovl: constant d_ino for non-merge dirsMiklos Szeredi
2017-07-27ovl: constant d_ino across copy upAmir Goldstein
2017-07-27ovl: fix readdir error valueMiklos Szeredi
2017-07-20ovl: do not cleanup directory and whiteout index entriesAmir Goldstein
2017-07-04ovl: cleanup bad and stale index entries on mountAmir Goldstein
2016-09-01ovl: proper cleanup of workdirMiklos Szeredi
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-27Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-05-27ovl: override creds with the ones from the superblock mounterAntonio Murdaca