Re: [PATCH v5] xfstests: add test for btrfs cloning with file holes

2014-06-09 Thread Dave Chinner
On Tue, Jun 03, 2014 at 03:37:41PM +0100, Filipe David Borba Manana wrote: > Regression test for the btrfs ioctl clone operation when the source range > contains hole(s) and the FS has the NO_HOLES feature enabled (file holes > don't need file extent items in the btree to represent them). > > This

[PATCH v5] xfstests: add test for btrfs cloning with file holes

2014-06-03 Thread Filipe David Borba Manana
Regression test for the btrfs ioctl clone operation when the source range contains hole(s) and the FS has the NO_HOLES feature enabled (file holes don't need file extent items in the btree to represent them). This issue is fixed by the following linux kernel btrfs patch: Btrfs: fix clone to d