Re: [f2fs-dev] [PATCH] f2fs: improve block allocation statistics

2021-09-10 Thread Jaegeuk Kim
On 09/08, Fengnan Chang wrote: > From: Fengnan Chang > > improve block allocation statistics: > 1. fix missing inplace count in overwrite with direct io. > 2. separate buffer and direct io. Could you please split out two problems in separate patches? > > Signed-off-by: Fengnan Chang > --- >

[f2fs-dev] [PATCH] f2fs: improve block allocation statistics

2021-09-08 Thread Fengnan Chang
From: Fengnan Chang improve block allocation statistics: 1. fix missing inplace count in overwrite with direct io. 2. separate buffer and direct io. Signed-off-by: Fengnan Chang --- fs/f2fs/data.c| 17 - fs/f2fs/debug.c | 24 +++- fs/f2fs/f2fs.h| 3