Re: [PATCH v5 0/4] Btrfs in-band de-duplication test cases

2016-06-30 Thread Qu Wenruo
Not yet. This is for btrfs internal review. Since I'm still not sure if current ioctl is settled. Until ioctl interface and user-tools command are settled, such test cases won't be sent to fstests. Thanks, Qu At 07/01/2016 02:55 AM, Mark Fasheh wrote: Hi Qu, you might want to CC

Re: [PATCH v5 0/4] Btrfs in-band de-duplication test cases

2016-06-30 Thread Mark Fasheh
Hi Qu, you might want to CC fste...@vger.kernel.org on these patches. Thanks, --Mark On Thu, Jun 30, 2016 at 05:24:35PM +0800, Qu Wenruo wrote: > Btrfs in-band de-duplication test case for in-memory backend. > > v5: > Due to kernel ioctl change, add FORCE flag for "dedupe enable"

[PATCH v5 0/4] Btrfs in-band de-duplication test cases

2016-06-30 Thread Qu Wenruo
Btrfs in-band de-duplication test case for in-memory backend. v5: Due to kernel ioctl change, add FORCE flag for "dedupe enable" ioctl call. v4: Due to kernel patchset re-organization, remove on-disk backend test cases v3: Add new test cases for on-disk backend with metadata balance v2: