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:
279afba
)
bcache: Write out full stripes
author
Kent Overstreet
<koverstreet@google.com>
Wed, 5 Jun 2013 13:24:39 +0000
(06:24 -0700)
committer
Kent Overstreet
<koverstreet@google.com>
Thu, 27 Jun 2013 04:58:04 +0000
(21:58 -0700)
Now that we're tracking dirty data per stripe, we can add two
optimizations for raid5/6:
* If a stripe is already dirty, force writes to that stripe to
writeback mode - to help build up full stripes of dirty data
* When flushing dirty data, preferentially write out full stripes first
if there are any.
Signed-off-by: Kent Overstreet <koverstreet@google.com>
No differences found