public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
* clean up the blk-ia-ranges.c code a bit
@ 2022-06-29  6:20 Christoph Hellwig
  2022-06-29  6:20 ` [PATCH 1/2] block: move ->ia_ranges from the request_queue to the gendisk Christoph Hellwig
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Christoph Hellwig @ 2022-06-29  6:20 UTC (permalink / raw)
  To: Jens Axboe, Damien Le Moal; +Cc: linux-block

Hi Jens, hi Damien,

this is a little drive by cleanup for the ia-ranges code, including
moving the data structure to the gendisk as it is only used for
non-passthrough access.

I don't have hardware to test this on, so it would be good to make this
go through Damien's rig.

Diffstat:
 block/blk-ia-ranges.c  |   65 +++++++++++++++----------------------------------
 block/blk-sysfs.c      |    2 -
 block/blk.h            |    3 --
 include/linux/blkdev.h |   12 ++++-----
 4 files changed, 28 insertions(+), 54 deletions(-)

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

end of thread, other threads:[~2022-06-29 14:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-29  6:20 clean up the blk-ia-ranges.c code a bit Christoph Hellwig
2022-06-29  6:20 ` [PATCH 1/2] block: move ->ia_ranges from the request_queue to the gendisk Christoph Hellwig
2022-06-29  7:08   ` Damien Le Moal
2022-06-29  7:22     ` Christoph Hellwig
2022-06-29  8:35   ` Damien Le Moal
2022-06-29  6:20 ` [PATCH 2/2] block: simplify disk_set_independent_access_ranges Christoph Hellwig
2022-06-29  8:37   ` Damien Le Moal
2022-06-29  6:32 ` clean up the blk-ia-ranges.c code a bit Damien Le Moal
2022-06-29  6:44   ` Christoph Hellwig
2022-06-29  6:52     ` Damien Le Moal
2022-06-29  8:38 ` Damien Le Moal
2022-06-29 14:36 ` Jens Axboe

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