summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-30Upgrade golangci-lintLuke Shumaker
2022-07-13Misc tidy upLuke Shumaker
2022-07-13Move the remaining former-generic.go parts out of lib/util/Luke Shumaker
2022-07-13Move ordered.go to lib/containersLuke Shumaker
Something about this trips a stack overflow in golangci-lint, so upgrade golangci-lint to a commit that fixes this.
2022-07-13re-organize some things between filesLuke Shumaker
2022-07-12Add an `Ordered` interface for the Cmp method, have rbtree use itLuke Shumaker
2022-07-10Add license and copyright infoLuke Shumaker
2022-07-10Rename the module, mv pkg libLuke Shumaker
2022-07-10Integrate pkg/btrfs/Makefile in to Makefile and .build.ymlLuke Shumaker
2022-07-08Add a Makefile that runs lint and stuffLuke Shumaker
2022-07-05more fuseLuke Shumaker
2022-07-01implement btree lookupLuke Shumaker
2022-07-01move dumb map and sort operations to util/generic.goLuke Shumaker
Also, the optimization of reversing the node list in pass1 isn't relevant anymore now that I'm using rbtrees
2022-06-30add rbtree.SearchRangeLuke Shumaker
2022-06-26better volume!Luke Shumaker
2022-06-26wip better volLuke Shumaker
2022-06-05factor out a btrfsmisc pacageLuke Shumaker
2022-06-04Preserve paddingLuke Shumaker
2022-06-01wowLuke Shumaker
2022-05-11scan for nodesLuke Shumaker