commit | 3f157a2fd2ad731e1ed9964fecdc5f459f04a4a4 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Wed Jun 25 16:01:31 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:04 2008 -0400 |
tree | df9421e7b1d0c06d5efb8659f4317438d3d511d7 | |
parent | 1b1e2135dc1e4efbcf25ac9ac9979316d4e1193e [diff] |
Btrfs: Online btree defragmentation fixes The btree defragger wasn't making forward progress because the new key wasn't being saved by the btrfs_search_forward function. This also disables the automatic btree defrag, it wasn't scaling well to huge filesystems. The auto-defrag needs to be done differently. Signed-off-by: Chris Mason <chris.mason@oracle.com>