Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-17 | optimize? | Luke Shumaker | |
2022-07-17 | more logging | Luke Shumaker | |
2022-07-17 | oops pct | Luke Shumaker | |
2022-07-17 | Make sure there's enough free space for gaps at the beginning or end of bgs | Luke Shumaker | |
2022-07-17 | handle gaps in blockgroups | Luke Shumaker | |
2022-07-17 | dbg | Luke Shumaker | |
2022-07-17 | implement wildcards in the KMP IndexAll | Luke Shumaker | |
2022-07-17 | export CSumBlockSize | Luke Shumaker | |
2022-07-16 | fix, sorta | Luke Shumaker | |
2022-07-16 | better algo | Luke Shumaker | |
2022-07-16 | rethink the SumRun interface to fit diskio.Sequence | Luke Shumaker | |
2022-07-16 | Re-jigger the KMP search to be more independent of the underlying data types | Luke Shumaker | |
2022-07-16 | progress | Luke Shumaker | |
2022-07-16 | store sums in a big ol slice | Luke Shumaker | |
2022-07-16 | wip | Luke Shumaker | |
2022-07-15 | cache? | Luke Shumaker | |
2022-07-15 | status | 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-15 | down to just 2 rebuilt errors! | Luke Shumaker | |
ERRO[0248] ... dev["../scratch/dump-zero.img"] error: could not pair blockgroup laddr=0x0000000000500000 (size=0x0000000000800000 flags=METADATA|single) with a mapping THREAD=/main ERRO[0248] ... dev["../scratch/dump-zero.img"] error: adding flags from blockgroup: (0xc00022a050).AddMapping: member devext has locked size=0x0000000000800000, but union would have size=0x0000000040000000 THREAD=/main | |||
2022-07-15 | implement scan-for-extents | Luke Shumaker | |
2022-07-14 | wip ls-files | Luke Shumaker | |
2022-07-14 | broken_btree.go: Do better error tracking | Luke Shumaker | |
2022-07-14 | broken_btree.go: Get ready to do better error tracking | Luke Shumaker | |
2022-07-14 | have rebuilding the mappings use the scan-for-nodes result | Luke Shumaker | |
2022-07-14 | Buffer FS IO | Luke Shumaker | |
2022-07-14 | implement scan-for-nodes command | Luke Shumaker | |
2022-07-14 | diskio.FindAll: Have the return type be a type parameter | 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 lib/kmp to lib/diskio | 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 | re-organize some things between files | Luke Shumaker | |
2022-07-13 | Implement KMP string search | Luke Shumaker | |
2022-07-13 | mount: Implement symlinks | Luke Shumaker | |
2022-07-13 | implement `btrfs-rec inspect spew-items` | 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 | |