Re: [PATCH 06/23] dio unwritten conversion bug tests

2016-02-09 Thread Darrick J. Wong
On Tue, Feb 09, 2016 at 06:37:32PM +1100, Dave Chinner wrote: > On Mon, Feb 08, 2016 at 05:12:23PM -0800, Darrick J. Wong wrote: > > Check that we don't expose old disk contents when a directio write to > > an unwritten extent fails due to IO errors. This primarily affects > > XFS and ext4. > >

Re: [PATCH 06/23] dio unwritten conversion bug tests

2016-02-08 Thread Dave Chinner
On Mon, Feb 08, 2016 at 05:12:23PM -0800, Darrick J. Wong wrote: > Check that we don't expose old disk contents when a directio write to > an unwritten extent fails due to IO errors. This primarily affects > XFS and ext4. > > Signed-off-by: Darrick J. Wong . > ---

[PATCH 06/23] dio unwritten conversion bug tests

2016-02-08 Thread Darrick J. Wong
Check that we don't expose old disk contents when a directio write to an unwritten extent fails due to IO errors. This primarily affects XFS and ext4. Signed-off-by: Darrick J. Wong --- .gitignore |1 src/aio-dio-regress/aiocp.c | 489