commit | 21a94f7acf0f748599ea552af5d9ee7d7e41c72f | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Thu Oct 11 15:54:03 2018 -0400 |
committer | David Sterba <dsterba@suse.com> | Fri Oct 19 12:20:03 2018 +0200 |
tree | b43ed6c451e463f5e93bc47e50e3bde7c194a475 | |
parent | b2b5b6502c3ddc448be825974036ef4d8966e888 [diff] |
btrfs: reset max_extent_size properly If we use up our block group before allocating a new one we'll easily get a max_extent_size that's set really really low, which will result in a lot of fragmentation. We need to make sure we're resetting the max_extent_size when we add a new chunk or add new space. CC: stable@vger.kernel.org # 4.4+ Reviewed-by: Filipe Manana <fdmanana@suse.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>