public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] btrfs: btrfs_buffered_write() cleanups
@ 2024-11-11  3:59 Qu Wenruo
  2024-11-11  3:59 ` [PATCH 1/3] btrfs: make buffered write to respect fatal signals Qu Wenruo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Qu Wenruo @ 2024-11-11  3:59 UTC (permalink / raw)
  To: linux-btrfs

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-11-12  5:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-11  3:59 [PATCH 0/3] btrfs: btrfs_buffered_write() cleanups Qu Wenruo
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox