kernel_optimize_test/block
Jens Axboe 2f5cb7381b cfq-iosched: change dispatch logic to deal with single requests at the time
The IO scheduler core calls into the IO scheduler dispatch_request hook
to move requests from the IO scheduler and into the driver dispatch
list. It only does so when the dispatch list is empty. CFQ moves several
requests to the dispatch list, which can cause higher latencies if we
suddenly have to switch to some important sync IO. Change the logic to
move one request at the time instead.

This should almost be functionally equivalent to what we did before,
except that we now honor 'quantum' as the maximum queue depth at the
device side from any single cfqq. If there's just a single active
cfqq, we allow up to 4 times the normal quantum.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2009-04-07 08:51:19 +02:00
..
as-iosched.c
blk-barrier.c
blk-core.c block: fix inconsistency in I/O stat accounting code 2009-04-07 08:12:38 +02:00
blk-exec.c
blk-integrity.c
blk-ioc.c
blk-map.c
blk-merge.c block: fix inconsistency in I/O stat accounting code 2009-04-07 08:12:38 +02:00
blk-settings.c
blk-softirq.c
blk-sysfs.c block: fix inconsistency in I/O stat accounting code 2009-04-07 08:12:38 +02:00
blk-tag.c
blk-timeout.c
blk.h block: fix inconsistency in I/O stat accounting code 2009-04-07 08:12:38 +02:00
bsg.c
cfq-iosched.c cfq-iosched: change dispatch logic to deal with single requests at the time 2009-04-07 08:51:19 +02:00
cmd-filter.c
compat_ioctl.c
deadline-iosched.c
elevator.c block: fix inconsistency in I/O stat accounting code 2009-04-07 08:12:38 +02:00
genhd.c
ioctl.c
Kconfig
Kconfig.iosched
Makefile
noop-iosched.c
scsi_ioctl.c