Age | Commit message (Expand) | Author |
2022-08-23 | Combine duplicated code | Luke Shumaker |
2022-08-23 | Work on the new rebuildmappings | Luke Shumaker |
2022-08-18 | ScanOneDevice: Drop SysExtentSCSum's key, it's superfluous now | 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-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 c... | Luke Shumaker |
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-07-17 | implement xattrs | 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 | 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 | 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 | tidy up | Luke Shumaker |
2022-07-14 | wip ls-files | Luke Shumaker |
2022-07-14 | implement scan-for-nodes command | Luke Shumaker |
2022-07-14 | diskio.File: Add .Close() and don't have .Size() return an error | Luke Shumaker |
2022-07-13 | Misc tidy up | Luke Shumaker |
2022-07-13 | Fix package names/imports | Luke Shumaker |
2022-07-13 | Move the remaining former-generic.go parts out of lib/util/ | Luke Shumaker |
2022-07-13 | mount: Implement symlinks | 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 | Don't have .Superblock() return a reference | Luke Shumaker |
2022-07-12 | check for bad items | Luke Shumaker |
2022-07-12 | Don't include the offset and size in btrfs.Item | Luke Shumaker |
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 |