summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2023-01-25cmd/btrfs-rec: Add flags for writing profilesLuke Shumaker
2023-01-06fixup! cmd/btrfs-rec: Add a type-agnostic utility function to write JSON outLuke Shumaker
2023-01-05cmd/btrfs-rec inspect rebuild-nodes: Optimize memory useLuke Shumaker
2023-01-05rebuildnodes: Support graceful shutdownLuke Shumaker
2023-01-05cmd/btrfs-rec: Fix capitalization typo in commentsLuke Shumaker
2023-01-01lint: Set exclude-use-default=falseLuke Shumaker
2023-01-01lint: Turn on stylecheckLuke Shumaker
2023-01-01lint: Turn on gomndLuke Shumaker
2023-01-01tree-wide: Annotate values that I might want to be tuningLuke Shumaker
2023-01-01cmd/btrfs-rec: Add a type-agnostic utility function to write JSON outLuke Shumaker
2023-01-01lint: Turn on gocriticLuke Shumaker
2023-01-01lint: Tighten up the nolintlint configurationLuke Shumaker
2022-12-30cmd/btrfs-rec: Have all logging include live memory statisticsLuke Shumaker
2022-12-26cmd/btrfs-rec: Add a utility function for reading JSON files with progressLuke Shumaker
2022-12-26cmd/btrfs-rec: Set the dlog fallback loggerLuke Shumaker
2022-12-26textui: Implement a custom dlog backend that uses x/text/messageLuke Shumaker
2022-12-26Factor logger code from main.go in to textuiLuke Shumaker
2022-12-26tree-wide: Audit for fmt.Sprint usage, in favor of textuiLuke Shumaker
2022-12-26tree-wide: Audit for fmt.Fprint usage, in favor of textuiLuke Shumaker
2022-12-26tree-wide: Outlaw fmt.Print, force textuiLuke Shumaker
2022-12-20Delete 'inspect show-loops'Luke Shumaker
2022-12-20rebuildnodes: wip: New rebuild-nodes implementationLuke Shumaker
2022-12-20Delete 'inspect visualize-nodes'Luke Shumaker
2022-10-08mount: Allow ignoring file checksum errorsLuke Shumaker
2022-10-06ls-files: more consistent error formattingLuke Shumaker
2022-10-05fix ls-trees lost+foundLuke Shumaker
2022-09-19find loops?Luke Shumaker
2022-09-17flatten visualizenodes, comment out rebuildnodesLuke Shumaker
2022-09-05visualize-nodes: Have the output be a zip fileLuke Shumaker
2022-09-05Rework visualize-nodesLuke Shumaker
2022-09-05Try to uniformly use containers.SetLuke Shumaker
2022-09-041st pass at visualize-nodesLuke Shumaker
2022-08-30wipLuke Shumaker
2022-08-30rm dbgsumsLuke Shumaker
2022-08-28btrfs: Split off btrfstree and btrfsprim sub-packagesLuke Shumaker
2022-08-28Delete clearbadnodes, it is being replaced by rebuildnodesLuke Shumaker
2022-08-28Split the rebuildnodes logic in to its own packageLuke Shumaker
2022-08-28btrfs: Rework TreePath to allow correctly checking the owner treeLuke Shumaker
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