Age | Commit message (Collapse) | Author |
|
belong to
- nodeInfo → oldRebuiltNodeInfo (old_rebuilt_forrest.go)
- itemStats → rebuiltItemStats (rebuilt_tree.go)
- rootStats → rebuiltRootStats (rebuilt_tree.go)
- nodeScanner → nodeLister (listnodes.go)
- nodeStats → nodeListStats (listnodes.go)
- scanStats → devScanStats (scan.go)
|
|
|
|
|
|
|
|
|
|
...and touch up comments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
through btrfstree.NodeSource.ReadNode()
|
|
|
|
Validating a node's owner properly requires the generation.
But don't worry about actually doing it properly yet, just update the API
first.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's OK that for ROOT_TREE_OBJECTID it now calls btrfstree.LookupTreeRoot
on `bt` instead of `bt.inner`, because LookupTreeRoot doesn't actually use
that argument for ROOT_TREE_OBJECTID.
|
|
|
|
btrfstree.TreePath stutters.
|
|
This changes errors to not have a Path attached to them, only tracking
their spans; and it changes the Paths from TreeWalk to only have the leaf
node.
|
|
|
|
|
|
... and take a ReaderAt instead of a diskio.File.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|