index
:
btrfs-progs-ng
lukeshu/node-cache
lukeshu/process-without-pv
master
Better btrfs userspace tools
Luke T. Shumaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
btrfs
/
io4_fs.go
Age
Commit message (
Expand
)
Author
2023-03-17
btrfstree: Have ReadNode return a *Node rather than a *diskio.Ref[Addr, Node]
Luke Shumaker
2023-03-17
tree-wide: Turn on all revive linters (with exceptions)
Luke Shumaker
2023-03-15
btrfstree: Have errors include context of what was being searched for
Luke Shumaker
2023-03-14
btrfs: Have "missing by-name direntry" errors be in a stable order
Luke Shumaker
2023-02-12
btrfsitem: Add `Free` and `CloneItem` methods to Items
Luke Shumaker
2023-02-12
btrfsitem: Have all Item implementations be pointers to structs
Luke Shumaker
2023-02-12
tree-wide: Migrate to the new ARCache
Luke Shumaker
2023-02-05
containers: s/Cmp/Compare/ to match the standard library
Luke Shumaker
2023-01-01
lint: Turn on stylecheck
Luke Shumaker
2023-01-01
tree-wide: Annotate values that I might want to be tuning
Luke Shumaker
2023-01-01
lint: Turn on gofumpt
Luke Shumaker
2023-01-01
tree-wide: Audit for simplistic type assertions
Luke Shumaker
2023-01-01
lint: Turn on forcetypeassert
Luke Shumaker
2022-10-08
mount: Allow ignoring file checksum errors
Luke Shumaker
2022-10-06
fix bug with subvolume lookup
Luke Shumaker
2022-10-06
check the sums of file reads
Luke Shumaker
2022-09-05
Try to uniformly use containers.Set
Luke Shumaker
2022-08-30
wip
Luke Shumaker
2022-08-28
btrfs: Split off btrfstree and btrfsprim sub-packages
Luke Shumaker
2022-07-17
implement xattrs
Luke Shumaker
2022-07-15
Let btree search have access to the item size
Luke Shumaker
2022-07-14
wip ls-files
Luke Shumaker
2022-07-13
fix typo in a comment
Luke Shumaker
2022-07-13
Misc tidy up
Luke Shumaker
2022-07-13
Fix package names/imports
Luke Shumaker
2022-07-13
Move the remaining former-generic.go parts out of lib/util/
Luke Shumaker
2022-07-13
Move ordered.go to lib/containers
Luke Shumaker
2022-07-12
Define a Trees interface to abstract over broken trees
Luke Shumaker
2022-07-12
Don't include the offset and size in btrfs.Item
Luke Shumaker
2022-07-11
Fuzz btrfsitem, and by consequence improve binstruct errors
Luke Shumaker
2022-07-10
Add license and copyright info
Luke Shumaker
2022-07-10
Rename the module, mv pkg lib
Luke Shumaker