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

2019-12-09 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

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

2019-12-09 Thread Chao Yu
On 2019/12/9 18:44, 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 writ