2019-10-29 09:58:19

by Robin Hsu

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

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(-)

--
2.24.0.rc0.303.g954a862665-goog


2019-11-05 12:41:29

by Chao Yu

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

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(-)
>