Re: [f2fs-dev] [PATCH v6] f2fs: fix zoned block device information initialization

2024-04-06 Thread Chao Yu
On 2024/4/5 2:20, Daeho Jeong wrote: On Thu, Mar 28, 2024 at 12:23 AM Chao Yu wrote: From: Wenjie Qi If the max open zones of zoned devices are less than the active logs of F2FS, the device may error due to insufficient zone resources when multiple active logs are being written at the same

Re: [f2fs-dev] [PATCH v6] f2fs: fix zoned block device information initialization

2024-04-04 Thread Daeho Jeong
On Thu, Mar 28, 2024 at 12:23 AM Chao Yu wrote: > > From: Wenjie Qi > > If the max open zones of zoned devices are less than > the active logs of F2FS, the device may error due to > insufficient zone resources when multiple active logs > are being written at the same time. > > Signed-off-by:

[f2fs-dev] [PATCH v6] f2fs: fix zoned block device information initialization

2024-03-28 Thread Chao Yu
From: Wenjie Qi If the max open zones of zoned devices are less than the active logs of F2FS, the device may error due to insufficient zone resources when multiple active logs are being written at the same time. Signed-off-by: Wenjie Qi Signed-off-by: Chao Yu --- v6: - add check condition to