Linux Union Filesystem
[Prev Page][Next Page]
- Re: [PATCH xfstest v2 3/4] overlay: add fsck.overlay redirect directory test, (continued)
- [PATCH v3 0/6] overlay: implement fsck.overlay utility,
zhangyi (F)
- [PATCH v4] ovl: Check link ability between upperdir and workdir,
Chengguang Xu
- [PATCH v3] ovl: Check link ability between upperdir and workdir,
Chengguang Xu
- [PATCH] ovl: fix another overlay: warning prefix,
Amir Goldstein
- [PATCH v2] ovl: Check link ability between upperdir and workdir,
Chengguang Xu
- is Documentation/filesystems/overlayfs.txt current?,
L A Walsh
- [GIT PULL] overlayfs fixes for 4.15-rc4, Miklos Szeredi
- [PATCH v5 1/3] common/rc: add scratch shutdown support for overlayfs,
Chengguang Xu
- [PATCH v4 1/3] common/rc: add scratch shutdown support for overlayfs,
Chengguang Xu
- [PATCH for xfstests 0/4] overlay: add fsck.overlay basic tests,
zhangyi (F)
- [PATCH v2 00/18] overlay: implement fsck.overlay utility,
zhangyi (F)
- [PATCH v2 01/18] overlay: implement fsck utility, zhangyi (F)
- [PATCH v2 10/18] fsck.overlay: fix verbose flag, zhangyi (F)
- [PATCH v2 08/18] fsck.overlay: fix spelling mistakes, zhangyi (F)
- [PATCH v2 06/18] fsck.overlay: open lowerdirs in advance, zhangyi (F)
- [PATCH v2 07/18] fsck.overlay: check lowers use relative path, zhangyi (F)
- [PATCH v2 04/18] fsck.overlay: add path package and split helper, zhangyi (F)
- [PATCH v2 09/18] fsck.overlay: add counter of checked objects, zhangyi (F)
- [PATCH v2 05/18] fsck.overlay: convert path parse to use helper function, zhangyi (F)
- [PATCH v2 03/18] fsck.overlay: add -n -p and -y options, zhangyi (F)
- [PATCH v2 02/18] fsck.overlay: fix uninitialized variable, zhangyi (F)
- [PATCH v2 11/18] fsck.overlay: add ovl_ask_invalid helper, zhangyi (F)
- [PATCH v2 15/18] fsck.overlay: fix word mistake, zhangyi (F)
- [PATCH v2 12/18] fsck.overlay: remove duplicate redirect xattr in yes mode, zhangyi (F)
- [PATCH v2 13/18] fsck.overlay: handle missing case of redirecte directory, zhangyi (F)
- [PATCH v2 14/18] fsck.overlay: correct copyright and License, zhangyi (F)
- [PATCH v2 17/18] fsck.overlay: not enforce overlayfs is offline in 'no changes' mode, zhangyi (F)
- [PATCH v2 18/18] fsck.overlay: use relative path when checking lowers, zhangyi (F)
- [PATCH v2 16/18] fsck.overlay: remove test cases, zhangyi (F)
- Re: [PATCH v2 00/18] overlay: implement fsck.overlay utility, Amir Goldstein
- Using overlay on top of overlay,
Rafał Miłecki
- [PATCH v3 1/3] common/rc: add scratch shutdown support for overlayfs,
Chengguang Xu
- Overlayfs backport for kernel v4.9.y,
Amir Goldstein
- [PATCH v2 1/3] common/rc: add scratch shutdown support for overlayfs,
Chengguang Xu
- [RFC PATCH v2] ovl: don't follow redirects if redirect_dir=off,
Miklos Szeredi
- [ANNOUNCE] unionmount-testsuite: Amir's master branch updated,
Amir Goldstein
- [PATCH 2/2] overlay/045: add test for syncfs,
Chengguang Xu
- [PATCH 1/2] common/rc: Add syncfs check and a helper _scratch_shutdown(),
Chengguang Xu
- test case for overwriting empty dir,
Miklos Szeredi
- [RFC PATCH] ovl: don't follow redirects if redirect_dir=off,
Miklos Szeredi
- [PATCH] generic/470: Add check for different sync modes,
Chengguang Xu
- [PATCH v9 00/15] overlayfs: Delayed copy up of data,
Vivek Goyal
- [PATCH v9 05/15] ovl: Provide a mount option metacopy=on/off for metadata copyup, Vivek Goyal
- [PATCH v9 07/15] ovl: Move the copy up helpers to copy_up.c, Vivek Goyal
- [PATCH v9 01/15] ovl: Do not look for OVL_XATTR_NLINK if index is not there, Vivek Goyal
- [PATCH v9 08/15] ovl: Copy up only metadata during copy up where it makes sense, Vivek Goyal
- [PATCH v9 02/15] ovl: disable redirect_dir and index when no xattr support, Vivek Goyal
- [PATCH v9 15/15] ovl: Enable metadata only feature, Vivek Goyal
- [PATCH v9 04/15] ovl: Create origin xattr on copy up for all files, Vivek Goyal
- [PATCH v9 13/15] ovl: Do not expose metacopy only upper dentry from d_real(), Vivek Goyal
- [PATCH v9 11/15] ovl: Fix ovl_getattr() to get number of blocks from lower, Vivek Goyal
- [PATCH v9 12/15] ovl: Set OVL_UPPERDATA flag during ovl_lookup(), Vivek Goyal
- [PATCH v9 03/15] ovl: ovl_check_setxattr() get rid of redundant -EOPNOTSUPP check, Vivek Goyal
- [PATCH v9 10/15] ovl: A new xattr OVL_XATTR_METACOPY for file on upper, Vivek Goyal
- [PATCH v9 06/15] ovl: During copy up, first copy up metadata and then data, Vivek Goyal
- [PATCH v9 09/15] ovl: Add helper ovl_already_copied_up(), Vivek Goyal
- [PATCH v9 14/15] ovl: Fix encryption/compression status of a metacopy only file, Vivek Goyal
- Re: [PATCH v9 00/15] overlayfs: Delayed copy up of data, Amir Goldstein
- [PATCH] ovl: update ctx->pos on impure dir iteration,
Amir Goldstein
- [PATCH v4] ovl: Sync upper dirty data when sync overlayfs,
Chengguang Xu
- Issues with OvelayFS + 9P FS,
Miguel Bernal Marin
- [PATCH 0/3] Overlayfs orphan index cleanup tests,
Amir Goldstein
- [RFC PATCH v8 00/15] overlayfs: Delayed copy up of data,
Vivek Goyal
- [PATCH v8 04/15] ovl: Create origin xattr on copy up for all files, Vivek Goyal
- [PATCH v8 06/15] ovl: During copy up, first copy up metadata and then data, Vivek Goyal
- [PATCH v8 07/15] ovl: Move the copy up helpers to copy_up.c, Vivek Goyal
- [PATCH v8 02/15] ovl: disable redirect_dir and index when no xattr support, Vivek Goyal
- [PATCH v8 09/15] ovl: Add helper ovl_already_copied_up(), Vivek Goyal
- [PATCH v8 11/15] ovl: Fix ovl_getattr() to get number of blocks from lower, Vivek Goyal
- [PATCH v8 13/15] ovl: Do not expose metacopy only upper dentry from d_real(), Vivek Goyal
- [PATCH v8 12/15] ovl: Set OVL_UPPERDATA flag during ovl_lookup(), Vivek Goyal
- [PATCH v8 08/15] ovl: Copy up only metadata during copy up where it makes sense, Vivek Goyal
- [PATCH v8 01/15] ovl: Do not look for OVL_XATTR_NLINK if index is not there, Vivek Goyal
- [PATCH v8 03/15] ovl: ovl_check_setxattr() get rid of redundant -EOPNOTSUPP check, Vivek Goyal
- [PATCH v8 15/15] ovl: Enable metadata only feature, Vivek Goyal
- [PATCH v8 14/15] ovl: Fix encryption/compression status of a metacopy only file, Vivek Goyal
- [PATCH v8 10/15] ovl: A new xattr OVL_XATTR_METACOPY for file on upper, Vivek Goyal
- [PATCH v8 05/15] ovl: Provide a mount option metacopy=on/off for metadata copyup, Vivek Goyal
- Re: [RFC PATCH v8 00/15] overlayfs: Delayed copy up of data, Amir Goldstein
- Re: [PATCH v3] ovl: Sync upper dirty data when sync overlayfs, Amir Goldstein
- [PATCH V3] ovl: Pass ovl_get_nlink() parameters in right order, Vivek Goyal
- [PATCH] ovl: Sync upper dirty data when sync overlayfs,
Chengguang Xu
- [PATCH] ovl: Use PTR_ERR_OR_ZERO(), Vasyl Gomonovych
- [PATCH V2] ovl: Pass ovl_get_nlink() parameters in right order,
Vivek Goyal
- [PATCH] ovl: Pass ovl_get_nlink() parameters in right order,
Vivek Goyal
- sync filesystem of overlayfs,
cgxu
- [PATCH] overlay: add a test for multiple redirects to the same lower dir,
Amir Goldstein
- [PATCH] ovl: fix overlay: warning prefix,
Amir Goldstein
- [RFC][PATCH] ovl: unbless lower st_ino of files inside redirected parent dir, Amir Goldstein
- [PATCH 1/2] overlay/038: code cleanup,
Chandan Rajendra
- [PATCH 0/3] More nonsamefs d_ino test cleanups,
Amir Goldstein
- [PATCH 1/3] overlay/017: Remove constant st_ino/d_ino test for hardlinks,
Chandan Rajendra
- [PATCH V3] overlay: Test consistent st_ino numbers for non-samefs scenario,
Chandan Rajendra
- [GIT PULL] overlayfs update for 4.15,
Miklos Szeredi
- [fsck.overlay RFC PATCH] overlay: add fsck utility,
zhangyi (F)
- [RFC PATCH v7 00/14] overlayfs: Delayed copy up of data,
Vivek Goyal
- [PATCH v7 02/14] ovl: ovl_check_setxattr() get rid of redundant -EOPNOTSUPP check, Vivek Goyal
- [PATCH v7 01/14] ovl: disable redirect_dir and index when no xattr support, Vivek Goyal
- [PATCH v7 04/14] ovl: Provide a mount option metacopy=on/off for metadata copyup, Vivek Goyal
- [PATCH v7 03/14] ovl: Create origin xattr on copy up for all files, Vivek Goyal
- [PATCH v7 05/14] ovl: During copy up, first copy up metadata and then data, Vivek Goyal
- [PATCH v7 06/14] ovl: Move couple of copy up functions in copy_up.c, Vivek Goyal
- [PATCH v7 08/14] ovl: Add helper ovl_already_copied_up(), Vivek Goyal
- [PATCH v7 10/14] ovl: Fix ovl_getattr() to get number of blocks from lower, Vivek Goyal
- [PATCH v7 07/14] ovl: Copy up only metadata during copy up where it makes sense, Vivek Goyal
- [PATCH v7 09/14] ovl: A new xattr OVL_XATTR_METACOPY for file on upper, Vivek Goyal
- [PATCH v7 11/14] ovl: Set OVL_UPPERDATA flag during ovl_lookup(), Vivek Goyal
- [PATCH v7 12/14] ovl: Do not expose metacopy only upper dentry from d_real(), Vivek Goyal
- [PATCH v7 14/14] ovl: Enable metadata only feature, Vivek Goyal
- [PATCH v7 13/14] ovl: Fix encryption/compression status of a metacopy only file, Vivek Goyal
- [PATCH V2] overlay: Test consistent st_ino numbers for non-samefs scenario,
Chandan Rajendra
- [PATCH] ovl: Check project quota ids during ovl_fill_super(),
Chengguang Xu
- [PATCH 1/2] src/t_dir_type.c: Use strtoul() instead of atoll(),
Chandan Rajendra
- [bug report] ovl: factor out ovl_free_fs() helper,
Dan Carpenter
- [PATCH v2] tmpfs: allow decoding a file handle of an unlinked file,
Amir Goldstein
- [PATCH] ovl: take lower dir inode mutex outside upper sb_writers lock,
Amir Goldstein
- [RFC PATCH v6 00/15] overlayfs: Delayed copy up of data,
Vivek Goyal
- [PATCH v6 04/15] ovl: During copy up, first copy up metadata and then data, Vivek Goyal
- [PATCH v6 03/15] ovl: Provide a mount option metacopy=on/off for metadata copyup, Vivek Goyal
- [PATCH v6 05/15] ovl: Copy up only metadata during copy up where it makes sense, Vivek Goyal
- [PATCH v6 06/15] ovl: Add helper ovl_already_copied_up(), Vivek Goyal
- [PATCH v6 07/15] ovl: A new xattr OVL_XATTR_METACOPY for file on upper, Vivek Goyal
- [PATCH v6 10/15] ovl: Return lower dentry if only metadata copy up took place, Vivek Goyal
- [PATCH v6 11/15] ovl: Do not expose metacopy only upper dentry, Vivek Goyal
- [PATCH v6 12/15] ovl: Fix encryption status of a metacopy only file, Vivek Goyal
- [PATCH v6 09/15] ovl: Set OVL_UPPERDATA flag during ovl_lookup(), Vivek Goyal
- [PATCH v6 13/15] ovl: Fix compression status of a metacopy only file, Vivek Goyal
- [PATCH v6 15/15] ovl: Enable metadata only feature, Vivek Goyal
- [PATCH v6 14/15] ovl: Introduce read/write barriers around metacopy flag update, Vivek Goyal
- [PATCH v6 08/15] ovl: Fix ovl_getattr() to get number of blocks from lower, Vivek Goyal
- [PATCH v6 01/15] ovl: Create origin xattr on copy up for all files, Vivek Goyal
- [PATCH v6 02/15] ovl: ovl_check_setxattr() get rid of redundant -EOPNOTSUPP check, Vivek Goyal
- [PATCH] ovl: fix null pointer dereference on ofs allocation failure.,
Colin King
- [miklos-vfs:overlayfs-next 25/26] fs//overlayfs/super.c:1133:2: warning: 'numlower' may be used uninitialized in this function, kbuild test robot
- [PATCH] ovl: fix failure to fsync lower dir,
Amir Goldstein
- [PATCH 0/3] Overlayfs restoring of origin fh,
Amir Goldstein
- [PATCH] tmpfs: allow decoding a file handle of an unlinked file,
Amir Goldstein
- [PATCH v8 0/9] Overlayfs: constant st_ino/d_ino for non-samefs,
Amir Goldstein
- [PATCH v8 1/9] ovl: move include of ovl_entry.h into overlayfs.h, Amir Goldstein
- [PATCH v8 2/9] ovl: re-structure overlay lower layers in-memory, Amir Goldstein
- [PATCH v8 3/9] ovl: allocate anonymous devs for lowerdirs, Amir Goldstein
- [PATCH v8 4/9] ovl: factor out ovl_map_dev_ino() helper, Amir Goldstein
- [PATCH v8 5/9] ovl: return anonymous st_dev for lower inodes, Amir Goldstein
- [PATCH v8 6/9] ovl: relax same fs constraint for constant st_ino, Amir Goldstein
- [PATCH v8 7/9] ovl: constant st_ino for non-samefs with xino, Amir Goldstein
- [PATCH v8 8/9] ovl: consistent d_ino for non-samefs with xino, Amir Goldstein
- [PATCH v8 9/9] ovl: add support for 'xino' mount option, Amir Goldstein
- Re: [PATCH v8 0/9] Overlayfs: constant st_ino/d_ino for non-samefs, Vivek Goyal
- Re: [PATCH v8 0/9] Overlayfs: constant st_ino/d_ino for non-samefs, Miklos Szeredi
- Regression in overlayfs in 4.13: "could not fsync file" error by PostgreSQL,
Raphael Hertzog
- [PATCH v7 0/8] Overlayfs: constant st_ino/d_ino for non-samefs,
Amir Goldstein
- [PATCH 0/7] More NFS file handle unit tests,
Amir Goldstein
- Bug? or normal behavior? if bug, then where? overlay, vfs, xfs, or ????,
L A Walsh
- Re: Bug? or normal behavior? if bug, then where? overlay, vfs, xfs, or ????, Amir Goldstein
- Re: Bug? or normal behavior? if bug, then where? overlay, vfs, xfs, or ????, L A Walsh
- Re: Bug? or normal behavior? if bug, then where? overlay, vfs, xfs, or ????, L A Walsh
- [PATCH v6 0/9] Overlayfs: constant st_ino/d_ino for non-samefs,
Amir Goldstein
- [PATCH v6 1/9] ovl: move include of ovl_entry.h into overlayfs.h, Amir Goldstein
- [PATCH v6 2/9] ovl: re-structure overlay lower layers in-memory, Amir Goldstein
- [PATCH v6 3/9] ovl: allocate anonymous devs for lowerdirs, Amir Goldstein
- [PATCH v6 4/9] ovl: return anonymous st_dev for lower inodes, Amir Goldstein
- [PATCH v6 5/9] ovl: relax same fs constraint for constant st_ino, Amir Goldstein
- [PATCH v6 6/9] ovl: fix d_ino of current pure upper in non-samefs case, Amir Goldstein
- [PATCH v6 7/9] ovl: update cache version of impure parent on rename, Amir Goldstein
- [PATCH v6 8/9] ovl: update merge dir cache for non-samefs case, Amir Goldstein
- [PATCH v6 9/9] ovl: update non-merge dir cache for non-samefs case, Amir Goldstein
- Re: [PATCH v6 0/9] Overlayfs: constant st_ino/d_ino for non-samefs, Miklos Szeredi
- [PATCH 1/1] ovl: Put upperdentry if ovl_check_origin() fails,
Vivek Goyal
- [PATCH v6 0/3] Overlayfs fixes for exposed whiteouts,
Amir Goldstein
- [PATCH v5 0/4] Overlayfs: constant st_ino/d_ino for non-samefs,
Amir Goldstein
- [PATCH] overlay: test creating lower hardlinks for copied up files,
Amir Goldstein
- ca4c8a3a800039 ovl: treat special files like a regular fs,
Anisse Astier
- [PATCH] ovl: lockdep annotate of nested OVL_I(inode)->lock, Amir Goldstein
- [GIT PULL] overlayfs fixes for 4.14-rc7, Miklos Szeredi
- [RFC PATCH 00/13][V5] overlayfs: Delayed copy up of data,
Vivek Goyal
- [PATCH 01/13] ovl: Put upperdentry if ovl_check_origin() fails, Vivek Goyal
- [PATCH 02/13] ovl: Create origin xattr on copy up for all files, Vivek Goyal
- [PATCH 04/13] ovl: Provide a mount option metacopy=on/off for metadata copyup, Vivek Goyal
- [PATCH 05/13] ovl: During copy up, first copy up metadata and then data, Vivek Goyal
- [PATCH 08/13] ovl: Fix ovl_getattr() to get number of blocks from lower, Vivek Goyal
- [PATCH 06/13] ovl: Copy up only metadata during copy up where it makes sense, Vivek Goyal
- [PATCH 07/13] ovl: A new xattr OVL_XATTR_METACOPY for file on upper, Vivek Goyal
- [PATCH 10/13] ovl: Return lower dentry if only metadata copy up took place, Vivek Goyal
- [PATCH 13/13] ovl: Enable metadata only feature, Vivek Goyal
- [PATCH 09/13] ovl: Set OVL_UPPERDATA flag during ovl_lookup(), Vivek Goyal
- [PATCH 12/13] ovl: Do not export metacopy only upper dentry, Vivek Goyal
[Index of Archives]
[Linux Filesystems Devel]
[Linux USB Devel]
[Linux SCSI]
[Yosemite Forum]