Re: [PATCH v2] f2fs: add app/fs io stat

2017-08-09 Thread Chao Yu
Hi Jaegeuk, On 2017/8/10 12:45, Jaegeuk Kim wrote: > Hi Chao, > > I've fixed the below in f2fs.git. Thank you fox fixing it. :) Thanks,

Re: [PATCH v2] f2fs: add app/fs io stat

2017-08-09 Thread Jaegeuk Kim
Hi Chao, I've fixed the below in f2fs.git. On 08/02, Chao Yu wrote: > From: Chao Yu > > This patch enables inner app/fs io stats and introduces below virtual fs > nodes for exposing stats info: > /sys/fs/f2fs//iostat_enable > /proc/fs/f2fs//iostat_info > > Signed-off-by: Chao Yu > --- > v2: >

[PATCH v2] f2fs: add app/fs io stat

2017-08-02 Thread Chao Yu
From: Chao Yu This patch enables inner app/fs io stats and introduces below virtual fs nodes for exposing stats info: /sys/fs/f2fs//iostat_enable /proc/fs/f2fs//iostat_info Signed-off-by: Chao Yu --- v2: - reorganize printed info of iostat_info. - add discard stats. fs/f2fs/checkpoint.c | 34 +