summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-07-13Misc tidy upLuke Shumaker
2022-07-13Fix package names/importsLuke Shumaker
2022-07-13Move files to different packages [ci-skip]Luke Shumaker
2022-07-13Move lib/kmp to lib/diskioLuke Shumaker
2022-07-13Move the remaining former-generic.go parts out of lib/util/Luke Shumaker
2022-07-13Move ordered.go to lib/containersLuke Shumaker
2022-07-13Move lib/rbtree to lib/containersLuke Shumaker
2022-07-13re-organize some things between filesLuke Shumaker
2022-07-13Implement KMP string searchLuke Shumaker
2022-07-13mount: Implement symlinksLuke Shumaker
2022-07-13Implement proper search for broken btreesLuke Shumaker
2022-07-13Add a TreePath.Node(x) method to help clean up the codeLuke Shumaker
2022-07-13Have TreeWalk be cancelableLuke Shumaker
2022-07-12Add an `Ordered` interface for the Cmp method, have rbtree use itLuke Shumaker
2022-07-12Define a Trees interface to abstract over broken treesLuke Shumaker
2022-07-12Don't have .Superblock() return a referenceLuke Shumaker
2022-07-12check for bad itemsLuke Shumaker
2022-07-12Don't include the offset and size in btrfs.ItemLuke Shumaker
2022-07-12lib/btrfs: Fuzz the Node parserLuke Shumaker
2022-07-12lib/btrfs: Don't have errors stutterLuke 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-11Fuzz btrfsitem, and by consequence improve binstruct errorsLuke Shumaker
2022-07-11lib/btrfsprogs: Don't hard-code stdout or stderrLuke Shumaker
2022-07-11Have a go at rearranging things in to a lib/btrfsprogsLuke Shumaker
2022-07-10Add license and copyright infoLuke Shumaker
2022-07-10Rename the module, mv pkg libLuke Shumaker