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
/
btrfsutil
Age
Commit message (
Expand
)
Author
2023-04-17
btrfsutil: RebuiltForrest: Add a lax-ancestor mode
Luke Shumaker
2023-04-17
btrfstree: Path.NodeExpectations(): Drop the ability to fail open
Luke Shumaker
2023-04-16
btrfsutil: RebuiltTree: TreeWalk: Touch up
Luke Shumaker
2023-04-16
btrfsutil: RebuiltTree: Drop pointless `if`/indentation
Luke Shumaker
2023-04-16
btrfsutil: RebuiltForrest: Be lazier about calling .RebuiltAddRoot()
Luke Shumaker
2023-04-15
btrfsutil: RebuiltTree: Clean up locking
Luke Shumaker
2023-04-15
Clean-up made possible by btrfsutil.RebuiltForrest implementing btrfs.ReadableFS
Luke Shumaker
2023-04-13
btrfsutil: RebuiltForrest: Naively implement the new btrfs.ReadableFS API
Luke Shumaker
2023-04-13
btrfsutil: RebuiltForrest.RebuiltTree(): Return errors
Luke Shumaker
2023-04-13
btrfsutil: RebuiltForrest: Have the ancestor id-to-ptr map persist
Luke Shumaker
2023-04-13
btrfsutil: RebuiltForrest: readItem: Return a full btrfstree.Item
Luke Shumaker
2023-04-13
btrfsutil: RebuiltTree: Track member interior nodes too
Luke Shumaker
2023-04-13
btrfsutil: Graph: Track item sizes
Luke Shumaker
2023-04-13
btrfsutil: RebuiltTree: Be strict about which KPs to consider valid
Luke Shumaker
2023-04-13
btrfsutil: RebuiltTree: Track the max-key for each path to a node
Luke Shumaker
2023-04-13
btrfsutil: RebuiltTree: Wrap leafToRoots in a struct
Luke Shumaker
2023-04-13
btrfsutil: RebuiltTree: Refactor .uncachedLeafToRoots()
Luke Shumaker
2023-04-13
btrfsutil: RebuiltForrest: Allow skipping the .AddedItem loop
Luke Shumaker
2023-04-13
btrfsutil: Split rebuilt_callbacks.go off from rebuilt_forrest.go
Luke Shumaker
2023-04-13
btrfsutil: RebuiltForrest: Simplify by taking a btrfs.ReadableFS
Luke Shumaker
2023-04-13
Try to find misuses of textui.Progress
Luke Shumaker
2023-04-09
btrfstree: Do a better job of checking node ownership
Luke Shumaker
2023-04-09
btrfsutil: RebuiltForrest: Don't bother listing trees with no roots
Luke Shumaker
2023-04-04
btrfsutil: RebuiltForrest: Include more info when logging failures
Luke Shumaker
2023-04-04
btrfsutil: Rename unexported types to be clearer about which system they belo...
Luke Shumaker
2023-04-04
btrfsutil: RebuiltTree.items: Simplify a touch
Luke Shumaker
2023-04-04
btrfsutil: Move the shared cache definitions from rebuilt_forrest.go to rebui...
Luke Shumaker
2023-04-04
btrfsutil: RebuiltTree: Have .items() take a bool instead of a func
Luke Shumaker
2023-04-04
btrfsutil: GraphNode: Add a CheckExpectations method
Luke Shumaker
2023-04-04
btrfsutil: RebuiltTree: Take better advantage of cache pinning
Luke Shumaker
2023-04-04
maps: Add HasKey and HaveAnyKeysInCommon functions, use them
Luke Shumaker
2023-04-04
btrfsutil: Add a ReadGraph function, rebuildtrees: Clean up scan to match
Luke Shumaker
2023-04-04
btrfsutil: OldRebuiltTree: Include the node address in errors
Luke Shumaker
2023-04-03
btrfsutil: RebuiltTree: Fix a comment
Luke Shumaker
2023-04-02
btrfsutil: GraphNode: Have .MinItem and .MaxItem work on interior nodes too
Luke Shumaker
2023-04-02
btrfsutil: noopRebuiltForrestCallbacks: Add a missing failure-check
Luke Shumaker
2023-04-02
btrfsutil: RebuiltTree: Update comments for the new cache interface
Luke Shumaker
2023-04-02
btrfsutil: OldRebuiltForrest: TreeWalk: At least visit leaf nodes
Luke Shumaker
2023-04-02
btrfsutil: Graph: I missed .FromItem in the "item"→"slot" switch
Luke Shumaker
2023-03-30
btrfsutil: OldRebuiltForrest: Simplify
Luke Shumaker
2023-03-30
btrfs: ReadableFS: Also embed btrfstree.NodeSource
Luke Shumaker
2023-03-30
btrfsutil: OldRebuiltForrest: Move ReadableFS methods to the end
Luke Shumaker
2023-03-30
tree-wide: Drop the old btrfstree.TreeOperator API
Luke Shumaker
2023-03-30
btrfsutil, cmd: Migrate to the new btrfstree.Forrest API
Luke Shumaker
2023-03-30
btrfsutil: OldRebuiltForrest: Migrate to consume the new btree.Forrest API
Luke Shumaker
2023-03-30
btrfsutil: OldRebuiltForrest: Implement the new btrfstree.Forrest
Luke Shumaker
2023-03-30
btrfstree: Rethink the API, but leave the old API in place
Luke Shumaker
2023-03-30
btrfstree: Rethink 'Path' yet again
Luke Shumaker
2023-03-30
btrfstree: Change the NodeSource API so that it can do caching
Luke Shumaker
2023-03-30
btrfstree: Divorce ReadNode from NodeExpectations
Luke Shumaker
[next]