summaryrefslogtreecommitdiff
path: root/lib/btrfsprogs/btrfsutil
AgeCommit message (Expand)Author
2023-01-01lint: Turn on nilerrLuke Shumaker
2023-01-01lint: Turn on gomndLuke Shumaker
2023-01-01tree-wide: Annotate values that I might want to be tuningLuke Shumaker
2023-01-01lint: Turn on containedctxLuke Shumaker
2022-12-21btrfsutil: broken_btree.go: Fix an outdated commentLuke Shumaker
2022-12-20broken_btree: Implement .Augment()Luke Shumaker
2022-12-20rebuildnodes: wip: New rebuild-nodes implementationLuke Shumaker
2022-12-20Add and improve commentsLuke Shumaker
2022-12-20skinny paths: Don't have the cache be so bigLuke Shumaker
2022-10-17broken_btree: Don't duplicate the MaxKey constLuke Shumaker
2022-10-06broken_btree: Do a better job of not hiding errorsLuke Shumaker
2022-10-06check the sums of file readsLuke Shumaker
2022-10-06let skinny paths get evictedLuke Shumaker
2022-10-04broken tree skinny pathsLuke Shumaker
2022-10-04fix broken tree pathsLuke Shumaker
2022-10-03fix broken_btree.go?Luke Shumaker
2022-08-30wipLuke Shumaker
2022-08-28btrfs: Split off btrfstree and btrfsprim sub-packagesLuke Shumaker
2022-08-28btrfs: Rework TreePath to allow correctly checking the owner treeLuke Shumaker
2022-08-28btrfs: Rethink the ReadNode API to better encourage sanity checkingLuke Shumaker
2022-08-18Have ExtentCSum use SumRunLuke Shumaker
2022-08-18Move ShortSum and friends to the btrfssum packageLuke Shumaker
2022-08-17rename: Move some files aroundLuke Shumaker
2022-08-17tools: Upgrade to Go 1.19Luke Shumaker
2022-07-15Let btree search have access to the item sizeLuke Shumaker
2022-07-14broken_btree.go: Do better error trackingLuke Shumaker
2022-07-14broken_btree.go: Get ready to do better error trackingLuke Shumaker
2022-07-14Buffer FS IOLuke Shumaker
2022-07-14diskio.File: Add .Close() and don't have .Size() return an errorLuke Shumaker
2022-07-13Fix package names/importsLuke Shumaker
2022-07-13Move the remaining former-generic.go parts out of lib/util/Luke Shumaker
2022-07-13Move lib/rbtree to lib/containersLuke Shumaker
2022-07-13Implement proper search for broken btreesLuke Shumaker
2022-07-13Have TreeWalk be cancelableLuke Shumaker
2022-07-12Don't include the offset and size in btrfs.ItemLuke Shumaker
2022-07-12Don't let TreeWalk bail early, add TreeID in to TreePathLuke Shumaker
2022-07-11move chunk reconstruction to btrfsinspect, add --mappingsLuke Shumaker
2022-07-11Have a go at rearranging things in to a lib/btrfsprogsLuke Shumaker