This set is adding four regression test case for btrfs read repair, and both
directIO read and buffered read are tested.

Patch 1 and 2 is adding two helpers to summarize the common code among the
following test cases in patch 3-6. 

Liu Bo (6):
  fstests: add _filter_filefrag
  fstests: add _get_current_dmesg
  fstests: regression test for btrfs dio read repair
  fstests: regression test for btrfs buffered read's repair
  fstests: regression test for nocsum dio read's repair
  fstests: regression test for nocsum buffered read's repair

 common/filter       |  19 +++++++
 common/rc           |   9 ++-
 tests/btrfs/140     | 115 ++++++++++++++++++++++++++++++++++++++
 tests/btrfs/140.out |  39 +++++++++++++
 tests/btrfs/141     | 116 +++++++++++++++++++++++++++++++++++++++
 tests/btrfs/141.out |  39 +++++++++++++
 tests/btrfs/142     | 137 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/142.out |  39 +++++++++++++
 tests/btrfs/143     | 155 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/143.out |  39 +++++++++++++
 tests/btrfs/group   |   4 ++
 11 files changed, 709 insertions(+), 2 deletions(-)
 create mode 100755 tests/btrfs/140
 create mode 100644 tests/btrfs/140.out
 create mode 100755 tests/btrfs/141
 create mode 100644 tests/btrfs/141.out
 create mode 100755 tests/btrfs/142
 create mode 100644 tests/btrfs/142.out
 create mode 100755 tests/btrfs/143
 create mode 100644 tests/btrfs/143.out

-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to