From: fdmanana@kernel.org
To: linux-btrfs@vger.kernel.org
Subject: [PATCH 0/6] btrfs: some speedup for NOCOW write path and cleanups
Date: Fri, 12 Apr 2024 16:03:14 +0100 [thread overview]
Message-ID: <cover.1712933003.git.fdmanana@suse.com> (raw)
From: Filipe Manana <fdmanana@suse.com>
These are some cleanups in the NOCOW write path and making the check for
the existence of checksums in a range more efficient. More details in the
changelogs.
Filipe Manana (6):
btrfs: add function comment to btrfs_lookup_csums_list()
btrfs: remove search_commit parameter from btrfs_lookup_csums_list()
btrfs: remove use of a temporary list at btrfs_lookup_csums_list()
btrfs: simplify error path for btrfs_lookup_csums_list()
btrfs: make NOCOW checks for existence of checksums in a range more efficient
btrfs: open code csum_exist_in_range()
fs/btrfs/file-item.c | 57 +++++++++++++++++++++++++++----------------
fs/btrfs/file-item.h | 3 +--
fs/btrfs/inode.c | 33 ++++++-------------------
fs/btrfs/relocation.c | 4 +--
fs/btrfs/tree-log.c | 15 +++++++-----
5 files changed, 55 insertions(+), 57 deletions(-)
--
2.43.0
next reply other threads:[~2024-04-12 15:03 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-12 15:03 fdmanana [this message]
2024-04-12 15:03 ` [PATCH 1/6] btrfs: add function comment to btrfs_lookup_csums_list() fdmanana
2024-04-13 10:11 ` Qu Wenruo
2024-04-12 15:03 ` [PATCH 2/6] btrfs: remove search_commit parameter from btrfs_lookup_csums_list() fdmanana
2024-04-13 10:10 ` Qu Wenruo
2024-04-12 15:03 ` [PATCH 3/6] btrfs: remove use of a temporary list at btrfs_lookup_csums_list() fdmanana
2024-04-13 10:08 ` Qu Wenruo
2024-04-12 15:03 ` [PATCH 4/6] btrfs: simplify error path for btrfs_lookup_csums_list() fdmanana
2024-04-13 10:12 ` Qu Wenruo
2024-04-12 15:03 ` [PATCH 5/6] btrfs: make NOCOW checks for existence of checksums in a range more efficient fdmanana
2024-04-13 10:15 ` Qu Wenruo
2024-04-12 15:03 ` [PATCH 6/6] btrfs: open code csum_exist_in_range() fdmanana
2024-04-13 10:16 ` Qu Wenruo
2024-04-12 16:50 ` [PATCH 0/6] btrfs: some speedup for NOCOW write path and cleanups 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.1712933003.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