All of lore.kernel.org
 help / color / mirror / Atom feed
* [dm-devel] clean up the chunk_sizehandling helpers a little
@ 2022-06-14  9:09 ` Christoph Hellwig
  0 siblings, 0 replies; 41+ messages in thread
From: Christoph Hellwig @ 2022-06-14  9:09 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, dm-devel, Mike Snitzer

Hi Jens,

this series cleans up a bunch of block layer helpers related to the chunk
size.

Diffstat:
 block/blk-merge.c      |   28 ++++++++++++++++------------
 block/blk.h            |   13 +++++++++++++
 drivers/md/dm.c        |   17 ++++++-----------
 include/linux/blkdev.h |   39 +++++++--------------------------------
 4 files changed, 42 insertions(+), 55 deletions(-)

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


^ permalink raw reply	[flat|nested] 41+ messages in thread
* [dm-devel] simplify I/O size calculation helpers v2
@ 2021-10-13 17:12 Christoph Hellwig
  2021-10-13 17:12 ` [dm-devel] [PATCH 1/6] block: factor out a chunk_size_left helper Christoph Hellwig
  0 siblings, 1 reply; 41+ messages in thread
From: Christoph Hellwig @ 2021-10-13 17:12 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, dm-devel, Mike Snitzer

Hi Jens,

this series calculates various I/O size calculations.

Changes since v1:
 - rename chunk_size_left to blk_chunk_sectors_left
 - split a patch into two

Diffstat:
 block/blk-merge.c      |   28 ++++++++++++++++------------
 drivers/md/dm.c        |   18 ++++++------------
 include/linux/blkdev.h |   27 ++++++++-------------------
 3 files changed, 30 insertions(+), 43 deletions(-)

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


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

end of thread, other threads:[~2022-06-17 12:39 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-14  9:09 [dm-devel] clean up the chunk_sizehandling helpers a little Christoph Hellwig
2022-06-14  9:09 ` Christoph Hellwig
2022-06-14  9:09 ` [dm-devel] [PATCH 1/6] block: factor out a chunk_size_left helper Christoph Hellwig
2022-06-14  9:09   ` Christoph Hellwig
2022-06-14 16:39   ` [dm-devel] " Bart Van Assche
2022-06-14 16:39     ` Bart Van Assche
2022-06-15 10:32   ` [dm-devel] " Pankaj Raghav
2022-06-15 10:32     ` Pankaj Raghav
2022-06-16 23:05   ` [dm-devel] " Mike Snitzer
2022-06-16 23:05     ` Mike Snitzer
2022-06-17  6:22     ` [dm-devel] " Christoph Hellwig
2022-06-17  6:22       ` Christoph Hellwig
2022-06-14  9:09 ` [dm-devel] [PATCH 2/6] dm: open code blk_max_size_offset in max_io_len Christoph Hellwig
2022-06-14  9:09   ` Christoph Hellwig
2022-06-16 23:21   ` [dm-devel] " Mike Snitzer
2022-06-16 23:21     ` Mike Snitzer
2022-06-14  9:09 ` [dm-devel] [PATCH 3/6] block: open code blk_max_size_offset in blk_rq_get_max_sectors Christoph Hellwig
2022-06-14  9:09   ` Christoph Hellwig
2022-06-14 16:43   ` [dm-devel] " Bart Van Assche
2022-06-14 16:43     ` Bart Van Assche
2022-06-14 16:45     ` [dm-devel] " Bart Van Assche
2022-06-14 16:45       ` Bart Van Assche
2022-06-14  9:09 ` [dm-devel] [PATCH 4/6] block: cleanup variable naming in get_max_io_size Christoph Hellwig
2022-06-14  9:09   ` Christoph Hellwig
2022-06-14 16:50   ` [dm-devel] " Bart Van Assche
2022-06-14 16:50     ` Bart Van Assche
2022-06-15  6:27     ` [dm-devel] " Christoph Hellwig
2022-06-15  6:27       ` Christoph Hellwig
2022-06-14  9:09 ` [dm-devel] [PATCH 5/6] block: fold blk_max_size_offset into get_max_io_size Christoph Hellwig
2022-06-14  9:09   ` Christoph Hellwig
2022-06-14 16:51   ` [dm-devel] " Bart Van Assche
2022-06-14 16:51     ` Bart Van Assche
2022-06-15 10:48   ` [dm-devel] " Pankaj Raghav
2022-06-15 10:48     ` Pankaj Raghav
2022-06-14  9:09 ` [dm-devel] [PATCH 6/6] block: move blk_queue_get_max_sectors to blk.h Christoph Hellwig
2022-06-14  9:09   ` Christoph Hellwig
2022-06-14 16:48   ` [dm-devel] " Bart Van Assche
2022-06-14 16:48     ` Bart Van Assche
2022-06-17 12:39 ` [dm-devel] clean up the chunk_sizehandling helpers a little Jens Axboe
2022-06-17 12:39   ` Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2021-10-13 17:12 [dm-devel] simplify I/O size calculation helpers v2 Christoph Hellwig
2021-10-13 17:12 ` [dm-devel] [PATCH 1/6] block: factor out a chunk_size_left helper Christoph Hellwig

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.