commit | 6702ed490ca0bb44e17131818a5a18b773957c5a | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue Aug 07 16:15:09 2007 -0400 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Tue Aug 07 16:15:09 2007 -0400 |
tree | f6bc4b77e58506a68f1ab539ca6c96854f39f92d | |
parent | 3c69faecb8d83cb2ef085a98b196a3fecea67725 [diff] |
Btrfs: Add run time btree defrag, and an ioctl to force btree defrag 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>