summaryrefslogtreecommitdiff
path: root/fs/overlayfs/readdir.c
Commit message (Expand)AuthorAge
* ovl: consistent d_ino for non-samefs with xinoAmir Goldstein2018-04-12
* ovl: whiteout orphan index entries on mountAmir Goldstein2018-01-24
* ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein2018-01-24
* ovl: take mnt_want_write() for removing impure xattrAmir Goldstein2018-01-19
* ovl: take lower dir inode mutex outside upper sb_writers lockAmir Goldstein2018-01-19
* ovl: fix failure to fsync lower dirAmir Goldstein2018-01-19
* ovl: fix overlay: warning prefixAmir Goldstein2017-12-14
* ovl: update ctx->pos on impure dir iterationAmir Goldstein2017-12-11
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-17
|\
| * ovl: re-structure overlay lower layers in-memoryChandan Rajendra2017-11-09
| * ovl: simplify ovl_check_empty_and_clear()zhangyi (F)2017-11-09
| * ovl: no direct iteration for dir with origin xattrAmir Goldstein2017-11-09
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07
|\ \ | |/
| * ovl: do not cleanup unsupported index entriesAmir Goldstein2017-10-24
* | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-10-24
|/
* ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein2017-10-05
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-13
|\
| * ovl: constant d_ino for non-merge dirsMiklos Szeredi2017-07-27
| * ovl: constant d_ino across copy upAmir Goldstein2017-07-27
| * ovl: fix readdir error valueMiklos Szeredi2017-07-27
* | overlayfs, locking: Remove smp_mb__before_spinlock() usagePeter Zijlstra2017-08-10
|/
* ovl: do not cleanup directory and whiteout index entriesAmir Goldstein2017-07-20
* ovl: cleanup bad and stale index entries on mountAmir Goldstein2017-07-04
* ovl: proper cleanup of workdirMiklos Szeredi2016-09-01
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-27
|\
| * restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro2016-05-26
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-27
|\ \ | |/ |/|
| * ovl: override creds with the ones from the superblock mounterAntonio Murdaca2016-05-27
* | parallel lookups: actual switch to rwsemAl Viro2016-05-02
|/
* ovl: rename is_merge to is_lowestMiklos Szeredi2016-03-21
* ovl: Ensure upper filesystem supports d_typeVivek Goyal2016-03-21
* wrappers for ->i_mutex accessAl Viro2016-01-22
* ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov2015-12-11
* ovl: lookup whiteouts outside iterate_dir()Miklos Szeredi2015-06-22
* Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Al Viro2015-02-20
|\
| * ovl: discard independent cursor in readdir()hujianyang2015-01-09
| * ovl: check whiteout on lowest layer as wellMiklos Szeredi2014-12-13
| * ovl: multi-layer readdirMiklos Szeredi2014-12-13
| * ovl: make path-type a bitmapMiklos Szeredi2014-12-13
| * ovl: check whiteout while reading directoryMiklos Szeredi2014-12-13
* | Merge branch 'iov_iter' into for-nextAl Viro2014-12-08
|\ \ | |/
| * ovl: ovl_dir_fsync() cleanupMiklos Szeredi2014-11-20
| * ovl: pass dentry into ovl_dir_read_merged()Miklos Szeredi2014-11-20
| * ovl: don't poison cursorMiklos Szeredi2014-11-05
* | vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-31
|/
* ovl: initialize ->is_cursorMiklos Szeredi2014-10-31
* overlayfs: fix lockdep misannotationMiklos Szeredi2014-10-28
* ovl: fix check for cursorMiklos Szeredi2014-10-28
* overlayfs: barriers for opening upper-layer directoryAl Viro2014-10-28
* overlayfs: embed middle into overlay_readdir_dataAl Viro2014-10-24