From: fdmanana@kernel.org
To: linux-btrfs@vger.kernel.org
Subject: [PATCH v2 0/2] btrfs: add btree read ahead for send operations
Date: Mon, 1 Mar 2021 09:26:41 +0000 [thread overview]
Message-ID: <cover.1614590582.git.fdmanana@suse.com> (raw)
In-Reply-To: <cover.1614351671.git.fdmanana@suse.com>
From: Filipe Manana <fdmanana@suse.com>
This patchset adds btree read ahead for full and incremental send operations,
which results in some nice speedups. Test and results are mentioned in the
change log of each patch.
V2: Updated second patch, for incremental sends, to limit readahead to avoid
too many reads in parallel and disturbing other workloads running in
parallel, and without causing a drop in the gains. Updated change logs.
Filipe Manana (2):
btrfs: add btree read ahead for full send operations
btrfs: add btree read ahead for incremental send operations
fs/btrfs/send.c | 43 +++++++++++++++++++++++++++++++++++++------
1 file changed, 37 insertions(+), 6 deletions(-)
--
2.28.0
next prev parent reply other threads:[~2021-03-01 9:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-26 15:17 [PATCH 0/2] btrfs: add btree read ahead for send operations fdmanana
2021-02-26 15:17 ` [PATCH 1/2] btrfs: add btree read ahead for full " fdmanana
2021-02-26 15:17 ` [PATCH 2/2] btrfs: add btree read ahead for incremental " fdmanana
2021-03-01 9:26 ` fdmanana [this message]
2021-03-01 9:26 ` [PATCH v2 1/2] btrfs: add btree read ahead for full " fdmanana
2021-03-01 9:26 ` [PATCH v2 2/2] btrfs: add btree read ahead for incremental " fdmanana
2021-03-04 16:51 ` [PATCH v2 0/2] btrfs: add btree read ahead for " David Sterba
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=cover.1614590582.git.fdmanana@suse.com \
--to=fdmanana@kernel.org \
--cc=linux-btrfs@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 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).