Basic test for btrfs in-band de-duplication. The comprehensive test should be enable dedup for every existing test case (except some ENOSPC test, which need life time to fill it). Dave is implementing the feature allowing us to execute such command at mount time, but it's not implemented now. Qu Wenruo (4): fstests: Add support to check btrfs sysfs features fstests: btrfs: Add basic test for btrfs in-band de-duplication fstests: btrfs: Add testcase for btrfs dedup enable disable race test fstests: btrfs: Add per inode dedup flag test common/defrag | 8 ++++ common/rc | 12 +++++- tests/btrfs/004 | 2 +- tests/btrfs/048 | 2 +- tests/btrfs/059 | 2 +- tests/btrfs/200 | 112 +++++++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/200.out | 17 ++++++++ tests/btrfs/201 | 97 +++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/201.out | 1 + tests/btrfs/202 | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/202.out | 15 +++++++ tests/btrfs/group | 3 ++ 12 files changed, 384 insertions(+), 4 deletions(-) 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.7.0 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
