summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-17rename: Rename "ScanOneDev"→"ScanOneDevice"Luke Shumaker
2022-08-17cli: rm cmd/btrfs-rec/inpsect_dbg.goLuke Shumaker
2022-08-17tools: Upgrade to Go 1.19Luke 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-30Upgrade golangci-lintLuke Shumaker
2022-07-28progress?Luke Shumaker
2022-07-27implement `rebuild-nodes`Luke Shumaker
2022-07-27add binary search tools to lib/slicesLuke Shumaker
2022-07-25ls-trees: Add an option to include lost+found nodesLuke Shumaker
2022-07-17improve ls-filesLuke Shumaker
2022-07-17implement xattrsLuke Shumaker
2022-07-17optimize?Luke Shumaker
2022-07-17more loggingLuke Shumaker
2022-07-17oops pctLuke Shumaker
2022-07-17Make sure there's enough free space for gaps at the beginning or end of bgsLuke Shumaker
2022-07-17handle gaps in blockgroupsLuke Shumaker
2022-07-17dbgLuke Shumaker
2022-07-17implement wildcards in the KMP IndexAllLuke Shumaker
2022-07-17export CSumBlockSizeLuke Shumaker
2022-07-16fix, sortaLuke Shumaker
2022-07-16better algoLuke Shumaker
2022-07-16rethink the SumRun interface to fit diskio.SequenceLuke Shumaker
2022-07-16Re-jigger the KMP search to be more independent of the underlying data typesLuke Shumaker
2022-07-16progressLuke Shumaker
2022-07-16store sums in a big ol sliceLuke Shumaker
2022-07-16wipLuke Shumaker
2022-07-15cache?Luke Shumaker
2022-07-15statusLuke Shumaker
2022-07-15wipLuke Shumaker
2022-07-15Let btree search have access to the item sizeLuke Shumaker
2022-07-15tidy upLuke Shumaker
2022-07-15down 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-15implement scan-for-extentsLuke Shumaker
2022-07-14wip ls-filesLuke Shumaker
2022-07-14broken_btree.go: Do better error trackingLuke Shumaker
2022-07-14broken_btree.go: Get ready to do better error trackingLuke Shumaker
2022-07-14have rebuilding the mappings use the scan-for-nodes resultLuke Shumaker
2022-07-14Buffer FS IOLuke Shumaker
2022-07-14implement scan-for-nodes commandLuke Shumaker
2022-07-14diskio.FindAll: Have the return type be a type parameterLuke Shumaker
2022-07-14diskio.File: Add .Close() and don't have .Size() return an errorLuke Shumaker
2022-07-13fix typo in a commentLuke Shumaker
2022-07-13Misc tidy upLuke Shumaker
2022-07-13Fix package names/importsLuke Shumaker
2022-07-13Move files to different packages [ci-skip]Luke Shumaker
2022-07-13Move lib/kmp to lib/diskioLuke Shumaker
2022-07-13Move the remaining former-generic.go parts out of lib/util/Luke Shumaker
2022-07-13Move ordered.go to lib/containersLuke Shumaker
Something about this trips a stack overflow in golangci-lint, so upgrade golangci-lint to a commit that fixes this.
2022-07-13Move lib/rbtree to lib/containersLuke Shumaker
2022-07-13re-organize some things between filesLuke Shumaker
2022-07-13Implement KMP string searchLuke Shumaker