Skip to content
Commit c9dc4c65 authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: two stage dirty block group writeout



Block group cache writeout is currently waiting on the pages for each
block group cache before moving on to writing the next one.  This commit
switches things around to send down all the caches and then wait on them
in batches.

The end result is much faster, since we're keeping the disk pipeline
full.

Signed-off-by: default avatarChris Mason <clm@fb.com>
parent 4c6d1d85
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment