summaryrefslogtreecommitdiff
path: root/pkg/btrfsmisc/print_tree.go
AgeCommit message (Collapse)Author
2022-06-15dump-tree: Sync up to 5.18.1; implement csum typesLuke Shumaker
2022-06-12Have WalkTree include path informationLuke Shumaker
2022-06-11use %v when possibleLuke Shumaker
Exceptions are - the occasional %x when the type is a basic int - %w - %q - %T - whenever print_tree.go needs to be dumb for compatibility with C
2022-06-07fix em upLuke Shumaker
2022-06-05wip gather stripesLuke Shumaker
2022-06-05better error handlingLuke Shumaker
2022-06-05factor out a btrfsmisc pacageLuke Shumaker