Re: [PATCH v2 2/3] lightnvm: pblk: garbage collect lines with failed writes

2018-04-30 Thread Javier Gonzalez
> On 30 Apr 2018, at 11.14, Javier Gonzalez wrote: > >> On 24 Apr 2018, at 07.45, Hans Holmberg >> wrote: >> >> From: Hans Holmberg >> >> Write failures should not happen under normal circumstances, >> so in

Re: [PATCH v2 2/3] lightnvm: pblk: garbage collect lines with failed writes

2018-04-30 Thread Javier Gonzalez
> On 30 Apr 2018, at 11.14, Javier Gonzalez wrote: > >> On 24 Apr 2018, at 07.45, Hans Holmberg >> wrote: >> >> From: Hans Holmberg >> >> Write failures should not happen under normal circumstances, >> so in order to bring the chunk back into a known state as soon >> as possible, evacuate

Re: [PATCH v2 2/3] lightnvm: pblk: garbage collect lines with failed writes

2018-04-30 Thread Javier Gonzalez
> On 24 Apr 2018, at 07.45, Hans Holmberg > wrote: > > From: Hans Holmberg > > Write failures should not happen under normal circumstances, > so in order to bring the chunk back into a known state as soon > as possible, evacuate all

Re: [PATCH v2 2/3] lightnvm: pblk: garbage collect lines with failed writes

2018-04-30 Thread Javier Gonzalez
> On 24 Apr 2018, at 07.45, Hans Holmberg > wrote: > > From: Hans Holmberg > > Write failures should not happen under normal circumstances, > so in order to bring the chunk back into a known state as soon > as possible, evacuate all the valid data out of the line and let the > fw judge if the

[PATCH v2 2/3] lightnvm: pblk: garbage collect lines with failed writes

2018-04-23 Thread Hans Holmberg
From: Hans Holmberg Write failures should not happen under normal circumstances, so in order to bring the chunk back into a known state as soon as possible, evacuate all the valid data out of the line and let the fw judge if the block can be written to in the next

[PATCH v2 2/3] lightnvm: pblk: garbage collect lines with failed writes

2018-04-23 Thread Hans Holmberg
From: Hans Holmberg Write failures should not happen under normal circumstances, so in order to bring the chunk back into a known state as soon as possible, evacuate all the valid data out of the line and let the fw judge if the block can be written to in the next reset cycle. Do this by