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
Age
Commit message (
Expand
)
Author
2023-04-13
rebuildtrees: Fuss with the settledItemQueue order to reduce cache-misses
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
Merge branch 'lukeshu/fixes'
Luke Shumaker
2023-04-13
maps: Get HaveAnyKeysInCommon to be inlinable
Luke Shumaker
2023-04-13
Try to find misuses of textui.Progress
Luke Shumaker
2023-04-13
s/INode/Inode/g
Luke Shumaker
2023-04-13
btrfsitem: Fix Extent.Clone() and Metadata.Clone()
Luke Shumaker
2023-04-09
Merge branch 'lukeshu/misc'
Luke Shumaker
2023-04-09
btrfs: AcquireNode: Have expectation errors reflect the correct function
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-09
containers: ARCache: Don't count "nested" uses as "frequent" uses
Luke Shumaker
2023-04-05
Merge branch 'lukeshu/misc'
Luke Shumaker
2023-04-04
btrfsutil: RebuiltForrest: Include more info when logging failures
Luke Shumaker
2023-04-04
scripts/main.sh: Add more comments
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
cmd/btrfs-rec: Move --node-list to be a global flag
Luke Shumaker
2023-04-04
cmd/btrfs-rec: ls-trees: Use runWithReadableFS
Luke Shumaker
2023-04-04
cmd/btrfs-rec: Have RebuiltForrest be opt-in on the CLI
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
cmd/btrfs-rec: main.go: Don't let lines get too long
Luke Shumaker
2023-04-04
Merge branch 'lukeshu/errs'
Luke Shumaker
2023-04-04
btrfsutil: OldRebuiltTree: Include the node address in errors
Luke Shumaker
2023-04-04
btrfstree: Fix some error messages from NodeExpectations.Check
Luke Shumaker
2023-04-04
Merge branch 'lukeshu/fixes'
Luke Shumaker
2023-04-04
containers: IntervalTree: Add a sanity check that intervals aren't backward
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
cmd/btrfs-rec: ls-trees: Don't prevent bad nodes from being lost+found
Luke Shumaker
2023-04-02
btrfsutil: Graph: I missed .FromItem in the "item"→"slot" switch
Luke Shumaker
2023-03-30
Merge branch 'lukeshu/tree-api-pt4-touchup'
Luke Shumaker
2023-03-30
cmd/btrfs-rec: Add a runWithReadableFS helper for rebuilt forrests
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
[next]