- 9011c27 ovl: skip stale entries in merge dir cache iteration by Amir Goldstein · 3 years, 9 months ago
- d652502e Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 3 years, 9 months ago
- c4fe8ae ovl: remove unneeded ioctls by Miklos Szeredi · 3 years, 9 months ago
- 65cd913 ovl: invalidate readdir cache on changes to dir with origin by Amir Goldstein · 3 years, 9 months ago
- 335d3fc ovl: implement volatile-specific fsync error behaviour by Sargun Dhillon · 4 years ago
- b854cc6 ovl: avoid deadlock on directory ioctl by Miklos Szeredi · 4 years ago
- 61536be ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directories by Amir Goldstein · 4 years, 4 months ago
- 610afc0 ovl: pass ovl_fs down to functions accessing private xattrs by Miklos Szeredi · 4 years, 5 months ago
- c86243b0 ovl: provide a mount option "volatile" by Vivek Goyal · 4 years, 5 months ago
- 235ce9e ovl: check for incompatible features in work dir by Amir Goldstein · 4 years, 5 months ago
- 08f4c7c ovl: add accessor for ofs->upper_mnt by Miklos Szeredi · 4 years, 8 months ago
- 48bd024 ovl: switch to mounter creds in readdir by Miklos Szeredi · 4 years, 8 months ago
- 130fdbc ovl: pass correct flags for opening real directory by Miklos Szeredi · 4 years, 8 months ago
- c21c839 ovl: whiteout inode sharing by Chengguang Xu · 4 years, 9 months ago
- 3011645 ovl: cleanup non-empty directories in ovl_indexdir_cleanup() by Amir Goldstein · 4 years, 10 months ago
- 926e94d ovl: enable xino automatically in more cases by Amir Goldstein · 5 years ago
- dfe51d4 ovl: avoid possible inode number collisions with xino=on by Amir Goldstein · 5 years ago
- 1346416 ovl: layer is const by Miklos Szeredi · 5 years ago
- 0f831ec ovl: simplify ovl_same_sb() helper by Amir Goldstein · 5 years ago
- 1bd0a3a ovl: use pr_fmt auto generate prefix by lijiazi · 5 years ago
- 4c37e71 ovl: fix wrong WARN_ON() in ovl_cache_update_ino() by Amir Goldstein · 5 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- 6781069 ovl: fix wrong use of impure dir cache in ovl_iterate() by Amir Goldstein · 7 years ago
- adbf4f7 ovl: consistent d_ino for non-samefs with xino by Amir Goldstein · 7 years ago
- 24f0b17 ovl: whiteout orphan index entries on mount by Amir Goldstein · 7 years ago
- 1eff1a1 ovl: simplify arguments to ovl_check_origin_fh() by Amir Goldstein · 7 years ago
- a5a927a ovl: take mnt_want_write() for removing impure xattr by Amir Goldstein · 7 years ago
- 6d0a8a9 ovl: take lower dir inode mutex outside upper sb_writers lock by Amir Goldstein · 7 years ago
- d796e77 ovl: fix failure to fsync lower dir by Amir Goldstein · 7 years ago
- da2e6b7 ovl: fix overlay: warning prefix by Amir Goldstein · 7 years ago
- b02a16e ovl: update ctx->pos on impure dir iteration by Amir Goldstein · 7 years ago
- b04a234 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
- b934363 ovl: re-structure overlay lower layers in-memory by Chandan Rajendra · 7 years ago
- 95e598e ovl: simplify ovl_check_empty_and_clear() by zhangyi (F) · 7 years ago
- b79e05a ovl: no direct iteration for dir with origin xattr by Amir Goldstein · 8 years ago
- 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
- fa0096e ovl: do not cleanup unsupported index entries by Amir Goldstein · 7 years ago
- 506458e locking/barriers: Convert users of lockless_dereference() to READ_ONCE() by Will Deacon · 7 years ago
- dc7ab67 ovl: fix dentry leak in ovl_indexdir_cleanup() by Amir Goldstein · 7 years ago
- c353f88 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
- ff7a5fb overlayfs, locking: Remove smp_mb__before_spinlock() usage by Peter Zijlstra · 8 years ago
- 4edb83b ovl: constant d_ino for non-merge dirs by Miklos Szeredi · 7 years ago
- b5efccb ovl: constant d_ino across copy up by Amir Goldstein · 8 years ago
- 31e8cce ovl: fix readdir error value by Miklos Szeredi · 7 years ago
- 61b6747 ovl: do not cleanup directory and whiteout index entries by Amir Goldstein · 7 years ago
- 415543d ovl: cleanup bad and stale index entries on mount by Amir Goldstein · 8 years ago
- eea2fb4 ovl: proper cleanup of workdir by Miklos Szeredi · 8 years ago
- d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 0121a32 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 9 years ago
- 3fe6e52 ovl: override creds with the ones from the superblock mounter by Antonio Murdaca · 9 years ago
- 0023541 restore killability of old mutex_lock_killable(&inode->i_mutex) users by Al Viro · 9 years ago
- 9902af7 parallel lookups: actual switch to rwsem by Al Viro · 9 years ago
- 56656e9 ovl: rename is_merge to is_lowest by Miklos Szeredi · 9 years ago
- 45aebea ovl: Ensure upper filesystem supports d_type by Vivek Goyal · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 84889d4 ovl: check dentry positiveness in ovl_cleanup_whiteouts() by Konstantin Khlebnikov · 9 years ago
- cdb6727 ovl: lookup whiteouts outside iterate_dir() by Miklos Szeredi · 10 years ago
- ce7b9fa Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-next by Al Viro · 10 years ago
- 4330397 ovl: discard independent cursor in readdir() by hujianyang · 10 years ago
- 3e01cee ovl: check whiteout on lowest layer as well by Miklos Szeredi · 10 years ago
- 9d7459d ovl: multi-layer readdir by Miklos Szeredi · 10 years ago
- 1afaba1 ovl: make path-type a bitmap by Miklos Szeredi · 10 years ago
- 49c21e1 ovl: check whiteout while reading directory by Miklos Szeredi · 10 years ago
- ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
- 7676895 ovl: ovl_dir_fsync() cleanup by Miklos Szeredi · 10 years ago
- c9f00fd ovl: pass dentry into ovl_dir_read_merged() by Miklos Szeredi · 10 years ago
- 3f822c6 ovl: don't poison cursor by Miklos Szeredi · 10 years ago
- ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
- 9f2f7d4c ovl: initialize ->is_cursor by Miklos Szeredi · 10 years ago
- d1b72cc overlayfs: fix lockdep misannotation by Miklos Szeredi · 10 years ago
- c209653 ovl: fix check for cursor by Miklos Szeredi · 10 years ago
- d45f00a overlayfs: barriers for opening upper-layer directory by Al Viro · 10 years ago
- db6ec21 overlayfs: embed middle into overlay_readdir_data by Al Viro · 10 years ago
- 49be4fb overlayfs: embed root into overlay_readdir_data by Al Viro · 10 years ago
- 68bf861 overlayfs: make ovl_cache_entry->name an array instead of pointer by Al Viro · 10 years ago
- 3d268c9 overlayfs: don't hold ->i_mutex over opening the real directory by Al Viro · 10 years ago
- e9be9d5 overlay filesystem by Miklos Szeredi · 10 years ago