From: Chris Mason Date: Wed, 10 Jun 2009 00:28:34 +0000 (-0400) Subject: Btrfs: add mount -o ssd_spread to spread allocations out X-Git-Tag: v2.6.31-rc1~380^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=451d7585a8bb1b9bec0d676ce3dece1923164e55;p=pandora-kernel.git Btrfs: add mount -o ssd_spread to spread allocations out Some SSDs perform best when reusing block numbers often, while others perform much better when clustering strictly allocates big chunks of unused space. The default mount -o ssd will find rough groupings of blocks where there are a bunch of free blocks that might have some allocated blocks mixed in. mount -o ssd_spread will make sure there are no allocated blocks mixed in. It should perform better on lower end SSDs. Signed-off-by: Chris Mason --- Reading git-diff-tree failed