Re: [PATCH 0/2] f2fs-tools: Introduce cache to speed up fsck

From: Chao Yu
Date: Tue Nov 05 2019 - 07:38:43 EST


Hi Robin,

Could you explain what is the basic idea for this user-space cache?

Thanks,

On 2019/10/29 15:46, Robin Hsu wrote:
> Implemented cache and related command line options.
>
> Robin Hsu (2):
> libf2fs_io: Add user-space cache
> fsck.f2fs: Enable user-space cache
>
> fsck/main.c | 27 +++-
> include/f2fs_fs.h | 20 +++
> lib/libf2fs_io.c | 317 ++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 362 insertions(+), 2 deletions(-)
>