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
/
keyio
Age
Commit message (
Collapse
)
Author
2023-03-14
Move files around [ci-skip]
Luke Shumaker
2023-03-14
rebuildnodes: Turn the logging down a bit
Luke Shumaker
2023-02-28
rebuildnodes: Fix a data race
Luke Shumaker
Calling FreeNodeRef while an item from that node is still in use is a BAD TIME.
2023-02-12
rebuildnodes: Rework to be clear about what went wrong when reading
Luke Shumaker
2023-02-12
btrfstree: Add a FreeNodeRef function, use it
Luke Shumaker
2023-02-12
btrfsitem: Have all Item implementations be pointers to structs
Luke Shumaker
2023-02-12
tree-wide: Migrate to the new ARCache
Luke Shumaker
2023-01-05
rebuildnodes: Track inode flags, to avoid later i/o
Luke Shumaker
2023-01-05
rebuildnodes: Optimize: Try to avoid disk access for DIR_INDEX
Luke Shumaker
2023-01-01
tree-wide: Annotate values that I might want to be tuning
Luke Shumaker
2022-12-30
rebuildnodes: Fuss with logging to take advantage of textui
Luke Shumaker
2022-12-24
rebuildnodes: Track item sizes at startup, to avoid extra i/o
Luke Shumaker
2022-12-23
rebuildnodes/keyio: Don't export readNode()
Luke Shumaker
2022-12-23
rebuildnodes: Move keyio.KeyAndTree→keyAndtree
Luke Shumaker
2022-12-23
rebuildnodes: Have the key index belong to the btree, and be smarter
Luke Shumaker
2022-12-21
rebuildnodes: Refactor existing key-io code in to a sub-package
Luke Shumaker