Re: [PATCH] xfstests: add test for btrfs data corruption when using compression

2014-02-10 Thread Josef Bacik
On 02/08/2014 10:50 AM, Filipe David Borba Manana wrote: Test for a btrfs data corruption when using compressed files/extents. Under certain cases, it was possible for reads to return random data (content from a previously used page) instead of zeroes. This also caused partial updates to those

[PATCH] xfstests: add test for btrfs data corruption when using compression

2014-02-08 Thread Filipe David Borba Manana
Test for a btrfs data corruption when using compressed files/extents. Under certain cases, it was possible for reads to return random data (content from a previously used page) instead of zeroes. This also caused partial updates to those regions that were supposed to be filled with zeroes to save