summaryrefslogtreecommitdiff
path: root/lib/btrfs/btrfstree/btree_tree.go
AgeCommit message (Expand)Author
2023-04-17btrfstree: Wrap the error for UUID lookup failuresLuke Shumaker
2023-04-17btrfstree: Path.NodeExpectations(): Drop the ability to fail openLuke Shumaker
2023-04-09btrfstree: Do a better job of checking node ownershipLuke Shumaker
2023-03-30btrfstree: Rethink the API, but leave the old API in placeLuke Shumaker
2023-03-30btrfstree: Rethink 'Path' yet againLuke Shumaker
2023-03-30btrfstree: Change the NodeSource API so that it can do cachingLuke Shumaker
2023-03-30tree-wide: Funnel all btrfstree.ReadNode[btrfsvol.LogicalAddr]() calls throug...Luke Shumaker
2023-03-29btrfstree: TreeOperatorImpl: Don't have NodeSource be embeddedLuke Shumaker
2023-03-23btrfstree: Fuss with the TreeWalk APILuke Shumaker
2023-03-21btrfstree: Rework the RawTree implementation to be built around TreeWalkLuke Shumaker
2023-03-21btrfstree: Observe io/fs.SkipDir for PreKeyPointerLuke Shumaker
2023-03-21btrfstree: Move the implementations of methods to be on a separate tree objectLuke Shumaker
2023-03-19btrfstree: TreeRoot: Rename the member from TreeID to just IDLuke Shumaker
2023-03-19btrfstree: Have LookupTreeRoot take a ContextLuke Shumaker
2023-03-17tree-wide: s/TreePath/Path/gLuke Shumaker
2023-03-17btrfstree: Have ReadNode return a *Node rather than a *diskio.Ref[Addr, Node]Luke Shumaker
2023-03-17tree-wide: Turn on all revive linters (with exceptions)Luke Shumaker
2023-03-15btrfstree: Have errors include context of what was being searched forLuke Shumaker
2023-03-15btrfstree: Distinguish between tree-not-found and item-not-foundLuke Shumaker
2023-03-15btrfstree: Shuffle things between filesLuke Shumaker
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
2023-03-15btrfstree: Fix commentsLuke Shumaker
2023-03-14Move files around [ci-skip]Luke Shumaker