commit | 8e2967555571659d2c8a70dd120710110ed7bba4 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Sat Oct 03 16:26:03 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Sat Oct 03 16:27:13 2009 +0200 |
tree | 22716c5388f0269f5c1cef54958ae27df256c498 | |
parent | 365722bb917b08b7323b5a4a0a3386cc7d00397d [diff] |
cfq-iosched: implement slower async initiate and queue ramp up This slowly ramps up the async queue depth based on the time passed since the sync IO, and doesn't allow async at all until a sync slice period has passed. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>