[f2fs-dev] [PATCH v3 2/2] f2fs: Check write pointer consistency of non-open zones

2019-11-14 Thread Shin'ichiro Kawasaki
To catch f2fs bugs in write pointer handling code for zoned block devices, check write pointers of non-open zones that current segments do not point to. Do this check at mount time, after the fsync data recovery and current segments' write pointer consistency fix. Or when fsync data recovery is dis

Re: [f2fs-dev] [PATCH v3 2/2] f2fs: Check write pointer consistency of non-open zones

2019-11-24 Thread Chao Yu
On 2019/11/14 16:19, Shin'ichiro Kawasaki wrote: > To catch f2fs bugs in write pointer handling code for zoned block > devices, check write pointers of non-open zones that current segments do > not point to. Do this check at mount time, after the fsync data recovery > and current segments' write po

Re: [f2fs-dev] [PATCH v3 2/2] f2fs: Check write pointer consistency of non-open zones

2019-11-27 Thread Shinichiro Kawasaki
On Nov 25, 2019 / 15:37, Chao Yu wrote: > On 2019/11/14 16:19, Shin'ichiro Kawasaki wrote: > > To catch f2fs bugs in write pointer handling code for zoned block > > devices, check write pointers of non-open zones that current segments do > > not point to. Do this check at mount time, after the fsyn

Re: [f2fs-dev] [PATCH v3 2/2] f2fs: Check write pointer consistency of non-open zones

2019-11-28 Thread Chao Yu
On 2019/11/28 13:31, Shinichiro Kawasaki wrote: > On Nov 25, 2019 / 15:37, Chao Yu wrote: >> On 2019/11/14 16:19, Shin'ichiro Kawasaki wrote: >>> To catch f2fs bugs in write pointer handling code for zoned block >>> devices, check write pointers of non-open zones that current segments do >>> not

Re: [f2fs-dev] [PATCH v3 2/2] f2fs: Check write pointer consistency of non-open zones

2019-11-28 Thread Shinichiro Kawasaki
On Nov 28, 2019 / 20:39, Chao Yu wrote: > On 2019/11/28 13:31, Shinichiro Kawasaki wrote: > > On Nov 25, 2019 / 15:37, Chao Yu wrote: > >> On 2019/11/14 16:19, Shin'ichiro Kawasaki wrote: > >>> To catch f2fs bugs in write pointer handling code for zoned block > >>> devices, check write pointers of

Re: [f2fs-dev] [PATCH v3 2/2] f2fs: Check write pointer consistency of non-open zones

2019-11-29 Thread Chao Yu
On 2019/11/29 13:21, Shinichiro Kawasaki wrote: > On Nov 28, 2019 / 20:39, Chao Yu wrote: >> On 2019/11/28 13:31, Shinichiro Kawasaki wrote: >>> On Nov 25, 2019 / 15:37, Chao Yu wrote: On 2019/11/14 16:19, Shin'ichiro Kawasaki wrote: > To catch f2fs bugs in write pointer handling code for

Re: [f2fs-dev] [PATCH v3 2/2] f2fs: Check write pointer consistency of non-open zones

2019-12-01 Thread Shinichiro Kawasaki
On Nov 30, 2019 / 15:49, Chao Yu wrote: > On 2019/11/29 13:21, Shinichiro Kawasaki wrote: > > On Nov 28, 2019 / 20:39, Chao Yu wrote: > >> On 2019/11/28 13:31, Shinichiro Kawasaki wrote: > >>> On Nov 25, 2019 / 15:37, Chao Yu wrote: > On 2019/11/14 16:19, Shin'ichiro Kawasaki wrote: > > To

Re: [f2fs-dev] [PATCH v3 2/2] f2fs: Check write pointer consistency of non-open zones

2019-12-02 Thread Shinichiro Kawasaki
On Dec 02, 2019 / 10:38, Shin'ichiro Kawasaki wrote: > On Nov 30, 2019 / 15:49, Chao Yu wrote: > > On 2019/11/29 13:21, Shinichiro Kawasaki wrote: > > > On Nov 28, 2019 / 20:39, Chao Yu wrote: > > >> On 2019/11/28 13:31, Shinichiro Kawasaki wrote: > > >>> On Nov 25, 2019 / 15:37, Chao Yu wrote: > >