summaryrefslogtreecommitdiff
path: root/lib/btrfsprogs/btrfsutil/broken_btree.go
AgeCommit message (Collapse)Author
2022-08-28btrfs: Split off btrfstree and btrfsprim sub-packagesLuke Shumaker
2022-08-28btrfs: Rework TreePath to allow correctly checking the owner treeLuke Shumaker
2022-08-28btrfs: Rethink the ReadNode API to better encourage sanity checkingLuke Shumaker
2022-08-17tools: Upgrade to Go 1.19Luke Shumaker
1. Edit Makefile:goversion 2. Run `make go-mod-tidy` 3. Run `gofmt -s -w .` 4. Look at the ignore-whitespace-change diff and fixup band gofmt changes
2022-07-15Let btree search have access to the item sizeLuke Shumaker
2022-07-14broken_btree.go: Do better error trackingLuke Shumaker
2022-07-14broken_btree.go: Get ready to do better error trackingLuke Shumaker
2022-07-13Fix package names/importsLuke Shumaker
2022-07-13Move lib/rbtree to lib/containersLuke Shumaker
2022-07-13Implement proper search for broken btreesLuke Shumaker