Merge tag 'block-6.5-2023-07-21' of git://git.kernel.dk/linux
Pull block fixes from Jens Axboe: - Fix for loop regressions (Mauricio) - Fix a potential stall with batched wakeups in sbitmap (David) - Fix for stall with recursive plug flushes (Ross) - Skip accounting of empty requests for blk-iocost (Chengming) - Remove a dead field in struct blk_mq_hw_ctx (Chengming) * tag 'block-6.5-2023-07-21' of git://git.kernel.dk/linux: loop: do not enforce max_loop hard limit by (new) default loop: deprecate autoloading callback loop_probe() sbitmap: fix batching wakeup blk-iocost: skip empty flush bio in iocost blk-mq: delete dead struct blk_mq_hw_ctx->queued field blk-mq: Fix stall due to recursive flush plug
No related branches found
No related tags found
Showing
- block/blk-core.c 1 addition, 2 deletionsblock/blk-core.c
- block/blk-iocost.c 4 additions, 0 deletionsblock/blk-iocost.c
- block/blk-mq.c 8 additions, 1 deletionblock/blk-mq.c
- drivers/block/loop.c 38 additions, 2 deletionsdrivers/block/loop.c
- include/linux/blk-mq.h 0 additions, 2 deletionsinclude/linux/blk-mq.h
- lib/sbitmap.c 7 additions, 8 deletionslib/sbitmap.c
Loading
Please register or sign in to comment