Btrfs in-band de-duplication test cases for in-memory backend, which covers the bugs exposed during the development. v2: Fix double disable and exit Use $KILLALL_PROG Use local variable in _count_extent_uniq() Update date of the test cases Move test case 203 to 202, to make up the numbering hole. Qu Wenruo (3): fstests: btrfs: Add basic test for btrfs in-band de-duplication fstests: btrfs: Add testcase for btrfs dedupe and metadata balance race test fstests: btrfs: Test inband dedupe with data balance. common/defrag | 14 +++++++ tests/btrfs/200 | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/200.out | 22 ++++++++++ tests/btrfs/201 | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/201.out | 2 + tests/btrfs/202 | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/202.out | 3 ++ tests/btrfs/group | 3 ++ 8 files changed, 376 insertions(+) create mode 100755 tests/btrfs/200 create mode 100644 tests/btrfs/200.out create mode 100755 tests/btrfs/201 create mode 100644 tests/btrfs/201.out create mode 100755 tests/btrfs/202 create mode 100644 tests/btrfs/202.out -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html