Linux block layer
 help / color / mirror / Atom feed
* rationalize the flow in bio_add_page and friends
@ 2023-05-12 13:38 Christoph Hellwig
  2023-05-12 13:38 ` [PATCH 1/8] block: tidy up the bio full checks in bio_add_hw_page Christoph Hellwig
                   ` (9 more replies)
  0 siblings, 10 replies; 24+ messages in thread
From: Christoph Hellwig @ 2023-05-12 13:38 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Jinyoung Choi, linux-block

Hi Jens,

when reviewing v2 of Jinyoung's "Change the integrity configuration
method in block" series I noticed that someone made a complete mess of
the bio_add_page flow, so this untangles this to make the code better
reusable for adding integrity payloads.  (I'll also have a word with
younger me when I get the chance about this..)

Diffstat:
 bio.c |  123 ++++++++++++++++++++++++++++--------------------------------------
 1 file changed, 53 insertions(+), 70 deletions(-)

^ permalink raw reply	[flat|nested] 24+ messages in thread
* rationalize the flow in bio_add_page and friends v2
@ 2023-07-24 16:54 Christoph Hellwig
  2023-07-24 16:54 ` [PATCH 4/8] block: move the bi_vcnt check out of __bio_try_merge_page Christoph Hellwig
  0 siblings, 1 reply; 24+ messages in thread
From: Christoph Hellwig @ 2023-07-24 16:54 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Jinyoung Choi, linux-block

Hi Jens,

when reviewing v2 of Jinyoung's "Change the integrity configuration
method in block" series I noticed that someone made a complete mess of
the bio_add_page flow, so this untangles this to make the code better
reusable for adding integrity payloads.  (I'll also have a word with
younger me when I get the chance about this..)

Changes since v1:
 - rebased against the current for-6.6/block tree

Diffstat:
 bio.c |  124 ++++++++++++++++++++++++++++--------------------------------------
 1 file changed, 53 insertions(+), 71 deletions(-)

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

end of thread, other threads:[~2023-07-24 16:54 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-12 13:38 rationalize the flow in bio_add_page and friends Christoph Hellwig
2023-05-12 13:38 ` [PATCH 1/8] block: tidy up the bio full checks in bio_add_hw_page Christoph Hellwig
2023-05-17  7:18   ` Jinyoung CHOI
2023-05-12 13:38 ` [PATCH 2/8] block: use SECTOR_SHIFT bio_add_hw_page Christoph Hellwig
2023-05-16 12:00   ` Johannes Thumshirn
2023-05-19  6:05   ` Jinyoung CHOI
2023-05-12 13:38 ` [PATCH 3/8] block: move the BIO_CLONED checks out of __bio_try_merge_page Christoph Hellwig
2023-05-16 12:01   ` Johannes Thumshirn
2023-05-19  6:08   ` Jinyoung CHOI
2023-05-12 13:38 ` [PATCH 4/8] block: move the bi_vcnt check " Christoph Hellwig
2023-05-16 12:04   ` Johannes Thumshirn
2023-05-19  6:13   ` Jinyoung CHOI
2023-05-12 13:38 ` [PATCH 5/8] block: move the bi_size overflow check in __bio_try_merge_page Christoph Hellwig
2023-05-16 12:08   ` Johannes Thumshirn
2023-05-19  6:14   ` Jinyoung CHOI
2023-05-12 13:38 ` [PATCH 6/8] block: downgrade a bio_full call in bio_add_page Christoph Hellwig
2023-05-19  6:18   ` Jinyoung CHOI
2023-05-12 13:39 ` [PATCH 7/8] block: move the bi_size update out of __bio_try_merge_page Christoph Hellwig
2023-05-19  6:27   ` Jinyoung CHOI
2023-05-12 13:39 ` [PATCH 8/8] block: don't pass a bio to bio_try_merge_hw_seg Christoph Hellwig
2023-05-19  6:30   ` Jinyoung CHOI
2023-05-19  2:27 ` rationalize the flow in bio_add_page and friends Jens Axboe
2023-05-20  1:49 ` Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2023-07-24 16:54 rationalize the flow in bio_add_page and friends v2 Christoph Hellwig
2023-07-24 16:54 ` [PATCH 4/8] block: move the bi_vcnt check out of __bio_try_merge_page Christoph Hellwig

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