Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-30 | btrfstree: Don't let (most) validation errors prevent parsing | Luke Shumaker | |
2022-08-30 | fix bad search/replace | Luke Shumaker | |
2022-08-30 | misc fix | Luke Shumaker | |
2022-08-30 | wip | Luke Shumaker | |
2022-08-30 | wip | Luke Shumaker | |
2022-08-30 | wip | Luke Shumaker | |
2022-08-28 | dbg | Luke Shumaker | |
2022-08-28 | btrfs: Split off btrfstree and btrfsprim sub-packages | Luke Shumaker | |
2022-08-28 | btrfs: Split io3_btree.go in to multiple files | Luke Shumaker | |
This isn't changing anything, just cut/paste. Some of these decisions will make more sense in a later commit. | |||
2022-08-28 | btrfs: Allow TreeWalkHandler to indicate a node should be skipped | Luke Shumaker | |
2022-08-28 | btrfs: Rework TreePath to allow correctly checking the owner tree | Luke Shumaker | |
2022-08-28 | btrfs: Rethink the ReadNode API to better encourage sanity checking | Luke Shumaker | |
2022-08-28 | Misc tidy up | Luke Shumaker | |
2022-08-23 | Begone with allsums.go | Luke Shumaker | |
2022-08-21 | polish off dbgsums | Luke Shumaker | |
2022-08-18 | add a dbgsums command | Luke Shumaker | |
2022-08-18 | Have ExtentCSum use SumRun | Luke Shumaker | |
2022-08-18 | Move ShortSum and friends to the btrfssum package | Luke Shumaker | |
2022-08-18 | Work on the scandevices output | Luke Shumaker | |
2022-08-17 | json: Implement a bunch of streaming JSON encoding/decoding | Luke Shumaker | |
2022-08-17 | rename: Move CSumBlockSize from scanforextents to btrfsitem | Luke Shumaker | |
2022-08-17 | tools: Upgrade to Go 1.19 | Luke 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-27 | implement `rebuild-nodes` | Luke Shumaker | |
2022-07-27 | add binary search tools to lib/slices | Luke Shumaker | |
2022-07-17 | implement xattrs | Luke Shumaker | |
2022-07-16 | rethink the SumRun interface to fit diskio.Sequence | Luke Shumaker | |
2022-07-15 | wip | Luke Shumaker | |
2022-07-15 | Let btree search have access to the item size | Luke Shumaker | |
2022-07-15 | tidy up | Luke Shumaker | |
2022-07-14 | wip ls-files | Luke Shumaker | |
2022-07-14 | diskio.File: Add .Close() and don't have .Size() return an error | 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 files to different packages [ci-skip] | 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-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 | |