summaryrefslogtreecommitdiff
path: root/lib/btrfsutil/scan.go
AgeCommit message (Collapse)Author
2023-03-17btrfstree: Have ReadNode return a *Node rather than a *diskio.Ref[Addr, Node]Luke Shumaker
... and take a ReaderAt instead of a diskio.File.
2023-03-14Factor out the device-scan loop from rebuildmappings in to btrfsutilLuke Shumaker