[PATCH v3] fstests: regression test for btrfs dio read repair

2017-04-28 Thread Liu Bo
This case tests whether dio read can repair the bad copy if we have a good copy. Commit 2dabb3248453 ("Btrfs: Direct I/O read: Work on sectorsized blocks") introduced the regression. The upstream fix is Btrfs: fix invalid dereference in btrfs_retry_endio Signed-off-by: Liu Bo --- v2: -

Re: [PATCH v3] fstests: regression test for btrfs dio read repair

2017-05-02 Thread Filipe Manana
On Fri, Apr 28, 2017 at 6:25 PM, Liu Bo wrote: > This case tests whether dio read can repair the bad copy if we have > a good copy. > > Commit 2dabb3248453 ("Btrfs: Direct I/O read: Work on sectorsized blocks") > introduced the regression. > > The upstream fix is > Btrfs: fix invalid deref

Re: [PATCH v3] fstests: regression test for btrfs dio read repair

2017-05-03 Thread Eryu Guan
On Fri, Apr 28, 2017 at 11:25:52AM -0600, Liu Bo wrote: > This case tests whether dio read can repair the bad copy if we have > a good copy. > > Commit 2dabb3248453 ("Btrfs: Direct I/O read: Work on sectorsized blocks") > introduced the regression. > > The upstream fix is > Btrfs: fix inval

Re: [PATCH v3] fstests: regression test for btrfs dio read repair

2017-05-08 Thread Liu Bo
On Tue, May 02, 2017 at 03:37:15PM +0100, Filipe Manana wrote: > On Fri, Apr 28, 2017 at 6:25 PM, Liu Bo wrote: > > This case tests whether dio read can repair the bad copy if we have > > a good copy. > > > > Commit 2dabb3248453 ("Btrfs: Direct I/O read: Work on sectorsized blocks") > > introduced

Re: [PATCH v3] fstests: regression test for btrfs dio read repair

2017-05-08 Thread Liu Bo
On Wed, May 03, 2017 at 06:08:36PM +0800, Eryu Guan wrote: > On Fri, Apr 28, 2017 at 11:25:52AM -0600, Liu Bo wrote: > > This case tests whether dio read can repair the bad copy if we have > > a good copy. > > > > Commit 2dabb3248453 ("Btrfs: Direct I/O read: Work on sectorsized blocks") > > intro

Re: [PATCH v3] fstests: regression test for btrfs dio read repair

2017-05-09 Thread Liu Bo
On Mon, May 08, 2017 at 12:50:40PM -0700, Liu Bo wrote: > On Wed, May 03, 2017 at 06:08:36PM +0800, Eryu Guan wrote: > > On Fri, Apr 28, 2017 at 11:25:52AM -0600, Liu Bo wrote: > > > This case tests whether dio read can repair the bad copy if we have > > > a good copy. > > > > > > Commit 2dabb3248