summaryrefslogtreecommitdiff
path: root/pkg/btrfsmisc/print_tree.go
AgeCommit message (Collapse)Author
2022-07-02subvolumesLuke Shumaker
2022-07-02more work on ls-filesLuke Shumaker
2022-07-02Properly implement EXTENT_DATA_REF_KEY inside of an inline refLuke Shumaker
2022-07-02implement EXTENT_CSUMLuke Shumaker
2022-07-02move things aroundLuke Shumaker
2022-07-02print_tree: fix typoLuke Shumaker
2022-07-01Rename TreeWalkPath→TreePathLuke Shumaker
2022-07-01rename WalkTree→TreeWalkLuke Shumaker
2022-06-26use devid instead of devuuid, add a Mapping structLuke Shumaker
2022-06-26fixup dump-treeLuke Shumaker
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