Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-17 | tree-wide: Ensure that all packages have a doc comment | Luke Shumaker | |
2023-02-12 | Change how constants are declared to play nice with godoc | Luke Shumaker | |
Switch to NAME Type = val instead of NAME = Type(val) | |||
2023-02-12 | btrfsvol: Read: Avoid allocations for non-RAID reads | Luke Shumaker | |
2023-02-12 | containers: Rethink the RBTree interface to be simpler | Luke Shumaker | |
2023-02-12 | btrfsvol: Add a sanity check | Luke Shumaker | |
2023-02-05 | containers: s/Cmp/Compare/ to match the standard library | Luke Shumaker | |
Go 1.18 added net/netip.Addr.Compare, and Go 1.20 added time.Time.Compare. | |||
2023-01-01 | lint: Turn on gofumpt | Luke Shumaker | |
All edits to .go files are made by `tools/bin/golangci-lint run --fix ./...`, not by me as a human. | |||
2023-01-01 | lint: Turn on gocritic | Luke Shumaker | |
2022-12-20 | containers.Set: Don't use constraints.Ordered | Luke Shumaker | |
2022-09-05 | Try to uniformly use containers.Set | Luke Shumaker | |
2022-07-16 | rethink the SumRun interface to fit diskio.Sequence | Luke Shumaker | |
2022-07-15 | wip | Luke Shumaker | |
2022-07-15 | tidy up | Luke Shumaker | |
2022-07-14 | diskio.File: Add .Close() and don't have .Size() return an error | Luke Shumaker | |
2022-07-13 | Fix package names/imports | Luke Shumaker | |
2022-07-13 | Move the remaining former-generic.go parts out of lib/util/ | Luke Shumaker | |
2022-07-13 | Move ordered.go to lib/containers | Luke Shumaker | |
Something about this trips a stack overflow in golangci-lint, so upgrade golangci-lint to a commit that fixes this. | |||
2022-07-13 | Move lib/rbtree to lib/containers | Luke Shumaker | |
2022-07-12 | Add an `Ordered` interface for the Cmp method, have rbtree use it | Luke Shumaker | |
2022-07-11 | move chunk reconstruction to btrfsinspect, add --mappings | Luke Shumaker | |
2022-07-10 | Add license and copyright info | Luke Shumaker | |
2022-07-10 | Rename the module, mv pkg lib | Luke Shumaker | |