summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/readdir.c
AgeCommit message (Expand)AuthorLines
2020-06-04ovl: add accessor for ofs->upper_mntMiklos Szeredi-1/+1
2020-06-02ovl: switch to mounter creds in readdirMiklos Szeredi-6/+21
2020-06-02ovl: pass correct flags for opening real directoryMiklos Szeredi-3/+9
2020-05-13ovl: whiteout inode sharingChengguang Xu-1/+1
2020-05-13ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Amir Goldstein-4/+12
2020-03-27ovl: enable xino automatically in more casesAmir Goldstein-5/+10
2020-03-27ovl: avoid possible inode number collisions with xino=onAmir Goldstein-2/+8
2020-01-24ovl: layer is constMiklos Szeredi-1/+1
2020-01-24ovl: simplify ovl_same_sb() helperAmir Goldstein-2/+2
2020-01-22ovl: use pr_fmt auto generate prefixlijiazi-4/+4
2020-01-22ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Amir Goldstein-1/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2018-07-17ovl: fix wrong use of impure dir cache in ovl_iterate()Amir Goldstein-2/+17
2018-04-12ovl: consistent d_ino for non-samefs with xinoAmir Goldstein-6/+39
2018-01-24ovl: whiteout orphan index entries on mountAmir Goldstein-2/+23
2018-01-24ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein-6/+6
2018-01-19ovl: take mnt_want_write() for removing impure xattrAmir Goldstein-2/+9
2018-01-19ovl: take lower dir inode mutex outside upper sb_writers lockAmir Goldstein-0/+3
2018-01-19ovl: fix failure to fsync lower dirAmir Goldstein-1/+5
2017-12-14ovl: fix overlay: warning prefixAmir Goldstein-1/+1
2017-12-11ovl: update ctx->pos on impure dir iterationAmir Goldstein-1/+4
2017-11-17Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-13/+42
2017-11-09ovl: re-structure overlay lower layers in-memoryChandan Rajendra-2/+2
2017-11-09ovl: simplify ovl_check_empty_and_clear()zhangyi (F)-7/+20
2017-11-09ovl: no direct iteration for dir with origin xattrAmir Goldstein-4/+20
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-6/+5
2017-10-24ovl: do not cleanup unsupported index entriesAmir Goldstein-6/+5
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon-1/+1
2017-10-05ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein-2/+4
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-33/+350
2017-08-10overlayfs, locking: Remove smp_mb__before_spinlock() usagePeter Zijlstra-2/+2
2017-07-27ovl: constant d_ino for non-merge dirsMiklos Szeredi-31/+236
2017-07-27ovl: constant d_ino across copy upAmir Goldstein-1/+111
2017-07-27ovl: fix readdir error valueMiklos Szeredi-1/+3
2017-07-20ovl: do not cleanup directory and whiteout index entriesAmir Goldstein-1/+4
2017-07-04ovl: cleanup bad and stale index entries on mountAmir Goldstein-0/+50
2016-09-01ovl: proper cleanup of workdirMiklos Szeredi-1/+62
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+1
2016-05-27Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-11/+3
2016-05-27ovl: override creds with the ones from the superblock mounterAntonio Murdaca-11/+3
2016-05-26restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro-3/+1
2016-05-02parallel lookups: actual switch to rwsemAl Viro-1/+3
2016-03-21ovl: rename is_merge to is_lowestMiklos Szeredi-8/+8
2016-03-21ovl: Ensure upper filesystem supports d_typeVivek Goyal-0/+37
2016-01-22wrappers for ->i_mutex accessAl Viro-10/+10
2015-12-11ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov-1/+2
2015-06-22ovl: lookup whiteouts outside iterate_dir()Miklos Szeredi-28/+49
2015-02-20Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Al Viro-106/+75
2015-01-09ovl: discard independent cursor in readdir()hujianyang-24/+14
2014-12-13ovl: check whiteout on lowest layer as wellMiklos Szeredi-39/+40