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
/
btrfsprogs
/
btrfsinspect
/
rebuildnodes
/
btrees
/
tree.go
Age
Commit message (
Expand
)
Author
2023-03-14
Move files around [ci-skip]
Luke Shumaker
2023-02-27
rebuildnodes: Don't bother with retries if nothing changed
Luke Shumaker
2023-02-13
rebuildnodes/btrees: slices.RemoveAllFunc mutates the source slice
Luke Shumaker
2023-02-12
rebuildnodes/btrees: Have the concurrency story for .trees make more sense
Luke Shumaker
2023-02-12
rebuildnodes/btrees: Move cache-flush code from tree.go to forrest.go
Luke Shumaker
2023-02-12
rebuildnodes/btrees: Fuss with logging
Luke Shumaker
2023-02-12
rebuildnodes: Add a settle-items step
Luke Shumaker
2023-02-12
rebuildnodes/btrees: Take a Callbacks interface, instead of func pointers
Luke Shumaker
2023-02-12
rebuildnodes: Rework to be clear about what went wrong when reading
Luke Shumaker
2023-02-12
tree-wide: Migrate to the new ARCache
Luke Shumaker
2023-01-07
fixup! rebuildnodes/btrees: Don't include .Items() in .PotentialItems()
Luke Shumaker
2023-01-05
rebuildnodes/btrees: Switch from a sync.Mutex to a sync.RWMutex
Luke Shumaker
2023-01-05
rebuildnodes/btrees: Rework RebuiltTree.items() to be faster in the happy-path
Luke Shumaker
2023-01-05
rebuildnodes/btrees: Don't include .Items() in .PotentialItems()
Luke Shumaker
2023-01-05
rebuildnodes/btrees: Rework to avoid the .Leafs member
Luke Shumaker
2023-01-05
rebuildnodes/btrees: Move code up/down in the file, add comments
Luke Shumaker
2023-01-05
rebuildnodes/btrees: Touch up a comment
Luke Shumaker
2023-01-05
rebuildnodes/btrees: Cache failures to add a tree
Luke Shumaker
2023-01-05
rebuildnodes/btrees: Allow leaf-node indexes to be evicted
Luke Shumaker
2023-01-05
rebuildnodes: Parallelize I/O and CPU
Luke Shumaker
2023-01-05
rebuildnodes/btrees.RebuiltTree: Try to remove methods
Luke Shumaker
2023-01-05
rebuildnodes/btrees: Allow item rbtrees to be evicted
Luke Shumaker
2023-01-05
rebuildnodes/btrees: Refactor to split the forrest from the trees
Luke Shumaker