commit | 31153d81284934601d08110ac7698fd9a535e4c0 | [log] [tgz] |
---|---|---|
author | Yan Zheng <zheng.yan@oracle.com> | Mon Jul 28 15:32:19 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:05 2008 -0400 |
tree | 38f873fea3012a58d2a8f4d439a9546443617878 | |
parent | 3a115f520f391b4ab14041bdd6eedb370d944fa6 [diff] |
Btrfs: Add a leaf reference cache Much of the IO done while dropping snapshots is done looking up leaves in the filesystem trees to see if they point to any extents and to drop the references on any extents found. This creates a cache so that IO isn't required. Signed-off-by: Chris Mason <chris.mason@oracle.com>