From: Qu Wenruo <wqu@suse.com>
To: linux-btrfs@vger.kernel.org
Subject: [PATCH v2 0/3] btrfs: btrfs_buffered_write() cleanups
Date: Tue, 12 Nov 2024 17:53:34 +1030 [thread overview]
Message-ID: <cover.1731396107.git.wqu@suse.com> (raw)
This series is to cleanup btrfs_buffered_write() so that it's more
aligned to iomap_writer_iter(), and makes later migration a little
easier.
All those changes are inside btrfs, and the last 2 should improve the
readablity, and prepare for the migration (since everything is now done
inside the loop).
Qu Wenruo (3):
btrfs: make buffered write to respect fatal signals
btrfs: cleanup the variables inside btrfs_buffered_write()
btrfs: remove the out-of-loop cleanup from btrfs_buffered_write()
fs/btrfs/file.c | 90 ++++++++++++++++++++++++++-----------------------
1 file changed, 47 insertions(+), 43 deletions(-)
--
2.47.0
next reply other threads:[~2024-11-12 7:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-12 7:23 Qu Wenruo [this message]
2024-11-12 7:23 ` [PATCH v2 1/3] btrfs: make buffered write to respect fatal signals Qu Wenruo
2024-11-12 7:23 ` [PATCH v2 2/3] btrfs: cleanup the variables inside btrfs_buffered_write() Qu Wenruo
2024-11-12 7:23 ` [PATCH v2 3/3] btrfs: remove the out-of-loop cleanup from btrfs_buffered_write() Qu Wenruo
2024-11-12 7:26 ` [PATCH v2 0/3] btrfs: btrfs_buffered_write() cleanups Qu Wenruo
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.1731396107.git.wqu@suse.com \
--to=wqu@suse.com \
--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 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.