Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|