public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH xfstest v2 0/4] overlay: add fsck.overlay basic tests
@ 2017-12-28 11:49 zhangyi (F)
  2017-12-28 11:49 ` [PATCH xfstest v2 1/4] overlay: add filesystem check helper zhangyi (F)
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: zhangyi (F) @ 2017-12-28 11:49 UTC (permalink / raw)
  To: linux-unionfs, fstests
  Cc: miklos, amir73il, eguan, yi.zhang, miaoxie, yangerkun

Hi all:

Here is the second version of test cases for the upcoming fsck.overlay,
corresponding to fsck.overlay v3. Test fsck.overlay check and fix
inconsistency of whiteout/redirect directory/impure xattr.

Changes since v1:

- Fix _check_scratch_fs hook.
- Remove valid/invalid opaque xattr test.
- Add whiteout test cases of valid/invalid whiteouts in opaque/redirect
  parent directory.
- Add impure xattr test.


zhangyi (F) (4):
  overlay: add filesystem check helper
  overlay: add fsck.overlay whiteout test
  overlay: add fsck.overlay redirect directory test
  overlay: add fsck.overlay impure xattr test

 common/config         |   1 +
 common/overlay        |  80 +++++++++++++++++
 common/rc             |   4 +-
 tests/overlay/201     | 232 +++++++++++++++++++++++++++++++++++++++++++++++++
 tests/overlay/201.out |  10 +++
 tests/overlay/202     | 234 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/overlay/202.out |  10 +++
 tests/overlay/203     | 124 ++++++++++++++++++++++++++
 tests/overlay/203.out |   3 +
 tests/overlay/group   |   3 +
 10 files changed, 699 insertions(+), 2 deletions(-)
 create mode 100755 tests/overlay/201
 create mode 100644 tests/overlay/201.out
 create mode 100755 tests/overlay/202
 create mode 100644 tests/overlay/202.out
 create mode 100755 tests/overlay/203
 create mode 100644 tests/overlay/203.out

-- 
2.5.0

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2018-01-04  1:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-28 11:49 [PATCH xfstest v2 0/4] overlay: add fsck.overlay basic tests zhangyi (F)
2017-12-28 11:49 ` [PATCH xfstest v2 1/4] overlay: add filesystem check helper zhangyi (F)
2017-12-28 12:12   ` Amir Goldstein
2017-12-28 11:49 ` [PATCH xfstest v2 2/4] overlay: add fsck.overlay whiteout test zhangyi (F)
2017-12-28 12:11   ` Amir Goldstein
2017-12-29  1:27     ` zhangyi (F)
2018-01-02 20:05   ` Vivek Goyal
2018-01-03  1:02     ` zhangyi (F)
2018-01-03 15:04   ` Vivek Goyal
2018-01-04  1:15     ` zhangyi (F)
2017-12-28 11:49 ` [PATCH xfstest v2 3/4] overlay: add fsck.overlay redirect directory test zhangyi (F)
2017-12-28 12:37   ` Amir Goldstein
2017-12-29  1:49     ` zhangyi (F)
2017-12-30  4:06     ` zhangyi (F)
2017-12-30  9:35       ` Amir Goldstein
2017-12-31  5:06         ` zhangyi
2017-12-28 11:49 ` [PATCH xfstest v2 4/4] overlay: add fsck.overlay impure xattr test zhangyi (F)
2017-12-28 12:43   ` Amir Goldstein

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