public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] cfq-iosched: policy fixes
@ 2009-11-24 13:48 Corrado Zoccolo
  2009-11-26  9:03 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Corrado Zoccolo @ 2009-11-24 13:48 UTC (permalink / raw)
  To: Linux-Kernel, Jens Axboe, Jeff Moyer, Vivek Goyal

Hi Jens,
I've collected some bugfixes to the for-2.6.33 branch.
Excluding the NCQ policy fix, that I'm resending with improved changelog,
the bugs were found by Vivek while investingating performance drops
or unfairness while testing cgroups. Nevertheless, those fixes have
general impact, so they should go in before cgroup code is merged:
* no-idle preemption logic was both under/over preempting.
   it should preempt only if the active queue is idling due to
   no-idle service tree empty
* seeky queues with large depth could steal too much bandwidth to
   low depth ones, so they will be marked as idling, and have exclusive
   access to disk for their time share
* the idling logic had some corner cases in which idling was not enabled,
  even if it should have been, caused by rq_noidle and rq_in_driver checks.
  Those were adjusted to better match the original intention.

Corrado

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

end of thread, other threads:[~2009-11-26  9:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-24 13:48 [PATCH 0/4] cfq-iosched: policy fixes Corrado Zoccolo
2009-11-26  9:03 ` Jens Axboe

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