public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] btrfs: minor cleanup related to bitmap operations
@ 2025-12-10  8:32 Qu Wenruo
  2025-12-10  8:32 ` [PATCH 1/2] btrfs: integrate the error handling of submit_one_sector() Qu Wenruo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Qu Wenruo @ 2025-12-10  8:32 UTC (permalink / raw)
  To: linux-btrfs

This is the safer cleanup part extracted from the previous attempt:
https://lore.kernel.org/linux-btrfs/cover.1763629982.git.wqu@suse.com/

The first patch is to concentrate the error handling of
submit_one_sector() so we do not have two separate error handling.

The second patch is the convert for_each_set_bit() to a more efficient
for_each_set_bitmap() so that we can benefit from functions which
accept a range other than a single block.

Qu Wenruo (2):
  btrfs: integrate the error handling of submit_one_sector()
  btrfs: replace for_each_set_bit() with for_each_set_bitmap()

 fs/btrfs/extent_io.c | 55 +++++++++++++++++++++++++-------------------
 1 file changed, 31 insertions(+), 24 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2025-12-11 18:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-10  8:32 [PATCH 0/2] btrfs: minor cleanup related to bitmap operations Qu Wenruo
2025-12-10  8:32 ` [PATCH 1/2] btrfs: integrate the error handling of submit_one_sector() Qu Wenruo
2025-12-10  8:32 ` [PATCH 2/2] btrfs: replace for_each_set_bit() with for_each_set_bitmap() Qu Wenruo
2025-12-11 18:40 ` [PATCH 0/2] btrfs: minor cleanup related to bitmap operations David Sterba

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