summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2022-08-28btrfs: Rethink the ReadNode API to better encourage sanity checkingLuke Shumaker
2022-08-28Misc tidy upLuke Shumaker
2022-08-24wip: work on rebuildmappingsLuke Shumaker
2022-08-23Factor rebuildmappings.MapLogicalSums out of inspect_dbgsumsLuke Shumaker
2022-08-23Work on the new rebuildmappingsLuke Shumaker
2022-08-23rm -r cmd/btrfs-fsckLuke Shumaker
2022-08-21polish off dbgsumsLuke Shumaker
2022-08-18add a dbgsums commandLuke Shumaker
2022-08-18Get inspect-scandevices to a decent-ish placeLuke Shumaker
2022-08-17cli: wip: Rethink the "scan" CLI commandsLuke Shumaker
2022-08-17rename: Move allsums.go to the rebuildmappings packageLuke Shumaker
2022-08-17rename: Move some files aroundLuke Shumaker
2022-08-17rename: Rename "ScanOneDev"→"ScanOneDevice"Luke Shumaker
2022-08-17cli: rm cmd/btrfs-rec/inpsect_dbg.goLuke Shumaker
2022-07-28progress?Luke Shumaker
2022-07-27implement `rebuild-nodes`Luke Shumaker
2022-07-25ls-trees: Add an option to include lost+found nodesLuke Shumaker
2022-07-17improve ls-filesLuke Shumaker
2022-07-17dbgLuke Shumaker
2022-07-16store sums in a big ol sliceLuke Shumaker
2022-07-15statusLuke Shumaker
2022-07-15wipLuke Shumaker
2022-07-15tidy upLuke Shumaker
2022-07-15down to just 2 rebuilt errors!Luke Shumaker
2022-07-15implement scan-for-extentsLuke Shumaker
2022-07-14wip ls-filesLuke Shumaker
2022-07-14have rebuilding the mappings use the scan-for-nodes resultLuke Shumaker
2022-07-14implement scan-for-nodes commandLuke Shumaker
2022-07-13Misc tidy upLuke Shumaker
2022-07-13Fix package names/importsLuke 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
2022-07-13implement `btrfs-rec inspect spew-items`Luke Shumaker
2022-07-13Have TreeWalk be cancelableLuke Shumaker
2022-07-12Don't have .Superblock() return a referenceLuke Shumaker
2022-07-12check for bad itemsLuke Shumaker
2022-07-12Don't include the offset and size in btrfs.ItemLuke Shumaker
2022-07-12Don't let TreeWalk bail early, add TreeID in to TreePathLuke Shumaker
2022-07-11move chunk reconstruction to btrfsinspect, add --mappingsLuke Shumaker
2022-07-11Move all of the small-ish tools to be part of btrfs-recLuke Shumaker
2022-07-11wip btrfs-recLuke Shumaker
2022-07-11Fuzz btrfsitem, and by consequence improve binstruct errorsLuke Shumaker
2022-07-11lib/btrfsprogs: Don't hard-code stdout or stderrLuke Shumaker
2022-07-11Have a go at rearranging things in to a lib/btrfsprogsLuke Shumaker
2022-07-11rm -rf cmd/btrfs-dbgLuke Shumaker
2022-07-10Add license and copyright infoLuke Shumaker
2022-07-10Rename the module, mv pkg libLuke Shumaker
2022-07-08Add a Makefile that runs lint and stuffLuke Shumaker
2022-07-08get initial expected levels from the superblockLuke Shumaker
2022-07-08sorta fix the Level on root nodesLuke Shumaker