summaryrefslogtreecommitdiff
path: root/pkg/util
AgeCommit message (Collapse)Author
2022-07-08Move subvol.go to btrfs/io3_fs.goLuke Shumaker
2022-07-05more fuseLuke Shumaker
2022-07-01implement btree lookupLuke Shumaker
2022-07-01gofmt -sLuke Shumaker
2022-07-01move dumb map and sort operations to util/generic.goLuke Shumaker
Also, the optimization of reversing the node list in pass1 isn't relevant anymore now that I'm using rbtrees
2022-06-30add rbtree.SearchRangeLuke Shumaker
2022-06-26tidy up which package things are inLuke Shumaker
2022-06-26better volume!Luke Shumaker
2022-06-26wip better volLuke 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-11Improve formatting of CSums and UUIDsLuke Shumaker
2022-06-06more fix, more progressLuke Shumaker
2022-06-06write supportLuke Shumaker
2022-06-05factor out a btrfsmisc pacageLuke Shumaker
2022-06-05fuss with formattingLuke Shumaker
2022-06-04moreLuke Shumaker
2022-06-01wowLuke Shumaker