linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* extend the bio alignment check to bio based drivers
@ 2024-07-05 12:56 Christoph Hellwig
  2024-07-05 12:56 ` [PATCH 1/2] block: also check bio alignment for " Christoph Hellwig
  2024-07-05 12:56 ` [PATCH 2/2] brd: remove sector alignment checks Christoph Hellwig
  0 siblings, 2 replies; 9+ messages in thread
From: Christoph Hellwig @ 2024-07-05 12:56 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Ming Lei, linux-block

Hi Jens,

this series extends the bio alignment check in the block layer to cover
bio based drivers in addition to the blk-mq based path, and then drops
the equivalent debug checks in brd.

Diffstat:
 block/blk-core.c    |    7 +++++--
 block/blk-mq.c      |   11 -----------
 block/blk.h         |   11 +++++++++++
 drivers/block/brd.c |    4 ----
 4 files changed, 16 insertions(+), 17 deletions(-)

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

end of thread, other threads:[~2024-07-10  5:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-05 12:56 extend the bio alignment check to bio based drivers Christoph Hellwig
2024-07-05 12:56 ` [PATCH 1/2] block: also check bio alignment for " Christoph Hellwig
2024-07-05 13:22   ` Ming Lei
2024-07-05 13:36     ` Christoph Hellwig
2024-07-09 13:50       ` Ming Lei
2024-07-10  5:53         ` Christoph Hellwig
2024-07-05 13:25   ` John Garry
2024-07-05 13:37     ` Christoph Hellwig
2024-07-05 12:56 ` [PATCH 2/2] brd: remove sector alignment checks Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).