summaryrefslogtreecommitdiff
path: root/pkg/btrfs/btrfsitem/items.go
AgeCommit message (Collapse)Author
2022-07-02implement EXTENT_CSUMLuke 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-05handle untyped itemsLuke Shumaker
2022-06-01better error toleranceLuke Shumaker
2022-06-01lib: eagerly unmarshal itemsLuke Shumaker
2022-06-01Add an Item interfaceLuke Shumaker
2022-06-01wowLuke Shumaker