linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BUGFIX/IMPROVEMENT 0/3] bfq: one fix and two important improvements for throughput
@ 2018-09-14 14:23 Paolo Valente
  2018-09-14 14:23 ` [PATCH BUGFIX/IMPROVEMENT 1/3] block, bfq: correctly charge and reset entity service in all cases Paolo Valente
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paolo Valente @ 2018-09-14 14:23 UTC (permalink / raw)
  To: Jens Axboe
  Cc: linux-block, linux-kernel, ulf.hansson, linus.walleij, broonie,
	bfq-iosched, oleksandr, Paolo Valente

Hi Jens,
the second and third patch in this series provide two important
improvements in bfq's ability to boost throughput with random I/O. The
benefits of the second patch concern I/O control, and are described in
detail in this LWN article [1] (and briefly in the commit message
itself). The benefits of the other patch should be
straightforward. Finally, the first patch fixes an I/O-control bug,
found while making the second patch.

These patches modify somehow core operations of bfq, so, before
submitting them, I have tested them a lot, and have had them tested by
other people too. In particular, during these months, they have been
tested in systems ranging from PCs to development platforms.

Thanks,
Paolo

[1] https://lwn.net/Articles/763603/

Paolo Valente (3):
  block, bfq: correctly charge and reset entity service in all cases
  block, bfq: inject other-queue I/O into seeky idle queues on NCQ flash
  blok, bfq: do not plug I/O if all queues are weight-raised

 block/bfq-iosched.c | 78 +++++++++++++++++++++++++++++++++++++++++++++++------
 block/bfq-iosched.h | 26 ++++++++++++++++++
 block/bfq-wf2q.c    | 13 ++++++---
 3 files changed, 106 insertions(+), 11 deletions(-)

--
2.16.1

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

end of thread, other threads:[~2018-09-14 19:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-14 14:23 [PATCH BUGFIX/IMPROVEMENT 0/3] bfq: one fix and two important improvements for throughput Paolo Valente
2018-09-14 14:23 ` [PATCH BUGFIX/IMPROVEMENT 1/3] block, bfq: correctly charge and reset entity service in all cases Paolo Valente
2018-09-14 14:23 ` [PATCH BUGFIX/IMPROVEMENT 2/3] block, bfq: inject other-queue I/O into seeky idle queues on NCQ flash Paolo Valente
2018-09-14 14:23 ` [PATCH BUGFIX/IMPROVEMENT 3/3] blok, bfq: do not plug I/O if all queues are weight-raised Paolo Valente
2018-09-14 19:06 ` [PATCH BUGFIX/IMPROVEMENT 0/3] bfq: one fix and two important improvements for throughput Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).