aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/readdir.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 1-6/+5
2017-10-24ovl: do not cleanup unsupported index entriesGravatar Amir Goldstein 1-6/+5
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Gravatar Will Deacon 1-1/+1
2017-10-05ovl: fix dentry leak in ovl_indexdir_cleanup()Gravatar Amir Goldstein 1-2/+4
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-33/+350
2017-08-10overlayfs, locking: Remove smp_mb__before_spinlock() usageGravatar Peter Zijlstra 1-2/+2
2017-07-27ovl: constant d_ino for non-merge dirsGravatar Miklos Szeredi 1-31/+236
2017-07-27ovl: constant d_ino across copy upGravatar Amir Goldstein 1-1/+111
2017-07-27ovl: fix readdir error valueGravatar Miklos Szeredi 1-1/+3
2017-07-20ovl: do not cleanup directory and whiteout index entriesGravatar Amir Goldstein 1-1/+4
2017-07-04ovl: cleanup bad and stale index entries on mountGravatar Amir Goldstein 1-0/+50
2016-09-01ovl: proper cleanup of workdirGravatar Miklos Szeredi 1-1/+62
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+1
2016-05-27Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-11/+3
2016-05-27ovl: override creds with the ones from the superblock mounterGravatar Antonio Murdaca 1-11/+3
2016-05-26restore killability of old mutex_lock_killable(&inode->i_mutex) usersGravatar Al Viro 1-3/+1
2016-05-02parallel lookups: actual switch to rwsemGravatar Al Viro 1-1/+3
2016-03-21ovl: rename is_merge to is_lowestGravatar Miklos Szeredi 1-8/+8
2016-03-21ovl: Ensure upper filesystem supports d_typeGravatar Vivek Goyal 1-0/+37
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-10/+10
2015-12-11ovl: check dentry positiveness in ovl_cleanup_whiteouts()Gravatar Konstantin Khlebnikov 1-1/+2
2015-06-22ovl: lookup whiteouts outside iterate_dir()Gravatar Miklos Szeredi 1-28/+49
2015-02-20Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Al Viro 1-106/+75
2015-01-09ovl: discard independent cursor in readdir()Gravatar hujianyang 1-24/+14
2014-12-13ovl: check whiteout on lowest layer as wellGravatar Miklos Szeredi 1-39/+40
2014-12-13ovl: multi-layer readdirGravatar Miklos Szeredi 1-22/+21
2014-12-13ovl: make path-type a bitmapGravatar Miklos Szeredi 1-5/+5
2014-12-13ovl: check whiteout while reading directoryGravatar Miklos Szeredi 1-49/+28
2014-12-08Merge branch 'iov_iter' into for-nextGravatar Al Viro 1-24/+17
2014-11-20ovl: ovl_dir_fsync() cleanupGravatar Miklos Szeredi 1-2/+2
2014-11-20ovl: pass dentry into ovl_dir_read_merged()Gravatar Miklos Szeredi 1-21/+14
2014-11-05ovl: don't poison cursorGravatar Miklos Szeredi 1-1/+1
2014-10-31vfs: make first argument of dir_context.actor typedGravatar Miklos Szeredi 1-3/+5
2014-10-31ovl: initialize ->is_cursorGravatar Miklos Szeredi 1-0/+1
2014-10-28overlayfs: fix lockdep misannotationGravatar Miklos Szeredi 1-1/+1
2014-10-28ovl: fix check for cursorGravatar Miklos Szeredi 1-5/+6
2014-10-28overlayfs: barriers for opening upper-layer directoryGravatar Al Viro 1-1/+2