summaryrefslogtreecommitdiff
path: root/lib/btrfsprogs/btrfsinspect/rebuildmappings
AgeCommit message (Expand)Author
2023-03-14Move files around [ci-skip]Luke Shumaker
2023-02-12containers: Rethink the RBTree interface to be simplerLuke Shumaker
2023-02-05containers: s/Cmp/Compare/ to match the standard libraryLuke Shumaker
2023-02-04rebuildmappings: Use a binary-search when looking up the SumForAddrLuke Shumaker
2023-02-04rebuildmappings: Optimize the KMP searchLuke Shumaker
2023-02-04Move KMP IndexAll from diskio to rebuildmappingsLuke Shumaker
2023-02-04Move sumrunwithgaps.go from btrfssum to rebuildmappingsLuke Shumaker
2023-01-01lint: Turn on gomndLuke Shumaker
2023-01-01tree-wide: Annotate values that I might want to be tuningLuke Shumaker
2023-01-01lint: Turn on gocriticLuke Shumaker
2022-12-26rebuildmappings: Add a comment about the importance of exact-searchLuke Shumaker
2022-12-26tree-wide, except rebuildnodes: Fuss with logging to take advantage of textuiLuke Shumaker
2022-12-26tree-wide: Remove some now-superfluous calls to textui.HumanizedLuke Shumaker
2022-12-26tree-wide: Audit for fmt.Sprint usage, in favor of textuiLuke Shumaker
2022-12-26tree-wide: Migrate from using x/text/message directly to using textuiLuke Shumaker
2022-12-24Revert "rebuildmappings: Publicly expose the logicalsums RBTree"Luke Shumaker
2022-12-20rebuildmappings: Publicly expose the logicalsums RBTreeLuke Shumaker
2022-12-20containers.Set: Don't use constraints.OrderedLuke Shumaker
2022-09-18rebuildmappings: more logging of resultsLuke Shumaker
2022-09-05Try to uniformly use containers.SetLuke Shumaker
2022-08-28Misc tidy upLuke Shumaker
2022-08-27loggingLuke Shumaker
2022-08-27better fuzzy algo?Luke Shumaker
2022-08-27simplify matchsumsLuke Shumaker
2022-08-26slooooowwwwwLuke Shumaker
2022-08-25fixLuke Shumaker
2022-08-25discard old sumsLuke Shumaker
2022-08-24rebuildmappings: Add thousands separators to numbers in the final reportLuke Shumaker
2022-08-24wip: work on rebuildmappingsLuke Shumaker
2022-08-23Factor out SumsForLogicalRegionLuke Shumaker
2022-08-23Begone with allsums.goLuke Shumaker
2022-08-23rebuildmappings: Rename "gaps" to "unmapped regions"Luke Shumaker
2022-08-23Factor rebuildmappings.MapLogicalSums out of inspect_dbgsumsLuke Shumaker
2022-08-23Combine duplicated codeLuke Shumaker
2022-08-23Work on the new rebuildmappingsLuke Shumaker
2022-08-18Move ShortSum and friends to the btrfssum packageLuke Shumaker
2022-08-17cli: wip: Rethink the "scan" CLI commandsLuke Shumaker
2022-08-17lib: feat: Add ScanDevicesLuke Shumaker
2022-08-17rename: Move allsums.go to the rebuildmappings packageLuke Shumaker
2022-08-17rename: Move some files aroundLuke Shumaker