From: Josef Bacik Date: Tue, 14 Aug 2012 20:20:52 +0000 (-0400) Subject: Btrfs: do not allocate chunks as agressively X-Git-Tag: v3.7-rc1~71^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54338b5cc4fa3cfe260e8e4ade8b62a9079ea3f9;p=pandora-kernel.git Btrfs: do not allocate chunks as agressively Swinging this pendulum back the other way. We've been allocating chunks up to 2% of the disk no matter how much we actually have allocated. So instead fix this calculation to only allocate chunks if we have more than 80% of the space available allocated. Please test this as it will likely cause all sorts of ENOSPC problems to pop up suddenly. Thanks, Signed-off-by: Josef Bacik --- Reading git-diff-tree failed