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

Btrfs: Improve metadata read latencies



This fixes latency problems on metadata reads by making sure they
don't go through the async submit queue, and by tuning down the amount
of readahead done during btree searches.

Also, the btrfs bdi congestion function is tuned to ignore the
number of pending async bios and checksums pending.  There is additional
code that throttles new async bios now and the congestion function
doesn't need to worry about it anymore.

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 5b050f04
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