summaryrefslogtreecommitdiff
path: root/drivers/block/loop.c
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2009-04-07 09:38:31 (GMT)
committerJens Axboe <jens.axboe@oracle.com>2009-04-07 09:38:31 (GMT)
commitb029195dda0129b427c6e579a3bb3ae752da3a93 (patch)
tree7f8752d2fefac40b0b25720cc1b0fbbd8aed173a /drivers/block/loop.c
parent2385327725419a76cfbca7258abd95908b8ba9eb (diff)
downloadlinux-fsl-qoriq-b029195dda0129b427c6e579a3bb3ae752da3a93.tar.xz
cfq-iosched: don't let idling interfere with plugging
When CFQ is waiting for a new request from a process, currently it'll immediately restart queuing when it sees such a request. This doesn't work very well with streamed IO, since we then end up splitting IO that would otherwise have been merged nicely. For a simple dd test, this causes 10x as many requests to be issued as we should have. Normally this goes unnoticed due to the low overhead of requests at the device side, but some hardware is very sensitive to request sizes and there it can cause big slow downs. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/block/loop.c')
0 files changed, 0 insertions, 0 deletions