Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-01 | tree-wide: Annotate values that I might want to be tuning | Luke Shumaker | |
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 | tree-wide: Audit for simplistic type assertions | Luke Shumaker | |
2023-01-01 | lint: Turn on forcetypeassert | Luke Shumaker | |
2022-10-08 | mount: Allow ignoring file checksum errors | Luke Shumaker | |
2022-10-06 | fix bug with subvolume lookup | Luke Shumaker | |
2022-10-06 | check the sums of file reads | Luke Shumaker | |
2022-09-05 | Try to uniformly use containers.Set | Luke Shumaker | |
2022-08-30 | wip | Luke Shumaker | |
2022-08-28 | btrfs: Split off btrfstree and btrfsprim sub-packages | Luke Shumaker | |
2022-07-17 | implement xattrs | Luke Shumaker | |
2022-07-15 | Let btree search have access to the item size | Luke Shumaker | |
2022-07-14 | wip ls-files | Luke Shumaker | |
2022-07-13 | fix typo in a comment | Luke Shumaker | |
2022-07-13 | Misc tidy up | 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-12 | Define a Trees interface to abstract over broken trees | Luke Shumaker | |
2022-07-12 | Don't include the offset and size in btrfs.Item | Luke Shumaker | |
2022-07-11 | Fuzz btrfsitem, and by consequence improve binstruct errors | Luke Shumaker | |
2022-07-10 | Add license and copyright info | Luke Shumaker | |
2022-07-10 | Rename the module, mv pkg lib | Luke Shumaker | |