summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/readdir.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-6/+5
|\ \ | |/
| * ovl: do not cleanup unsupported index entriesAmir Goldstein2017-10-241-6/+5
* | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-10-241-1/+1
|/
* ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein2017-10-051-2/+4
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-131-33/+350
|\
| * ovl: constant d_ino for non-merge dirsMiklos Szeredi2017-07-271-31/+236
| * ovl: constant d_ino across copy upAmir Goldstein2017-07-271-1/+111
| * ovl: fix readdir error valueMiklos Szeredi2017-07-271-1/+3
* | overlayfs, locking: Remove smp_mb__before_spinlock() usagePeter Zijlstra2017-08-101-2/+2
|/
* ovl: do not cleanup directory and whiteout index entriesAmir Goldstein2017-07-201-1/+4
* ovl: cleanup bad and stale index entries on mountAmir Goldstein2017-07-041-0/+50
* ovl: proper cleanup of workdirMiklos Szeredi2016-09-011-1/+62
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-271-3/+1
|\
| * restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro2016-05-261-3/+1
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-271-11/+3
|\ \ | |/ |/|
| * ovl: override creds with the ones from the superblock mounterAntonio Murdaca2016-05-271-11/+3
* | parallel lookups: actual switch to rwsemAl Viro2016-05-021-1/+3
|/
* ovl: rename is_merge to is_lowestMiklos Szeredi2016-03-211-8/+8
* ovl: Ensure upper filesystem supports d_typeVivek Goyal2016-03-211-0/+37
* wrappers for ->i_mutex accessAl Viro2016-01-221-10/+10
* ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov2015-12-111-1/+2
* ovl: lookup whiteouts outside iterate_dir()Miklos Szeredi2015-06-221-28/+49
* Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Al Viro2015-02-201-106/+75
|\
| * ovl: discard independent cursor in readdir()hujianyang2015-01-091-24/+14
| * ovl: check whiteout on lowest layer as wellMiklos Szeredi2014-12-131-39/+40
| * ovl: multi-layer readdirMiklos Szeredi2014-12-131-22/+21
| * ovl: make path-type a bitmapMiklos Szeredi2014-12-131-5/+5
| * ovl: check whiteout while reading directoryMiklos Szeredi2014-12-131-49/+28
* | Merge branch 'iov_iter' into for-nextAl Viro2014-12-081-24/+17
|\ \ | |/
| * ovl: ovl_dir_fsync() cleanupMiklos Szeredi2014-11-201-2/+2
| * ovl: pass dentry into ovl_dir_read_merged()Miklos Szeredi2014-11-201-21/+14
| * ovl: don't poison cursorMiklos Szeredi2014-11-051-1/+1
* | vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-3/+5
|/
* ovl: initialize ->is_cursorMiklos Szeredi2014-10-311-0/+1
* overlayfs: fix lockdep misannotationMiklos Szeredi2014-10-281-1/+1
* ovl: fix check for cursorMiklos Szeredi2014-10-281-5/+6
* overlayfs: barriers for opening upper-layer directoryAl Viro2014-10-281-1/+2
* overlayfs: embed middle into overlay_readdir_dataAl Viro2014-10-241-7/+5
OpenPOWER on IntegriCloud