Linux Union Filesystem
[Prev Page][Next Page]
- Re: [PATCH 12/13] ovl: Do not export metacopy only upper dentry, (continued)
- [PATCH 0/4] Overlayfs index features,
Amir Goldstein
- [PATCH] ovl: do not cleanup unsupported index entries, Amir Goldstein
- [PATCH] long mount option support,
cgxu
- [RFC PATCH 1/2] security, capabilities: create CAP_TRUSTED,
Nicolas Belouin
- [PATCH v2] ovl: handle ENOENT on index lookup, Amir Goldstein
- [PATCH] ovl: handle ENOENT on index lookup,
Amir Goldstein
- [PATCH] overlay/038: Remove usage of _overlay_scratch_unmount,
Chandan Rajendra
- [RFC PATCH 00/11][V4] overlayfs: Delayed copy up of data,
Vivek Goyal
- [PATCH 03/11] ovl: During copy up, first copy up metadata and then data, Vivek Goyal
- [PATCH 01/11] ovl: Create origin xattr on copy up for all files, Vivek Goyal
- [PATCH 02/11] ovl: ovl_check_setxattr() get rid of redundant -EOPNOTSUPP check, Vivek Goyal
- [PATCH 04/11] ovl: Provide a mount option metacopy=on/off for metadata copyup, Vivek Goyal
- [PATCH 05/11] ovl: Copy up only metadata during copy up where it makes sense, Vivek Goyal
- [PATCH 09/11] ovl: Return lower dentry if only metadata copy up took place, Vivek Goyal
- [PATCH 11/11] ovl: Put barriers to order oi->__upperdentry and OVL_METACOPY update, Vivek Goyal
- [PATCH 08/11] ovl: Set OVL_METACOPY flag during ovl_lookup(), Vivek Goyal
- [PATCH 10/11] ovl: Introduce read/write barriers around metacopy flag update, Vivek Goyal
- [PATCH 07/11] ovl: Fix ovl_getattr() to get number of blocks from lower, Vivek Goyal
- [PATCH 06/11] ovl: Set xattr OVL_XATTR_METACOPY on upper file, Vivek Goyal
- [PATCH 00/14] Overlayfs NFS export support,
Amir Goldstein
- [PATCH 04/14] ovl: copy up of disconnected dentries, Amir Goldstein
- [PATCH 03/14] ovl: use d_splice_alias() in place of d_add() in lookup, Amir Goldstein
- [PATCH 06/14] ovl: encode pure-upper connectable file handles, Amir Goldstein
- [PATCH 11/14] ovl: decode non-pure-upper non-connectable file handles, Amir Goldstein
- [PATCH 13/14] ovl: wire up NFS export support, Amir Goldstein
- [PATCH 14/14] ovl: document NFS export, Amir Goldstein
- [PATCH 12/14] ovl: reconnect non-pure-upper dir file handles, Amir Goldstein
- [PATCH 05/14] ovl: encode/decode pure-upper non-connectable file handles, Amir Goldstein
- [PATCH 10/14] ovl: obtain a non-pure-upper disconnected dentry, Amir Goldstein
- [PATCH 01/14] ovl: hash all overlay inodes for NFS export, Amir Goldstein
- [PATCH 09/14] ovl: encode non-pure-upper non-connectable file handles, Amir Goldstein
- [PATCH 07/14] ovl: decode pure-upper connectable file handles, Amir Goldstein
- [PATCH 08/14] ovl: encode/decode struct ovl_fh format file handles, Amir Goldstein
- [PATCH 02/14] ovl: grab i_count reference of lower inode, Amir Goldstein
- Re: [PATCH 00/14] Overlayfs NFS export support, Amir Goldstein
- Re: [PATCH 00/14] Overlayfs NFS export support, J . Bruce Fields
- [PATCH 00/11] Implement overlayfs index=all mount option,
Amir Goldstein
- [PATCH 01/11] ovl: fix EIO from lookup of non-indexed upper, Amir Goldstein
- [PATCH 02/11] ovl: verify whiteout index entries on mount, Amir Goldstein
- [PATCH 03/11] ovl: create ovl_need_index() helper, Amir Goldstein
- [PATCH 04/11] ovl: add support for mount option index=all, Amir Goldstein
- [PATCH 05/11] ovl: lookup index for directories, Amir Goldstein
- [PATCH 06/11] ovl: verify directory index entries on mount, Amir Goldstein
- [PATCH 07/11] ovl: index directories on copy up, Amir Goldstein
- [PATCH 08/11] ovl: cleanup dir index when dir nlink drops to zero, Amir Goldstein
- [PATCH 09/11] ovl: whiteout index when union nlink drops to zero, Amir Goldstein
- [PATCH 10/11] ovl: whiteout orphan index entries on mount, Amir Goldstein
- [PATCH 11/11] ovl: cleanup stale whiteout index entries on mount, Amir Goldstein
- [PATCH 0/7] Implement overlayfs verify_dir mount option,
Amir Goldstein
- [OVERLAYFS] Can I create file in directory on lower layer located on NFS,
charles zheng
- [PATCH] ovl: fix EIO from lookup of non-indexed upper,
Amir Goldstein
- [PATCH V4] overlay: Test consistent d_ino feature for non-samefs setup,
Chandan Rajendra
- [PATCH] overlay/036: expect EBUSY for dir inuse only when mounting with index=on, Amir Goldstein
- [RFC PATCH 0/9][V3] overlayfs: Delayed copy up of data,
Vivek Goyal
- [PATCH 8/9] ovl: Set OVL_METACOPY flag during ovl_lookup(), Vivek Goyal
- [PATCH 6/9] ovl: Fix ovl_getattr() to get number of blocks from lower, Vivek Goyal
- [PATCH 5/9] ovl: Set xattr OVL_XATTR_METACOPY on upper file, Vivek Goyal
- [PATCH 9/9] ovl: Return lower dentry if only metadata copy up took place, Vivek Goyal
- [PATCH 2/9] ovl: During copy up, first copy up metadata and then data, Vivek Goyal
- [PATCH 7/9] ovl: Introduce read/write barriers around metacopy flag update, Vivek Goyal
- [PATCH 3/9] ovl: Provide a mount option metacopy=on/off for metadata copyup, Vivek Goyal
- [PATCH 4/9] ovl: Copy up only metadata during copy up where it makes sense, Vivek Goyal
- [PATCH 1/9] ovl: ovl_check_setxattr() get rid of redundant -EOPNOTSUPP check, Vivek Goyal
- [PATCH V3] overlay: Test consistent d_ino feature for non-samefs setup,
Chandan Rajendra
- [PATCH V2] Consistent d_ino test for non-samefs setup,
Chandan Rajendra
- [PATCH] overlay/038: Miscellaneous fixes,
Chandan Rajendra
- [RFC PATCH 0/8][V2] overlayfs: Delayed copy up of data,
Vivek Goyal
- [GIT PULL] overlayfs fixes for 4.14-rc4, Miklos Szeredi
- [PATCH 1/3] ovl: Allocate anonymous devs for lowerdirs,
Chandan Rajendra
- [PATCH] constant d_ino test for non-samefs setup,
Chandan Rajendra
- [PATCH] overlay/038: Remove af_unix program requirement,
Chandan Rajendra
- [PATCH] ovl: grab i_count reference of lower inode, Amir Goldstein
- [RFC PATCH 0/7] overlayfs: Delayed copy up of data,
Vivek Goyal
- [PATCH] ovl: fix regression caused by exclusive upper/work dir protection,
Amir Goldstein
- [PATCH 0/4] fstests: fixes for config option OVERLAY_MOUNT_OPTIONS,
Amir Goldstein
- [PATCH] ovl: add NULL check in ovl_alloc_inode,
Hirofumi Nakagawa
- [PATCH 0/4] assorted overlayfs fixes for v4.14-rc3,
Amir Goldstein
- [PATCH] ovl: Return -ENOMEM if an allocation fails ovl_lookup(),
Dan Carpenter
- [PATCH 0/2] overlay: fix INDEX=y regressions,
Amir Goldstein
- WARNING: CPU: 1 PID: 6921 at fs/overlayfs/inode.c:97 ovl_getattr+0x174/0x190 [overlay],
Sverd Johnsen
- [PATCH] vfs: fix may_write_real() for overlayfs directories, Amir Goldstein
- [experimental PATCH] ovl: get rid of d_real(),
Miklos Szeredi
- [PATCH xfstests 1/2] overlay: test relatime for directories,
zhangyi (F)
- [GIT PULL] overlayfs update for 4.14,
Miklos Szeredi
- ovl: mounting two times the same mount overlayfs will not list any directory entry anymore,
Jordi Pujol Palomer
- [PATCH] ovl: fix false negative ESTALE on lookup,
Amir Goldstein
- v4.13 overlay fs: sometimes fails when creating or moving files,
Jordi Pujol Palomer
[PATCH 0/3] overlayfs: vfs fixes,
Miklos Szeredi
[miklos-vfs:overlayfs-next 6/8] htmldocs: include/linux/dcache.h:580: warning: No description found for parameter 'open_flags', kbuild test robot
[PATCH V5] overlay: Test constant d_ino feature,
Chandan Rajendra
[PATCH V4] overlay: Test constant d_ino feature,
Chandan Rajendra
[PATCH V3] overlay: Test constant d_ino feature,
Chandan Rajendra
[PATCH V2] overlay: Test constant d_ino feature,
Chandan Rajendra
[PATCH] overlay: Test constant d_ino feature,
Chandan Rajendra
problem about lower symlink,
zhangyi (F)
[PATCH v2] overlay: test mount error cases with index=on, Amir Goldstein
[PATCH] overlay: test mount error cases with index=on,
Amir Goldstein
two questiones about overlayfs,
zhangyi (F)
xattr hash error in 4.13-rc with overlayfs over ext4,
Miklos Szeredi
[GIT PULL] overlayfs fixes for 4.13-rc1, Miklos Szeredi
[PATCH v2 0/2] overlayfs forward compat index changes,
Amir Goldstein
[4.13-rc1 regression] copyup crashes kernel when initializing selinux,
Eryu Guan
[PATCH 0/2] Require overlay index feature for hardlink tests,
Amir Goldstein
[GIT PULL] overlayfs update for 4.13, Miklos Szeredi
[PATCH 0/5] overlay mount tests,
Amir Goldstein
[PATCH 00/10] overlayfs assorted fixes for v4.13,
Amir Goldstein
- [PATCH 01/10] ovl: mark parent impure on ovl_link(), Amir Goldstein
- [PATCH 02/10] ovl: fix random return value on mount, Amir Goldstein
- [PATCH 03/10] ovl: fix origin verification of index dir, Amir Goldstein
- [PATCH 04/10] ovl: remove unneeded check for IS_ERR(), Amir Goldstein
- [PATCH 05/10] ovl: suppress file handle support warnings on read-only mount, Amir Goldstein
- [PATCH 06/10] ovl: force read-only mount with no index dir, Amir Goldstein
- [PATCH 07/10] ovl: mount overlay read-only on failure to verify index dir, Amir Goldstein
- [PATCH 08/10] ovl: do not cleanup directory and whiteout index entries, Amir Goldstein
- [PATCH 09/10] ovl: verify origin of merge dir lower, Amir Goldstein
- [PATCH 10/10] ovl: follow decoded origin file handle of merge dir, Amir Goldstein
- Re: [PATCH 00/10] overlayfs assorted fixes for v4.13, Amir Goldstein
[bug report] ovl: introduce the inodes index dir feature,
Dan Carpenter
[ANNOUNCE] Amir's unionmount-testsuite master branch,
Amir Goldstein
[bug report] ovl: hash overlay non-dir inodes by copy up origin, Dan Carpenter
[PATCH v3 0/7] overlay hardlink tests,
Amir Goldstein
[PATCH] ovl: mark parent impure on ovl_link(), Amir Goldstein
[PATCH] check_layer: Add tests for constant st_dev,
Chandan Rajendra
[PATCH][RFC] Run unionmount testsuite with new overlay/union test group,
Amir Goldstein
[PATCH v2 0/7] overlay hardlink tests,
Amir Goldstein
[PATCH 0/6] overlay hardlink tests,
Amir Goldstein
[xfstest PATCH V3 0/2] overlay/031: add two tests of whiteout check in origin dir,
zhangyi (F)
[GIT PULL] overlayfs fixes for 4.12-final, Miklos Szeredi
[xfstest PATCH V2 0/2] overlay/031: add two tests of whiteout check in origin dir,
zhangyi (F)
Overlayfs patches to consider for v4.13,
Amir Goldstein
[xfstest PATCH] overlay/031: add tests of whiteouts in lowerdir and both dirs,
zhangyi (F)
[RFC PATCH V4] ovl: fix rmdir problem on origin dir,
zhangyi (F)
[xfstest PATCH v2] overlay: test whiteout check in origin dir,
zhangyi (F)
[PATCH] ovl: no direct iteration for dir with copy up origin,
Amir Goldstein
[RFC PATCH v3] ovl: fix rmdir problem on impure dir,
zhangyi (F)
[PATCH V2] ovl: Allocate anonymous devs for lowerdirs,
Chandan Rajendra
[PATCH v4 00/25] Overlayfs inodes index,
Amir Goldstein
- [PATCH v4 01/25] vfs: introduce inode 'inuse' lock, Amir Goldstein
- [PATCH v4 02/25] ovl: get exclusive ownership on upper/work dirs, Amir Goldstein
- [PATCH v4 03/25] ovl: relax same fs constrain for ovl_check_origin(), Amir Goldstein
- [PATCH v4 04/25] ovl: generalize ovl_create_workdir(), Amir Goldstein
- [PATCH v4 05/25] ovl: introduce the inodes index dir feature, Amir Goldstein
- [PATCH v4 06/25] ovl: verify upper root dir matches lower root dir, Amir Goldstein
- [PATCH v4 07/25] ovl: verify index dir matches upper dir, Amir Goldstein
- [PATCH v4 08/25] ovl: store path type in dentry, Amir Goldstein
- [PATCH v4 09/25] ovl: cram dentry state booleans into type flags, Amir Goldstein
- [PATCH v4 10/25] ovl: lookup index entry for copy up origin, Amir Goldstein
- [PATCH v4 11/25] ovl: cleanup bad and stale index entries on mount, Amir Goldstein
- [PATCH v4 12/25] ovl: allocate an ovl_inode struct, Amir Goldstein
- [PATCH v4 13/25] ovl: store upper/lower real inode in ovl_inode_info, Amir Goldstein
- [PATCH v4 16/25] ovl: defer upper dir lock to tempfile link, Amir Goldstein
- [PATCH v4 19/25] ovl: generalize ovl_copy_up_one() using actors, Amir Goldstein
- [PATCH v4 15/25] ovl: hash overlay non-dir inodes by copy up origin inode, Amir Goldstein
- [PATCH v4 20/25] ovl: use ovl_inode mutex to synchronize concurrent copy up, Amir Goldstein
- [PATCH v4 23/25] ovl: fix nlink leak in ovl_rename(), Amir Goldstein
- [PATCH v4 22/25] ovl: link up indexed lower hardlink on lookup, Amir Goldstein
- [PATCH v4 24/25] ovl: persistent overlay inode nlink for indexed inodes, Amir Goldstein
- [PATCH v4 25/25] ovl: cleanup orphan index entries, Amir Goldstein
- [PATCH v4 17/25] ovl: factor out ovl_copy_up_inode() helper, Amir Goldstein
- [PATCH v4 14/25] ovl: use ovl_inode_init() for initializing new inode, Amir Goldstein
- [PATCH v4 18/25] ovl: generalize ovl_copy_up_locked() using actors, Amir Goldstein
- [PATCH v4 21/25] ovl: implement index dir copy up method, Amir Goldstein
- Re: [PATCH v4 00/25] Overlayfs inodes index, Amir Goldstein
- [PATCH v4 26/25] ovl: document copying layers restrictions with inodes index, Amir Goldstein
[PATCH] ovl: System-wide unique st_dev,
Chandan Rajendra
Re: persistent overlay inode nlink,
Amir Goldstein
[RFC PATCH V2] ovl:fix rmdir problem on impure dir,
zhangyi (F)
[xfstests PATCH] overlay: test whiteout check in impure dir,
zhangyi (F)
[RFC PATCH] ovl:fix rmdir problem on impure dir,
zhangyi (F)
[PATCH v3 00/23] Overlayfs inodes index,
Amir Goldstein
- [PATCH v3 02/23] ovl: get exclusive ownership on upper/work dirs, Amir Goldstein
- [PATCH v3 01/23] vfs: introduce inode 'inuse' lock, Amir Goldstein
- [PATCH v3 03/23] ovl: relax same fs constrain for ovl_check_origin(), Amir Goldstein
- [PATCH v3 04/23] ovl: generalize ovl_create_workdir(), Amir Goldstein
- [PATCH v3 05/23] ovl: introduce the inodes index dir feature, Amir Goldstein
- [PATCH v3 06/23] ovl: verify upper root dir matches lower root dir, Amir Goldstein
- [PATCH v3 07/23] ovl: verify index dir matches upper dir, Amir Goldstein
- [PATCH v3 08/23] ovl: store path type in dentry, Amir Goldstein
- [PATCH v3 09/23] ovl: cram dentry state booleans into type flags, Amir Goldstein
- [PATCH v3 10/23] ovl: lookup index entry for copy up origin, Amir Goldstein
- [PATCH v3 11/23] ovl: allocate an ovl_inode struct, Amir Goldstein
- [PATCH v3 13/23] ovl: use ovl_inode_init() for initializing new inode, Amir Goldstein
- [PATCH v3 14/23] ovl: hash overlay non-dir inodes by copy up origin inode, Amir Goldstein
- [PATCH v3 15/23] ovl: defer upper dir lock to tempfile link, Amir Goldstein
- [PATCH v3 16/23] ovl: factor out ovl_copy_up_inode() helper, Amir Goldstein
- [PATCH v3 18/23] ovl: generalize ovl_copy_up_one() using actors, Amir Goldstein
- [PATCH v3 17/23] ovl: generalize ovl_copy_up_locked() using actors, Amir Goldstein
- [PATCH v3 19/23] ovl: use ovl_inode mutex to synchronize concurrent copy up, Amir Goldstein
- [PATCH v3 12/23] ovl: store upper/lower real inode in ovl_inode_info, Amir Goldstein
- [PATCH v3 22/23] ovl: fix nlink leak in ovl_rename(), Amir Goldstein
- [PATCH v3 21/23] ovl: link up indexed lower hardlink on lookup, Amir Goldstein
- [PATCH v3 23/23] ovl: adjust overlay inode nlink for indexed inodes, Amir Goldstein
- [PATCH v3 20/23] ovl: implement index dir copy up method, Amir Goldstein
- Re: [PATCH v3 00/23] Overlayfs inodes index, Miklos Szeredi
[RFC] ovl: System-wide unique st_dev,
Chandan Rajendra
[PATCH v2 00/20] Overlayfs inodes index,
Amir Goldstein
[Index of Archives]
[Linux Filesystems Devel]
[Linux USB Devel]
[Linux SCSI]
[Yosemite Forum]