summaryrefslogtreecommitdiff
path: root/lib/btrfs/io4_fs.go
AgeCommit message (Expand)Author
2023-04-17btrfs: Subvolume: loadFile: Fix errors around extent gapsLuke Shumaker
2023-03-30btrfs: Migrate to the new btrfstree.Forrest APILuke Shumaker
2023-03-30btrfstree: Rethink the API, but leave the old API in placeLuke Shumaker
2023-03-28containers: Rethink the caching librariesLuke Shumaker
2023-03-23btrfs: Subvolume: Use LookupTreeRootLuke Shumaker
2023-03-17btrfs: io4_fs.go: Subvolume: Don't have public members; use a constructorLuke Shumaker
2023-03-17btrfstree: Have ReadNode return a *Node rather than a *diskio.Ref[Addr, Node]Luke Shumaker
2023-03-17tree-wide: Turn on all revive linters (with exceptions)Luke Shumaker
2023-03-15btrfstree: Have errors include context of what was being searched forLuke Shumaker
2023-03-14btrfs: Have "missing by-name direntry" errors be in a stable orderLuke Shumaker
2023-02-12btrfsitem: Add `Free` and `CloneItem` methods to ItemsLuke Shumaker
2023-02-12btrfsitem: Have all Item implementations be pointers to structsLuke Shumaker
2023-02-12tree-wide: Migrate to the new ARCacheLuke Shumaker
2023-02-05containers: s/Cmp/Compare/ to match the standard libraryLuke Shumaker
2023-01-01lint: Turn on stylecheckLuke Shumaker
2023-01-01tree-wide: Annotate values that I might want to be tuningLuke Shumaker
2023-01-01lint: Turn on gofumptLuke Shumaker
2023-01-01tree-wide: Audit for simplistic type assertionsLuke Shumaker
2023-01-01lint: Turn on forcetypeassertLuke Shumaker
2022-10-08mount: Allow ignoring file checksum errorsLuke Shumaker
2022-10-06fix bug with subvolume lookupLuke Shumaker
2022-10-06check the sums of file readsLuke Shumaker
2022-09-05Try to uniformly use containers.SetLuke Shumaker
2022-08-30wipLuke Shumaker
2022-08-28btrfs: Split off btrfstree and btrfsprim sub-packagesLuke Shumaker
2022-07-17implement xattrsLuke Shumaker
2022-07-15Let btree search have access to the item sizeLuke Shumaker
2022-07-14wip ls-filesLuke Shumaker
2022-07-13fix typo in a commentLuke Shumaker
2022-07-13Misc tidy upLuke 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 ordered.go to lib/containersLuke Shumaker
2022-07-12Define a Trees interface to abstract over broken treesLuke Shumaker
2022-07-12Don't include the offset and size in btrfs.ItemLuke Shumaker
2022-07-11Fuzz btrfsitem, and by consequence improve binstruct errorsLuke Shumaker
2022-07-10Add license and copyright infoLuke Shumaker
2022-07-10Rename the module, mv pkg libLuke Shumaker