summaryrefslogtreecommitdiff
path: root/cmd/btrfs-fsck/pass1.go
AgeCommit message (Collapse)Author
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-11Revert "dbg logging"Luke Shumaker
This reverts commit 5ff8cb052417e6bee1813824ccf2d75486da8217.
2022-06-07dbg loggingLuke Shumaker
2022-06-07fix em upLuke Shumaker
2022-06-07fastLuke Shumaker
2022-06-06fixupLuke Shumaker
2022-06-06pass1: tidy superblock handlingLuke Shumaker
2022-06-06fsck: organize, update item-gen codeLuke Shumaker