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-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
2023-03-30
tree-wide: Funnel all btrfstree.ReadNode[btrfsvol.LogicalAddr]() calls throug...
Luke Shumaker
2023-03-28
containers: Rethink the caching libraries
Luke Shumaker
2023-03-23
btrfs: Consider the generation when checking if a node owner is OK
Luke Shumaker
2023-03-23
btrfstree: Add a 'generation' argument the owner validation
Luke Shumaker
2023-03-23
btrfsutil: RebuiltTree: Allow nodes with .Gen == .ParentGen
Luke Shumaker
2023-03-23
btrfstree: Fuss with the TreeWalk API
Luke Shumaker
2023-03-21
btrfstree: Move the implementations of methods to be on a separate tree object
Luke Shumaker
[next]