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
/
btrfstree
/
path.go
Age
Commit message (
Collapse
)
Author
2023-04-09
btrfstree: Do a better job of checking node ownership
Luke Shumaker
This now considers the interior nodes *between* the root and the leaf, instead of just considering the root and the leaf.
2023-03-30
btrfstree: Rethink 'Path' yet again
Luke Shumaker
2023-03-30
btrfstree: Move Path.NodeExpectations from readnode.go to path.go
Luke Shumaker
2023-03-17
tree-wide: s/TreePath/Path/g
Luke Shumaker
btrfstree.TreePath stutters.
2023-03-17
tree-wide: Turn on all revive linters (with exceptions)
Luke Shumaker
2023-03-17
tree-wide: Ensure that all existing method doc comments follow the expected ↵
Luke Shumaker
format
2023-03-15
tree-wide: Refer to item "slots" rather than "indexes"
Luke Shumaker
2023-02-12
btrfsprim: Have ObjID.Format() take the tree ID, not the item type
Luke Shumaker
2022-10-03
add max key checking
Luke Shumaker
2022-09-05
Add ToKey to TreePaths; MinItem and MaxItem to NodeExpectations
Luke Shumaker
2022-08-30
Change how btrfstree.TreePath generations work
Luke Shumaker
2022-08-30
wip
Luke Shumaker
2022-08-28
btrfs: Split off btrfstree and btrfsprim sub-packages
Luke Shumaker