summaryrefslogtreecommitdiff
path: root/lib/btrfsutil/skinny_paths.go
AgeCommit message (Collapse)Author
2023-03-17btrfsutil: OldRebuiltForrest: Drop skinny pathsLuke Shumaker
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.
2023-03-17btrfstree: Have ReadNode return a *Node rather than a *diskio.Ref[Addr, Node]Luke Shumaker
... and take a ReaderAt instead of a diskio.File.
2023-03-15tree-wide: Refer to item "slots" rather than "indexes"Luke Shumaker
2023-03-15tree-wide: Have "interior" rather than "internal" be the antonym of "leaf"Luke Shumaker
Because "internal" has a meaning in the Go world, and it's confusing.
2023-03-14Move files around [ci-skip]Luke Shumaker