commit | 31840ae1a6b433ca0e6a8d341756ff478bbf959e | [log] [tgz] |
---|---|---|
author | Zheng Yan <zheng.yan@oracle.com> | Tue Sep 23 13:14:14 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:07 2008 -0400 |
tree | 9343db596aec175e9640aa2800b80f01496d7047 | |
parent | 1c2308f8e7d8491467e0095af2b01500f1b70819 [diff] |
Btrfs: Full back reference support This patch makes the back reference system to explicit record the location of parent node for all types of extents. The location of parent node is placed into the offset field of backref key. Every time a tree block is balanced, the back references for the affected lower level extents are updated. Signed-off-by: Chris Mason <chris.mason@oracle.com>