Re: [f2fs-dev] [PATCH v6 7/8] fsck: Check write pointer consistency of open zones

2019-11-12 Thread Shinichiro Kawasaki
On Nov 11, 2019 / 11:14, Chao Yu wrote: > On 2019/11/6 17:45, Shinichiro Kawasaki wrote: > > On Nov 05, 2019 / 19:06, Chao Yu wrote: > >> On 2019/10/28 14:55, Shin'ichiro Kawasaki wrote: > >>> On sudden f2fs shutdown, write pointers of zoned block devices can go > >>> further but f2fs meta data kee

Re: [f2fs-dev] [PATCH v6 7/8] fsck: Check write pointer consistency of open zones

2019-11-10 Thread Chao Yu
On 2019/11/6 17:45, Shinichiro Kawasaki wrote: > On Nov 05, 2019 / 19:06, Chao Yu wrote: >> On 2019/10/28 14:55, Shin'ichiro Kawasaki wrote: >>> On sudden f2fs shutdown, write pointers of zoned block devices can go >>> further but f2fs meta data keeps current segments at positions before the >>> wr

Re: [f2fs-dev] [PATCH v6 7/8] fsck: Check write pointer consistency of open zones

2019-11-06 Thread Shinichiro Kawasaki
On Nov 05, 2019 / 19:06, Chao Yu wrote: > On 2019/10/28 14:55, Shin'ichiro Kawasaki wrote: > > On sudden f2fs shutdown, write pointers of zoned block devices can go > > further but f2fs meta data keeps current segments at positions before the > > write operations. After remounting the f2fs, this in

Re: [f2fs-dev] [PATCH v6 7/8] fsck: Check write pointer consistency of open zones

2019-11-05 Thread Chao Yu
On 2019/10/28 14:55, Shin'ichiro Kawasaki wrote: > On sudden f2fs shutdown, write pointers of zoned block devices can go > further but f2fs meta data keeps current segments at positions before the > write operations. After remounting the f2fs, this inconsistency causes > write operations not at wri

[f2fs-dev] [PATCH v6 7/8] fsck: Check write pointer consistency of open zones

2019-10-27 Thread Shin'ichiro Kawasaki
On sudden f2fs shutdown, write pointers of zoned block devices can go further but f2fs meta data keeps current segments at positions before the write operations. After remounting the f2fs, this inconsistency causes write operations not at write pointers and "Unaligned write command" error is report