All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chao Yu <chao@kernel.org>
To: Jaegeuk Kim <jaegeuk@kernel.org>,
	linux-kernel@vger.kernel.org,
	linux-f2fs-devel@lists.sourceforge.net
Subject: Re: [f2fs-dev] [PATCH 4/6 v2] f2fs: refactor extent_cache to support for read and more
Date: Thu, 8 Dec 2022 23:02:47 +0800	[thread overview]
Message-ID: <b96845da-0fc8-a9a9-42e4-76940dd7e713@kernel.org> (raw)
In-Reply-To: <Y4+SiufEJLNqrmSi@google.com>

On 2022/12/7 3:05, Jaegeuk Kim wrote:
> This patch prepares extent_cache to get more use-cases.
> 
> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>

Reviewed-by: Chao Yu <chao@kernel.org>

Thanks,

WARNING: multiple messages have this Message-ID (diff)
From: Chao Yu <chao@kernel.org>
To: Jaegeuk Kim <jaegeuk@kernel.org>,
	linux-kernel@vger.kernel.org,
	linux-f2fs-devel@lists.sourceforge.net
Subject: Re: [f2fs-dev] [PATCH 4/6 v2] f2fs: refactor extent_cache to support for read and more
Date: Thu, 8 Dec 2022 23:02:47 +0800	[thread overview]
Message-ID: <b96845da-0fc8-a9a9-42e4-76940dd7e713@kernel.org> (raw)
In-Reply-To: <Y4+SiufEJLNqrmSi@google.com>

On 2022/12/7 3:05, Jaegeuk Kim wrote:
> This patch prepares extent_cache to get more use-cases.
> 
> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>

Reviewed-by: Chao Yu <chao@kernel.org>

Thanks,


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

  reply	other threads:[~2022-12-08 15:02 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-05 18:54 [PATCH 1/6] f2fs: specify extent cache for read explicitly Jaegeuk Kim
2022-12-05 18:54 ` [f2fs-dev] " Jaegeuk Kim
2022-12-05 18:54 ` [PATCH 2/6] f2fs: move internal functions into extent_cache.c Jaegeuk Kim
2022-12-05 18:54   ` [f2fs-dev] " Jaegeuk Kim
2022-12-08 14:46   ` Chao Yu
2022-12-08 14:46     ` Chao Yu
2022-12-05 18:54 ` [PATCH 3/6] f2fs: remove unnecessary __init_extent_tree Jaegeuk Kim
2022-12-05 18:54   ` [f2fs-dev] " Jaegeuk Kim
2022-12-08 14:48   ` Chao Yu
2022-12-08 14:48     ` Chao Yu
2022-12-05 18:54 ` [PATCH 4/6] f2fs: refactor extent_cache to support for read and more Jaegeuk Kim
2022-12-05 18:54   ` [f2fs-dev] " Jaegeuk Kim
2022-12-06  1:06   ` kernel test robot
2022-12-06  2:37   ` kernel test robot
2022-12-06  3:28   ` kernel test robot
2022-12-06 19:05   ` [PATCH 4/6 v2] " Jaegeuk Kim
2022-12-06 19:05     ` [f2fs-dev] " Jaegeuk Kim
2022-12-08 15:02     ` Chao Yu [this message]
2022-12-08 15:02       ` Chao Yu
2022-12-05 18:54 ` [PATCH 5/6] f2fs: allocate the extent_cache by default Jaegeuk Kim
2022-12-05 18:54   ` [f2fs-dev] " Jaegeuk Kim
2022-12-05 18:54 ` [PATCH 6/6] f2fs: add block_age-based extent cache Jaegeuk Kim
2022-12-05 18:54   ` [f2fs-dev] " Jaegeuk Kim
2022-12-06  2:47   ` kernel test robot
2022-12-06 19:06   ` [f2fs-dev] [PATCH 6/6 v2] " Jaegeuk Kim
2022-12-06 19:06     ` Jaegeuk Kim
2022-12-16 12:13   ` [f2fs-dev] [PATCH 6/6] " qixiaoyu
2022-12-16 12:13     ` qixiaoyu
2022-12-17  0:50     ` Jaegeuk Kim
2022-12-17  0:50       ` Jaegeuk Kim
2022-12-08 14:43 ` [f2fs-dev] [PATCH 1/6] f2fs: specify extent cache for read explicitly Chao Yu
2022-12-08 14:43   ` Chao Yu
2022-12-08 17:29   ` Jaegeuk Kim
2022-12-08 17:29     ` Jaegeuk Kim
2022-12-09  1:31     ` Chao Yu
2022-12-09  1:31       ` Chao Yu
2022-12-09 19:39       ` Jaegeuk Kim
2022-12-09 19:39         ` Jaegeuk Kim
2022-12-09 19:40   ` [f2fs-dev] [PATCH 1/6 v2] " Jaegeuk Kim
2022-12-09 19:40     ` Jaegeuk Kim
2022-12-11  1:59     ` Chao Yu
2022-12-11  1:59       ` Chao Yu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b96845da-0fc8-a9a9-42e4-76940dd7e713@kernel.org \
    --to=chao@kernel.org \
    --cc=jaegeuk@kernel.org \
    --cc=linux-f2fs-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.