Age | Commit message (Expand) | Author |
2022-12-20 | broken_btree: Implement .Augment() | Luke Shumaker |
2022-12-20 | rebuildnodes: wip: New rebuild-nodes implementation | Luke Shumaker |
2022-12-20 | Add and improve comments | Luke Shumaker |
2022-12-20 | skinny paths: Don't have the cache be so big | Luke Shumaker |
2022-10-17 | broken_btree: Don't duplicate the MaxKey const | Luke Shumaker |
2022-10-06 | broken_btree: Do a better job of not hiding errors | Luke Shumaker |
2022-10-06 | check the sums of file reads | Luke Shumaker |
2022-10-06 | let skinny paths get evicted | Luke Shumaker |
2022-10-04 | broken tree skinny paths | Luke Shumaker |
2022-10-04 | fix broken tree paths | Luke Shumaker |
2022-10-03 | fix broken_btree.go? | Luke Shumaker |
2022-08-30 | wip | Luke Shumaker |
2022-08-28 | btrfs: Split off btrfstree and btrfsprim sub-packages | Luke Shumaker |
2022-08-28 | btrfs: Rework TreePath to allow correctly checking the owner tree | Luke Shumaker |
2022-08-28 | btrfs: Rethink the ReadNode API to better encourage sanity checking | Luke Shumaker |
2022-08-18 | Have ExtentCSum use SumRun | Luke Shumaker |
2022-08-18 | Move ShortSum and friends to the btrfssum package | Luke Shumaker |
2022-08-17 | rename: Move some files around | Luke Shumaker |
2022-08-17 | tools: Upgrade to Go 1.19 | Luke Shumaker |
2022-07-15 | Let btree search have access to the item size | Luke Shumaker |
2022-07-14 | broken_btree.go: Do better error tracking | Luke Shumaker |
2022-07-14 | broken_btree.go: Get ready to do better error tracking | Luke Shumaker |
2022-07-14 | Buffer FS IO | Luke Shumaker |
2022-07-14 | diskio.File: Add .Close() and don't have .Size() return an error | Luke Shumaker |
2022-07-13 | Fix package names/imports | Luke Shumaker |
2022-07-13 | Move the remaining former-generic.go parts out of lib/util/ | Luke Shumaker |
2022-07-13 | Move lib/rbtree to lib/containers | Luke Shumaker |
2022-07-13 | Implement proper search for broken btrees | Luke Shumaker |
2022-07-13 | Have TreeWalk be cancelable | Luke Shumaker |
2022-07-12 | Don't include the offset and size in btrfs.Item | Luke Shumaker |
2022-07-12 | Don't let TreeWalk bail early, add TreeID in to TreePath | Luke Shumaker |
2022-07-11 | move chunk reconstruction to btrfsinspect, add --mappings | Luke Shumaker |
2022-07-11 | Have a go at rearranging things in to a lib/btrfsprogs | Luke Shumaker |