summaryrefslogtreecommitdiff
path: root/cmd/btrfs-rec/main.go
AgeCommit message (Expand)Author
2023-07-25rebuildmappings process: Don't require --pvLuke Shumaker
2023-07-25Inline btrfsutil.Open() into main.goLuke Shumaker
2023-04-17btrfsutil: RebuiltForrest: Add a .RebuiltAddRoots() method, cmd/btrfs-rec: Ad...Luke Shumaker
2023-04-17cmd/btrfs-rec, btrfsutil: Delete OldRebuiltForrestLuke Shumaker
2023-04-17btrfsutil: RebuiltForrest: Add a lax-ancestor modeLuke Shumaker
2023-04-13cmd/btrfs-rec: Add a way to use RebuiltForrest instead of OldRebuiltForrestLuke Shumaker
2023-04-04cmd/btrfs-rec: Move --node-list to be a global flagLuke Shumaker
2023-04-04cmd/btrfs-rec: ls-trees: Use runWithReadableFSLuke Shumaker
2023-04-04cmd/btrfs-rec: Have RebuiltForrest be opt-in on the CLILuke Shumaker
2023-04-04cmd/btrfs-rec: main.go: Don't let lines get too longLuke Shumaker
2023-03-30cmd/btrfs-rec: Add a runWithReadableFS helper for rebuilt forrestsLuke Shumaker
2023-03-17tree-wide: Turn on all revive linters (with exceptions)Luke Shumaker
2023-03-14cmd/btrfs-rec: inspect rebuild-mappings list-nodes: Set up logging and stuffLuke Shumaker
2023-03-14cmd/btrfs-rec: Don't require --pv for `help`Luke Shumaker
2023-03-14cmd/btrfs-rec: Have each subcommand call runWithRawFS itselfLuke Shumaker
2023-03-14cmd/btrfs-rec: Factor out a `runWithRawFS` functionLuke Shumaker
2023-03-14Get it to compile with the renamed filesLuke Shumaker
2023-03-02Shorten the log lines if < LogLevelDebugLuke Shumaker
2023-01-25cmd/btrfs-rec: Add flags for writing profilesLuke Shumaker
2023-01-01lint: Turn on stylecheckLuke 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.Fprint usage, in favor of textuiLuke Shumaker
2022-07-14have rebuilding the mappings use the scan-for-nodes resultLuke 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