From: Qu Wenruo <wqu@suse.com>
To: linux-btrfs@vger.kernel.org
Subject: [PATCH 0/3] btrfs: btrfs_buffered_write() cleanups
Date: Mon, 11 Nov 2024 14:29:06 +1030 [thread overview]
Message-ID: <cover.1731297381.git.wqu@suse.com> (raw)
This series is to cleanup btrfs_buffered_write() so that it's more
aligned to generic_perform_write(), and makes later migration much
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-11 3:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-11 3:59 Qu Wenruo [this message]
2024-11-11 3:59 ` [PATCH 1/3] btrfs: make buffered write to respect fatal signals Qu Wenruo
2024-11-11 3:59 ` [PATCH 2/3] btrfs: cleanup the variables inside btrfs_buffered_write() Qu Wenruo
2024-11-11 3:59 ` [PATCH 3/3] btrfs: remove the out-of-loop cleanup from btrfs_buffered_write() Qu Wenruo
2024-11-12 5:38 ` [PATCH 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.1731297381.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.