Re: [PATCH 1/3] lightnvm: pblk: rework write error recovery path

2018-04-23 Thread Hans Holmberg
On Fri, Apr 20, 2018 at 9:38 PM, Javier Gonzalez wrote: >> On 19 Apr 2018, at 09.39, Hans Holmberg >> wrote: >> >> From: Hans Holmberg >> >> The write error recovery path is incomplete, so rework >> the write

Re: [PATCH 1/3] lightnvm: pblk: rework write error recovery path

2018-04-23 Thread Hans Holmberg
On Fri, Apr 20, 2018 at 9:38 PM, Javier Gonzalez wrote: >> On 19 Apr 2018, at 09.39, Hans Holmberg >> wrote: >> >> From: Hans Holmberg >> >> The write error recovery path is incomplete, so rework >> the write error recovery handling to do resubmits directly >> from the write buffer. >> >> When

Re: [PATCH 1/3] lightnvm: pblk: rework write error recovery path

2018-04-20 Thread Javier Gonzalez
> On 19 Apr 2018, at 09.39, Hans Holmberg > wrote: > > From: Hans Holmberg > > The write error recovery path is incomplete, so rework > the write error recovery handling to do resubmits directly > from the write buffer. > > When a

Re: [PATCH 1/3] lightnvm: pblk: rework write error recovery path

2018-04-20 Thread Javier Gonzalez
> On 19 Apr 2018, at 09.39, Hans Holmberg > wrote: > > From: Hans Holmberg > > The write error recovery path is incomplete, so rework > the write error recovery handling to do resubmits directly > from the write buffer. > > When a write error occurs, the remaining sectors in the chunk are >

[PATCH 1/3] lightnvm: pblk: rework write error recovery path

2018-04-19 Thread Hans Holmberg
From: Hans Holmberg The write error recovery path is incomplete, so rework the write error recovery handling to do resubmits directly from the write buffer. When a write error occurs, the remaining sectors in the chunk are mapped out and invalidated and the request

[PATCH 1/3] lightnvm: pblk: rework write error recovery path

2018-04-19 Thread Hans Holmberg
From: Hans Holmberg The write error recovery path is incomplete, so rework the write error recovery handling to do resubmits directly from the write buffer. When a write error occurs, the remaining sectors in the chunk are mapped out and invalidated and the request inserted in a resubmit list.