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:
b155aa0
)
dm cache policy mq: simplify ability to promote sequential IO to the cache
author
Mike Snitzer
<snitzer@redhat.com>
Thu, 30 Oct 2014 14:02:01 +0000
(10:02 -0400)
committer
Mike Snitzer
<snitzer@redhat.com>
Mon, 10 Nov 2014 20:25:30 +0000
(15:25 -0500)
Before, if the user wanted sequential IO to be promoted to the cache
they'd have to set sequential_threshold to some nebulous large value.
Now, the user may easily disable sequential IO detection (and sequential
IO's implicit bypass of the cache) by setting sequential_threshold to 0.
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
No differences found