| Commit message (Expand) | Author | Age | Files | Lines |
* | ovl: do not cleanup unsupported index entries | Amir Goldstein | 2017-10-24 | 1 | -6/+5 |
* | ovl: fix dentry leak in ovl_indexdir_cleanup() | Amir Goldstein | 2017-10-05 | 1 | -2/+4 |
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-09-13 | 1 | -33/+350 |
|\ |
|
| * | ovl: constant d_ino for non-merge dirs | Miklos Szeredi | 2017-07-27 | 1 | -31/+236 |
| * | ovl: constant d_ino across copy up | Amir Goldstein | 2017-07-27 | 1 | -1/+111 |
| * | ovl: fix readdir error value | Miklos Szeredi | 2017-07-27 | 1 | -1/+3 |
* | | overlayfs, locking: Remove smp_mb__before_spinlock() usage | Peter Zijlstra | 2017-08-10 | 1 | -2/+2 |
|/ |
|
* | ovl: do not cleanup directory and whiteout index entries | Amir Goldstein | 2017-07-20 | 1 | -1/+4 |
* | ovl: cleanup bad and stale index entries on mount | Amir Goldstein | 2017-07-04 | 1 | -0/+50 |
* | ovl: proper cleanup of workdir | Miklos Szeredi | 2016-09-01 | 1 | -1/+62 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-05-27 | 1 | -3/+1 |
|\ |
|
| * | restore killability of old mutex_lock_killable(&inode->i_mutex) users | Al Viro | 2016-05-26 | 1 | -3/+1 |
* | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-05-27 | 1 | -11/+3 |
|\ \
| |/
|/| |
|
| * | ovl: override creds with the ones from the superblock mounter | Antonio Murdaca | 2016-05-27 | 1 | -11/+3 |
* | | parallel lookups: actual switch to rwsem | Al Viro | 2016-05-02 | 1 | -1/+3 |
|/ |
|
* | ovl: rename is_merge to is_lowest | Miklos Szeredi | 2016-03-21 | 1 | -8/+8 |
* | ovl: Ensure upper filesystem supports d_type | Vivek Goyal | 2016-03-21 | 1 | -0/+37 |
* | wrappers for ->i_mutex access | Al Viro | 2016-01-22 | 1 | -10/+10 |
* | ovl: check dentry positiveness in ovl_cleanup_whiteouts() | Konstantin Khlebnikov | 2015-12-11 | 1 | -1/+2 |
* | ovl: lookup whiteouts outside iterate_dir() | Miklos Szeredi | 2015-06-22 | 1 | -28/+49 |
* | Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Al Viro | 2015-02-20 | 1 | -106/+75 |
|\ |
|
| * | ovl: discard independent cursor in readdir() | hujianyang | 2015-01-09 | 1 | -24/+14 |
| * | ovl: check whiteout on lowest layer as well | Miklos Szeredi | 2014-12-13 | 1 | -39/+40 |
| * | ovl: multi-layer readdir | Miklos Szeredi | 2014-12-13 | 1 | -22/+21 |
| * | ovl: make path-type a bitmap | Miklos Szeredi | 2014-12-13 | 1 | -5/+5 |
| * | ovl: check whiteout while reading directory | Miklos Szeredi | 2014-12-13 | 1 | -49/+28 |
* | | Merge branch 'iov_iter' into for-next | Al Viro | 2014-12-08 | 1 | -24/+17 |
|\ \
| |/ |
|
| * | ovl: ovl_dir_fsync() cleanup | Miklos Szeredi | 2014-11-20 | 1 | -2/+2 |
| * | ovl: pass dentry into ovl_dir_read_merged() | Miklos Szeredi | 2014-11-20 | 1 | -21/+14 |
| * | ovl: don't poison cursor | Miklos Szeredi | 2014-11-05 | 1 | -1/+1 |
* | | vfs: make first argument of dir_context.actor typed | Miklos Szeredi | 2014-10-31 | 1 | -3/+5 |
|/ |
|
* | ovl: initialize ->is_cursor | Miklos Szeredi | 2014-10-31 | 1 | -0/+1 |
* | overlayfs: fix lockdep misannotation | Miklos Szeredi | 2014-10-28 | 1 | -1/+1 |
* | ovl: fix check for cursor | Miklos Szeredi | 2014-10-28 | 1 | -5/+6 |
* | overlayfs: barriers for opening upper-layer directory | Al Viro | 2014-10-28 | 1 | -1/+2 |
* | overlayfs: embed middle into overlay_readdir_data | Al Viro | 2014-10-24 | 1 | -7/+5 |
* | overlayfs: embed root into overlay_readdir_data | Al Viro | 2014-10-24 | 1 | -6/+5 |
* | overlayfs: make ovl_cache_entry->name an array instead of pointer | Al Viro | 2014-10-24 | 1 | -6/+5 |
* | overlayfs: don't hold ->i_mutex over opening the real directory | Al Viro | 2014-10-24 | 1 | -6/+13 |
* | overlay filesystem | Miklos Szeredi | 2014-10-24 | 1 | -0/+587 |