git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
771ed68
)
Btrfs: enforce metadata allocation clustering
author
Chris Mason
<chris.mason@oracle.com>
Fri, 7 Nov 2008 02:48:27 +0000
(21:48 -0500)
committer
Chris Mason
<chris.mason@oracle.com>
Fri, 7 Nov 2008 02:48:27 +0000
(21:48 -0500)
The allocator uses the last allocation as a starting point for metadata
allocations, and tries to allocate in clusters of at least 256k.
If the search for a free block fails to find the expected block, this patch
forces a new cluster to be found in the free list.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
No differences found