linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] f2fs-tools: Introduce cache to speed up fsck
@ 2019-10-29  7:46 Robin Hsu
  2019-11-05 12:38 ` Chao Yu
  0 siblings, 1 reply; 2+ messages in thread
From: Robin Hsu @ 2019-10-29  7:46 UTC (permalink / raw)
  To: jaegeuk, yuchao0, linux-f2fs-devel, linux-kernel; +Cc: huangrandall, robinhsu

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/2] f2fs-tools: Introduce cache to speed up fsck
  2019-10-29  7:46 [PATCH 0/2] f2fs-tools: Introduce cache to speed up fsck Robin Hsu
@ 2019-11-05 12:38 ` Chao Yu
  0 siblings, 0 replies; 2+ messages in thread
From: Chao Yu @ 2019-11-05 12:38 UTC (permalink / raw)
  To: Robin Hsu, jaegeuk, linux-f2fs-devel, linux-kernel; +Cc: huangrandall

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-05 12:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29  7:46 [PATCH 0/2] f2fs-tools: Introduce cache to speed up fsck Robin Hsu
2019-11-05 12:38 ` Chao Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).