Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-18 | Get inspect-scandevices to a decent-ish place | Luke Shumaker | |
2022-08-17 | cli: wip: Rethink the "scan" CLI commands | Luke Shumaker | |
2022-08-17 | lib: feat: ScanOneDevice: Track the generation of checksum items | Luke Shumaker | |
2022-08-17 | lib: feat: ScanOneDevice: Optimize a bit | Luke Shumaker | |
2022-08-17 | lib: feat: Add ScanDevices | Luke Shumaker | |
2022-08-17 | lib: feat: ScanOneDevice: Subsume ScanForNotes, checksum as we go, look for ↵ | Luke Shumaker | |
csum items "ignore space change" is possibly useful for viewing this diff? | |||
2022-08-17 | json: Implement a bunch of streaming JSON encoding/decoding | Luke Shumaker | |
2022-08-17 | rename: Move allsums.go to the rebuildmappings package | Luke Shumaker | |
2022-08-17 | rename: Split some files up | Luke Shumaker | |
2022-08-17 | rename: Move some files around | Luke Shumaker | |
2022-08-17 | rename: Move CSumBlockSize from scanforextents to btrfsitem | Luke Shumaker | |
2022-08-17 | rename: Rename "ScanOneDev"→"ScanOneDevice" | Luke Shumaker | |
2022-08-17 | cli: rm cmd/btrfs-rec/inpsect_dbg.go | 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-30 | Upgrade golangci-lint | Luke Shumaker | |
2022-07-28 | progress? | Luke Shumaker | |
2022-07-27 | implement `rebuild-nodes` | Luke Shumaker | |
2022-07-27 | add binary search tools to lib/slices | Luke Shumaker | |
2022-07-25 | ls-trees: Add an option to include lost+found nodes | Luke Shumaker | |
2022-07-17 | improve ls-files | Luke Shumaker | |
2022-07-17 | implement xattrs | Luke Shumaker | |
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 | |