Re: [PATCH] fstests: btrfs, add regression test for clone ioctl

2014-11-09 Thread Dave Chinner
Btrfs folks, review please... . On Tue, Oct 21, 2014 at 09:43:11PM +0100, Filipe Manana wrote: Regression test for a btrfs clone ioctl issue where races between a clone operation and concurrent target file reads would result in leaving stale data in the page cache. After the clone

[PATCH] fstests: btrfs, add regression test for clone ioctl

2014-10-21 Thread Filipe Manana
Regression test for a btrfs clone ioctl issue where races between a clone operation and concurrent target file reads would result in leaving stale data in the page cache. After the clone operation finished, reading from the clone target file would return the old and no longer valid data. This