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
/
btrfsitem
Age
Commit message (
Expand
)
Author
2023-03-23
btrfsutil: RebuiltTree: Allow nodes with .Gen == .ParentGen
Luke Shumaker
2023-03-17
containers: Add OptionalValue and OptionalNil
Luke Shumaker
2023-03-17
tree-wide: Ensure that all existing type doc comments follow the expected format
Luke Shumaker
2023-03-17
tree-wide: Ensure that all existing method doc comments follow the expected f...
Luke Shumaker
2023-03-17
tree-wide: Ensure that all packages have a doc comment
Luke Shumaker
2023-02-12
Try to avoid unnecessary allocations in enum-types' String methods
Luke Shumaker
2023-02-12
Change how constants are declared to play nice with godoc
Luke Shumaker
2023-02-12
btrfsitem: Add `Free` and `CloneItem` methods to Items
Luke Shumaker
2023-02-12
btrfsitem: Clean up items_gen.go
Luke Shumaker
2023-02-12
btrfsitem: Have all Item implementations be pointers to structs
Luke Shumaker
2023-02-12
btrfsitem: Pre-allocate the stripes when unmarshaling a chunk
Luke Shumaker
2023-02-12
btrfsitem: DirEntry: Fix XATTR name/value ordering
Luke Shumaker
2023-02-12
btrfsitem, btrfsinspect/print_tree: Implement the QGroup types
Luke Shumaker
2023-02-03
Remove the SPDX-License-Identifier from generated files
Luke Shumaker
2023-01-01
lint: Turn on gomnd
Luke Shumaker
2023-01-01
lint: Turn on gofumpt
Luke Shumaker
2023-01-01
lint: Turn on forcetypeassert
Luke Shumaker
2023-01-01
lint: Turn on dupword
Luke Shumaker
2022-12-27
Improve comments and related messages
Luke Shumaker
2022-12-20
rebuildnodes: rebuild_graph.go: Have Root items want their UUIDs
Luke Shumaker
2022-12-20
Add and improve comments
Luke Shumaker
2022-08-30
wip
Luke Shumaker
2022-08-28
btrfs: Split off btrfstree and btrfsprim sub-packages
Luke Shumaker
2022-08-18
Have ExtentCSum use SumRun
Luke Shumaker
2022-08-18
Move ShortSum and friends to the btrfssum package
Luke Shumaker
2022-08-17
json: Implement a bunch of streaming JSON encoding/decoding
Luke Shumaker
2022-08-17
rename: Move CSumBlockSize from scanforextents to btrfsitem
Luke Shumaker
2022-08-17
tools: Upgrade to Go 1.19
Luke Shumaker
2022-07-15
tidy up
Luke Shumaker
2022-07-14
wip ls-files
Luke Shumaker
2022-07-13
Fix package names/imports
Luke Shumaker
2022-07-13
Move files to different packages [ci-skip]
Luke Shumaker
2022-07-12
check for bad items
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