summaryrefslogtreecommitdiff
path: root/lib/btrfs/btrfsvol/lvm.go
AgeCommit message (Expand)Author
2023-04-04maps: Add HasKey and HaveAnyKeysInCommon functions, use themLuke Shumaker
2023-03-17tree-wide: Ensure that all packages have a doc commentLuke Shumaker
2023-02-12btrfsvol: Read: Avoid allocations for non-RAID readsLuke Shumaker
2023-02-12containers: Rethink the RBTree interface to be simplerLuke Shumaker
2023-02-12btrfsvol: Add a sanity checkLuke Shumaker
2023-02-05containers: s/Cmp/Compare/ to match the standard libraryLuke Shumaker
2023-01-01lint: Turn on gofumptLuke Shumaker
2023-01-01lint: Turn on gocriticLuke Shumaker
2022-12-20containers.Set: Don't use constraints.OrderedLuke Shumaker
2022-09-05Try to uniformly use containers.SetLuke Shumaker
2022-07-15wipLuke Shumaker
2022-07-15tidy upLuke 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 ordered.go to lib/containersLuke Shumaker
2022-07-13Move lib/rbtree to lib/containersLuke Shumaker
2022-07-12Add an `Ordered` interface for the Cmp method, have rbtree use itLuke Shumaker
2022-07-11move chunk reconstruction to btrfsinspect, add --mappingsLuke Shumaker
2022-07-10Add license and copyright infoLuke Shumaker
2022-07-10Rename the module, mv pkg libLuke Shumaker