public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-11-22 09:34:36 to 2017-12-14 06:48:43 UTC [more...]

[PATCH for xfstests 0/4] overlay: add fsck.overlay basic tests
 2017-12-14  6:48 UTC  (5+ messages)
` [PATCH for xfstests 1/4] overlay: add filesystem check helper
` [PATCH for xfstests 2/4] overlay: add fsck.overlay whiteout test
` [PATCH for xfstests 3/4] overlay: add fsck.overlay opaque directory test
` [PATCH for xfstests 4/4] overlay: add fsck.overlay redirect "

[PATCH v2 00/18] overlay: implement fsck.overlay utility
 2017-12-14  6:47 UTC  (19+ messages)
` [PATCH v2 01/18] overlay: implement fsck utility
` [PATCH v2 02/18] fsck.overlay: fix uninitialized variable
` [PATCH v2 03/18] fsck.overlay: add -n -p and -y options
` [PATCH v2 04/18] fsck.overlay: add path package and split helper
` [PATCH v2 05/18] fsck.overlay: convert path parse to use helper function
` [PATCH v2 06/18] fsck.overlay: open lowerdirs in advance
` [PATCH v2 07/18] fsck.overlay: check lowers use relative path
` [PATCH v2 08/18] fsck.overlay: fix spelling mistakes
` [PATCH v2 09/18] fsck.overlay: add counter of checked objects
` [PATCH v2 10/18] fsck.overlay: fix verbose flag
` [PATCH v2 11/18] fsck.overlay: add ovl_ask_invalid helper
` [PATCH v2 12/18] fsck.overlay: remove duplicate redirect xattr in yes mode
` [PATCH v2 13/18] fsck.overlay: handle missing case of redirecte directory
` [PATCH v2 14/18] fsck.overlay: correct copyright and License
` [PATCH v2 15/18] fsck.overlay: fix word mistake
` [PATCH v2 16/18] fsck.overlay: remove test cases
` [PATCH v2 17/18] fsck.overlay: not enforce overlayfs is offline in 'no changes' mode
` [PATCH v2 18/18] fsck.overlay: use relative path when checking lowers

[PATCH v3 1/3] common/rc: add scratch shutdown support for overlayfs
 2017-12-14  5:31 UTC  (17+ messages)
` [PATCH v3 2/3] common/rc: add a check case in _require_xfs_io_command() to support syncfs
` [PATCH v3 3/3] generic/470: add syncfs test
  ` [PATCH v3 3/3] generic/471: "

[PATCH] ovl: Check project quota ids during ovl_fill_super()
 2017-12-13 11:46 UTC  (6+ messages)

Using overlay on top of overlay
 2017-12-13 10:10 UTC 

[ANNOUNCE] unionmount-testsuite: Amir's master branch updated
 2017-12-12 15:00 UTC  (12+ messages)

Fwd: [PATCH] ovl: Check project quota ids during ovl_fill_super()
 2017-12-12 10:46 UTC 

[PATCH v2 1/3] common/rc: add scratch shutdown support for overlayfs
 2017-12-12  0:18 UTC  (22+ messages)
` [PATCH v2 2/3] common/rc: add a check case in _require_xfs_io_command() to support syncfs
` [PATCH v2 3/3] generic/470: add syncfs test

[PATCH] ovl: fix overlay: warning prefix
 2017-12-11 17:52 UTC  (2+ messages)

[RFC PATCH v2] ovl: don't follow redirects if redirect_dir=off
 2017-12-11  9:33 UTC  (7+ messages)

[PATCH v4] ovl: Sync upper dirty data when sync overlayfs
 2017-12-08  0:32 UTC  (4+ messages)

Overlayfs backport for kernel v4.9.y
 2017-12-07 19:32 UTC  (3+ messages)

[PATCH] ovl: Pass ovl_get_nlink() parameters in right order
 2017-12-07 10:57 UTC  (3+ messages)

[PATCH] ovl: update ctx->pos on impure dir iteration
 2017-12-06 16:03 UTC  (3+ messages)

[PATCH 1/2] common/rc: Add syncfs check and a helper _scratch_shutdown()
 2017-12-06 12:26 UTC  (6+ messages)

[PATCH 2/2] overlay/045: add test for syncfs
 2017-12-06  7:11 UTC  (4+ messages)

test case for overwriting empty dir
 2017-12-05 16:08 UTC  (2+ messages)

[RFC PATCH] ovl: don't follow redirects if redirect_dir=off
 2017-12-05 15:19 UTC  (5+ messages)

[PATCH] generic/470: Add check for different sync modes
 2017-12-01  4:51 UTC  (5+ messages)

[PATCH v9 00/15] overlayfs: Delayed copy up of data
 2017-11-29 17:04 UTC  (17+ messages)
` [PATCH v9 01/15] ovl: Do not look for OVL_XATTR_NLINK if index is not there
` [PATCH v9 02/15] ovl: disable redirect_dir and index when no xattr support
` [PATCH v9 03/15] ovl: ovl_check_setxattr() get rid of redundant -EOPNOTSUPP check
` [PATCH v9 04/15] ovl: Create origin xattr on copy up for all files
` [PATCH v9 05/15] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH v9 06/15] ovl: During copy up, first copy up metadata and then data
` [PATCH v9 07/15] ovl: Move the copy up helpers to copy_up.c
` [PATCH v9 08/15] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH v9 09/15] ovl: Add helper ovl_already_copied_up()
` [PATCH v9 10/15] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [PATCH v9 11/15] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH v9 12/15] ovl: Set OVL_UPPERDATA flag during ovl_lookup()
` [PATCH v9 13/15] ovl: Do not expose metacopy only upper dentry from d_real()
` [PATCH v9 14/15] ovl: Fix encryption/compression status of a metacopy only file
` [PATCH v9 15/15] ovl: Enable metadata only feature

Issues with OvelayFS + 9P FS
 2017-11-29  4:19 UTC  (2+ messages)

[PATCH v3] ovl: Sync upper dirty data when sync overlayfs
 2017-11-29  3:01 UTC  (3+ messages)

[RFC PATCH v8 00/15] overlayfs: Delayed copy up of data
 2017-11-28 19:53 UTC  (22+ messages)
` [PATCH v8 01/15] ovl: Do not look for OVL_XATTR_NLINK if index is not there
` [PATCH v8 02/15] ovl: disable redirect_dir and index when no xattr support
` [PATCH v8 03/15] ovl: ovl_check_setxattr() get rid of redundant -EOPNOTSUPP check
` [PATCH v8 04/15] ovl: Create origin xattr on copy up for all files
` [PATCH v8 05/15] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH v8 06/15] ovl: During copy up, first copy up metadata and then data
` [PATCH v8 07/15] ovl: Move the copy up helpers to copy_up.c
` [PATCH v8 08/15] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH v8 09/15] ovl: Add helper ovl_already_copied_up()
` [PATCH v8 10/15] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [PATCH v8 11/15] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH v8 12/15] ovl: Set OVL_UPPERDATA flag during ovl_lookup()
` [PATCH v8 13/15] ovl: Do not expose metacopy only upper dentry from d_real()
` [PATCH v8 14/15] ovl: Fix encryption/compression status of a metacopy only file
` [PATCH v8 15/15] ovl: Enable metadata only feature

[PATCH 0/3] Overlayfs orphan index cleanup tests
 2017-11-28 16:42 UTC  (4+ messages)
` [PATCH 1/3] overlay: regression test for hardlink breakage after unlink and mount cycle
` [PATCH 2/3] overlay: regression test for orphan index cleanup on mount
` [PATCH 3/3] overlay/042: remove wrong check for empty index

[PATCH V3] ovl: Pass ovl_get_nlink() parameters in right order
 2017-11-28 14:20 UTC 

[PATCH V2] ovl: Pass ovl_get_nlink() parameters in right order
 2017-11-28 14:18 UTC  (4+ messages)

[PATCH] ovl: Sync upper dirty data when sync overlayfs
 2017-11-28 12:49 UTC  (7+ messages)

[PATCH] ovl: Use PTR_ERR_OR_ZERO()
 2017-11-27 23:09 UTC 

sync filesystem of overlayfs
 2017-11-27 17:51 UTC  (6+ messages)

[PATCH] overlay: add a test for multiple redirects to the same lower dir
 2017-11-27  2:16 UTC  (5+ messages)

[PATCH] ovl: fix failure to fsync lower dir
 2017-11-22 12:19 UTC  (5+ messages)

[PATCH] ovl: take lower dir inode mutex outside upper sb_writers lock
 2017-11-22  9:34 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox