Full back reference support
authorZheng Yan <zheng.yan@oracle.com>
Tue, 23 Sep 2008 16:29:10 +0000 (12:29 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Tue, 23 Sep 2008 16:29:10 +0000 (12:29 -0400)
commit428b7fa6302c97f5a79f4864a448f481b08a0dfe
tree59cdff5184e68da4bb3bd59c1737beea2b6c677d
parentcea88ec1d7c61684b39a383996606b6e2f83bc21
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.
btrfsck.c
convert.c
ctree.c
ctree.h
debug-tree.c
extent-tree.c
mkfs.c
print-tree.c
utils.c