Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-13 | Implement proper search for broken btrees | Luke Shumaker | |
2022-07-13 | Add a TreePath.Node(x) method to help clean up the code | Luke Shumaker | |
2022-07-13 | Have TreeWalk be cancelable | Luke Shumaker | |
2022-07-12 | Add an `Ordered` interface for the Cmp method, have rbtree use it | Luke Shumaker | |
2022-07-12 | Define a Trees interface to abstract over broken trees | Luke Shumaker | |
2022-07-12 | Don't have .Superblock() return a reference | Luke Shumaker | |
2022-07-12 | check for bad items | Luke Shumaker | |
Big indentation change in print_tree.go; small actual change. | |||
2022-07-12 | Don't include the offset and size in btrfs.Item | Luke Shumaker | |
2022-07-12 | lib/btrfs: Fuzz the Node parser | Luke Shumaker | |
2022-07-12 | lib/btrfs: Don't have errors stutter | Luke Shumaker | |
Since ad9ac6d07ce1819260c2b7f090fd4fe742c80d9f binstruct itself wraps all errors with the type and method; no need for the Node and SysChunk .MarshalBinary and .UnmarshalBinary methods to also prefix the errors they emit with that info. | |||
2022-07-12 | Don't let TreeWalk bail early, add TreeID in to TreePath | Luke Shumaker | |
2022-07-11 | move chunk reconstruction to btrfsinspect, add --mappings | 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 | |