public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mq-deadline fixes
@ 2022-11-24  2:12 Damien Le Moal
  2022-11-24  2:12 ` [PATCH 1/2] block: mq-deadline: Fix dd_finish_request() for zoned devices Damien Le Moal
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Damien Le Moal @ 2022-11-24  2:12 UTC (permalink / raw)
  To: Jens Axboe, linux-block; +Cc: Bart Van Assche

A couple of patches to fix (1) a potential problem with mq-deadline IO
priority handling and (2) to improve write performance with HDDs.
While the performance improvement patch is technically not a bug fix,
the improvement is so significant with some HDDs that I added cc-stable
tag to get the patch added to LTS kernels.

Damien Le Moal (2):
  block: mq-deadline: Fix dd_finish_request() for zoned devices
  block: mq-deadline: Do not break sequential write streams to zoned
    HDDs

 block/mq-deadline.c | 83 +++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 77 insertions(+), 6 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2022-11-24 13:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-24  2:12 [PATCH 0/2] mq-deadline fixes Damien Le Moal
2022-11-24  2:12 ` [PATCH 1/2] block: mq-deadline: Fix dd_finish_request() for zoned devices Damien Le Moal
2022-11-24  2:12 ` [PATCH 2/2] block: mq-deadline: Do not break sequential write streams to zoned HDDs Damien Le Moal
2022-11-24  7:51 ` [PATCH 0/2] mq-deadline fixes Johannes Thumshirn
2022-11-24 13:30 ` Jens Axboe

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