Alan D. Brunelle ac9fafa124 block: Skip I/O merges when disabled
The block I/O + elevator + I/O scheduler code spend a lot of time trying
to merge I/Os -- rightfully so under "normal" circumstances. However,
if one were to know that the incoming I/O stream was /very/ random in
nature, the cycles are wasted.

This patch adds a per-request_queue tunable that (when set) disables
merge attempts (beyond the simple one-hit cache check), thus freeing up
a non-trivial amount of CPU cycles.

Signed-off-by: Alan D. Brunelle <alan.brunelle@hp.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2008-04-29 14:48:55 +02:00
..
2008-02-01 11:34:49 +01:00
2008-04-29 14:48:55 +02:00
2008-04-29 14:48:33 +02:00
2008-04-29 14:48:33 +02:00
2008-04-29 14:48:55 +02:00
2008-04-22 15:16:32 -05:00
2008-03-12 12:34:37 -07:00