summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-02rbtree: Add support for maintaining node attributesLuke Shumaker
CLRS theorem 14.1
2022-10-02fix rbtree fuzz testLuke Shumaker
2022-09-29scriptsLuke Shumaker
2022-09-19find loops?Luke Shumaker
2022-09-18rebuildmappings: more logging of resultsLuke Shumaker
2022-09-18better outputLuke Shumaker
2022-09-18mostly svg!Luke Shumaker
2022-09-18wipLuke Shumaker
2022-09-17flatten visualizenodes, comment out rebuildnodesLuke Shumaker
2022-09-17split filesLuke Shumaker
2022-09-16wip one passLuke Shumaker
2022-09-05wipLuke Shumaker
2022-09-05visualize-nodes: Have the output be a zip fileLuke Shumaker
2022-09-05Rework visualize-nodesLuke Shumaker
2022-09-05Try to uniformly use containers.SetLuke Shumaker
2022-09-05Add ToKey to TreePaths; MinItem and MaxItem to NodeExpectationsLuke Shumaker
2022-09-041st pass at visualize-nodesLuke Shumaker
2022-09-04rebuildnodes: Tidy upLuke Shumaker
2022-09-02rebuild root itemsLuke Shumaker
this was sitting here uncommited from Wednesday
2022-08-30wip rework rebuildnodesLuke Shumaker
2022-08-30Change how btrfstree.TreePath generations workLuke Shumaker
2022-08-30remove debug logigngLuke Shumaker
2022-08-30btrfstree.ReadNode: Return more useful error typesLuke Shumaker
2022-08-30btrfstree: Don't let (most) validation errors prevent parsingLuke Shumaker
2022-08-30fix bad search/replaceLuke Shumaker
2022-08-30wip better reattachLuke Shumaker
2022-08-30misc fixLuke Shumaker
2022-08-30wip: fix reinitLuke Shumaker
2022-08-30wipLuke Shumaker
2022-08-30wipLuke Shumaker
2022-08-30wipLuke Shumaker
2022-08-30wipLuke Shumaker
2022-08-30rm dbgsumsLuke Shumaker
2022-08-30wipLuke Shumaker
2022-08-30move things between filesLuke Shumaker
2022-08-30wipLuke Shumaker
2022-08-30move things between filesLuke Shumaker
2022-08-30wipLuke Shumaker
2022-08-30wipLuke Shumaker
2022-08-30wipLuke Shumaker
2022-08-30wipLuke Shumaker
2022-08-28dbgLuke Shumaker
2022-08-28wip: rebuild-nodesLuke Shumaker
2022-08-28btrfs: Split off btrfstree and btrfsprim sub-packagesLuke Shumaker
2022-08-28btrfs: Split io3_btree.go in to multiple filesLuke Shumaker
This isn't changing anything, just cut/paste. Some of these decisions will make more sense in a later commit.
2022-08-28Delete clearbadnodes, it is being replaced by rebuildnodesLuke Shumaker
2022-08-28Split the rebuildnodes logic in to its own packageLuke Shumaker
2022-08-28cp cmd/btrfs-rec/inspect_rebuildnodes.go ↵Luke Shumaker
lib/btrfsprogs/btrfsinspect/rebuildnodes/rebuildnodes.go # [ci-skip]
2022-08-28btrfs: Allow TreeWalkHandler to indicate a node should be skippedLuke Shumaker
2022-08-28btrfs: Rework TreePath to allow correctly checking the owner treeLuke Shumaker