Btrfs: Add run time btree defrag, and an ioctl to force btree defrag
authorChris Mason <chris.mason@oracle.com>
Tue, 7 Aug 2007 20:15:09 +0000 (16:15 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Tue, 7 Aug 2007 20:15:09 +0000 (16:15 -0400)
This adds two types of btree defrag, a run time form that tries to
defrag recently allocated blocks in the btree when they are still in ram,
and an ioctl that forces defrag of all btree blocks.

File data blocks are not defragged yet, but this can make a huge difference
in sequential btree reads.

Signed-off-by: Chris Mason <chris.mason@oracle.com>

No differences found