index
:
btrfs-progs-ng
lukeshu/node-cache
lukeshu/process-without-pv
master
Better btrfs userspace tools
Luke T. Shumaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
btrfs-rec
/
inspect_lstrees.go
Age
Commit message (
Expand
)
Author
2023-03-30
btrfsutil, cmd: Migrate to the new btrfstree.Forrest API
Luke Shumaker
2023-03-30
btrfstree: Rethink 'Path' yet again
Luke Shumaker
2023-03-30
btrfstree: Change the NodeSource API so that it can do caching
Luke Shumaker
2023-03-30
tree-wide: Funnel all btrfstree.ReadNode[btrfsvol.LogicalAddr]() calls throug...
Luke Shumaker
2023-03-23
btrfstree: Fuss with the TreeWalk API
Luke Shumaker
2023-03-17
containers: Add OptionalValue and OptionalNil
Luke Shumaker
2023-03-17
tree-wide: s/TreePath/Path/g
Luke Shumaker
2023-03-17
btrfstree: Have ReadNode return a *Node rather than a *diskio.Ref[Addr, Node]
Luke Shumaker
2023-03-14
Expose node-lists as a thing on the CLI
Luke Shumaker
2023-03-14
cmd/btrfs-rec: Smash scandevices and rebuild-mappings together
Luke Shumaker
2023-03-14
cmd/btrfs-rec: Have each subcommand call runWithRawFS itself
Luke Shumaker
2023-03-14
tree-wide: Don't pass around a full rebuildmappings.ScanDevicesResult when a ...
Luke Shumaker
2023-03-14
Get it to compile with the renamed files
Luke Shumaker
2023-01-05
cmd/btrfs-rec: Fix capitalization typo in comments
Luke Shumaker
2023-01-01
lint: Set exclude-use-default=false
Luke Shumaker
2023-01-01
lint: Turn on gomnd
Luke Shumaker
2023-01-01
lint: Turn on gocritic
Luke Shumaker
2022-12-26
cmd/btrfs-rec: Add a utility function for reading JSON files with progress
Luke Shumaker
2022-12-26
tree-wide: Audit for fmt.Fprint usage, in favor of textui
Luke Shumaker
2022-12-26
tree-wide: Outlaw fmt.Print, force textui
Luke Shumaker
2022-10-05
fix ls-trees lost+found
Luke Shumaker
2022-09-05
Try to uniformly use containers.Set
Luke Shumaker
2022-08-28
btrfs: Split off btrfstree and btrfsprim sub-packages
Luke Shumaker
2022-08-28
btrfs: Rethink the ReadNode API to better encourage sanity checking
Luke Shumaker
2022-08-17
rename: Rename "ScanOneDev"→"ScanOneDevice"
Luke Shumaker
2022-07-25
ls-trees: Add an option to include lost+found nodes
Luke Shumaker
2022-07-13
Move the remaining former-generic.go parts out of lib/util/
Luke Shumaker
2022-07-13
Have TreeWalk be cancelable
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 all of the small-ish tools to be part of btrfs-rec
Luke Shumaker