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