linux/drivers/block/aoe
Christoph Hellwig 9999200f58 aoe: pass queue_limits to blk_mq_alloc_disk
Pass the few limits aoe imposes directly to blk_mq_alloc_disk instead
of setting them one at a time and improve the way the default
max_hw_sectors is initialized while we're at it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20240215070300.2200308-3-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2024-02-19 16:59:31 -07:00
..
aoe.h aoe: Avoid flush_scheduled_work() usage 2022-05-01 06:41:41 -06:00
aoeblk.c aoe: pass queue_limits to blk_mq_alloc_disk 2024-02-19 16:59:31 -07:00
aoechr.c aoe: make aoe_class a static const structure 2023-06-21 07:45:19 -06:00
aoecmd.c aoe: Avoid flush_scheduled_work() usage 2022-05-01 06:41:41 -06:00
aoedev.c block: remove blk_cleanup_disk 2022-06-28 06:33:15 -06:00
aoemain.c aoe: Avoid flush_scheduled_work() usage 2022-05-01 06:41:41 -06:00
aoenet.c aoe: replace strncpy with strscpy 2023-10-03 18:23:48 -06:00
Makefile