git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b876f9
)
cfq-iosched: reduce write depth only if sync was delayed
author
Corrado Zoccolo
<czoccolo@gmail.com>
Sun, 6 Dec 2009 10:48:52 +0000
(11:48 +0100)
committer
Jens Axboe
<axboe@carl.(none)>
Wed, 9 Dec 2009 11:32:55 +0000
(12:32 +0100)
The introduction of ramp-up formula for async queue depths has
slowed down dirty page reclaim, by reducing async write performance.
This patch makes sure the formula kicks in only when sync request
was recently delayed.
Signed-off-by: Corrado Zoccolo <czoccolo@gmail.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found