Btrfs: keep track of largest extent in bitmaps
authorJosef Bacik <jbacik@fb.com>
Fri, 2 Oct 2015 20:09:42 +0000 (16:09 -0400)
committerChris Mason <clm@fb.com>
Thu, 22 Oct 2015 01:55:40 +0000 (18:55 -0700)
commitcef404837002103584c7c82f1e3fc3ec5961f47b
tree85707bf5ecc1a773cddbf47e152eb41741b52619
parentc759c4e16179e47e099f491011e6acd7858f8625
Btrfs: keep track of largest extent in bitmaps

We can waste a lot of time searching through bitmaps when we are heavily
fragmented trying to find large contiguous areas that don't exist in the bitmap.
So keep track of the max extent size when we do a full search of a bitmap so
that next time around we can just skip the expensive searching if our max size
is less than what we are looking for.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/free-space-cache.c
fs/btrfs/free-space-cache.h