mbox series

[0/2] Fix the mq-deadline async_depth implementation

Message ID 20240403212354.523925-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Fix the mq-deadline async_depth implementation | expand

Message

Bart Van Assche April 3, 2024, 9:23 p.m. UTC
Hi Jens,

The mq-deadline 'async_depth' sysfs attribute doesn't behave as intended. This
patch series fixes the implementation of that attribute.

Please consider this patch series for the next merge window.

Thanks,

Bart.

Bart Van Assche (2):
  block: Call .limit_depth() after .hctx has been set
  block/mq-deadline: Fix the tag reservation code

 block/blk-mq.c      |  8 +++++---
 block/mq-deadline.c | 20 +++++++++++++++++---
 2 files changed, 22 insertions(+), 6 deletions(-)