Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-08 | write btrfs-clear-bad-nodes | Luke Shumaker | |
2022-07-08 | don't be so loud, now that it's working | Luke Shumaker | |
2022-07-08 | Get subvolume mounting/unmounting working way better | Luke Shumaker | |
2022-07-08 | subvolumes working, kinda | Luke Shumaker | |
2022-07-08 | tidy | Luke Shumaker | |
2022-07-08 | Move subvol.go to btrfs/io3_fs.go | Luke Shumaker | |
2022-07-08 | file reading! | Luke Shumaker | |
2022-07-08 | wip file io | Luke Shumaker | |
2022-07-05 | wip file io | Luke Shumaker | |
2022-07-05 | more fuse | Luke Shumaker | |
2022-07-05 | wip better fuse | Luke Shumaker | |
2022-07-04 | wip fuse | Luke Shumaker | |
2022-07-02 | better | Luke Shumaker | |
2022-07-02 | subvolumes | Luke Shumaker | |
2022-07-02 | wip ls-files on scratch | Luke Shumaker | |
2022-07-02 | ls-trees: Crawl! | Luke Shumaker | |
2022-07-02 | more work on ls-files | Luke Shumaker | |
2022-07-02 | move things around | Luke Shumaker | |
2022-07-02 | wip ls-files | Luke Shumaker | |
2022-07-01 | Rename TreeWalkPath→TreePath | Luke Shumaker | |
2022-07-01 | rename WalkTree→TreeWalk | Luke Shumaker | |
2022-07-01 | write btrfs-ls-trees | Luke Shumaker | |
2022-07-01 | add more callbacks to WalkFS | Luke Shumaker | |
2022-07-01 | move dumb map and sort operations to util/generic.go | Luke Shumaker | |
Also, the optimization of reversing the node list in pass1 isn't relevant anymore now that I'm using rbtrees | |||
2022-07-01 | add open/close utility functions | Luke Shumaker | |
2022-06-30 | better | Luke Shumaker | |
2022-06-30 | work on pass2 | Luke Shumaker | |
2022-06-30 | more | Luke Shumaker | |
2022-06-30 | log physical map as well | Luke Shumaker | |
2022-06-30 | better output | Luke Shumaker | |
2022-06-30 | lock sizes, use blockgroups | Luke Shumaker | |
2022-06-26 | optimize | Luke Shumaker | |
2022-06-26 | use the LV itself to reconstruct the mappings | Luke Shumaker | |
2022-06-26 | use devid instead of devuuid, add a Mapping struct | Luke Shumaker | |
2022-06-26 | fuss with exposing .LV and how init happens | Luke Shumaker | |
2022-06-26 | tidy up which package things are in | Luke Shumaker | |
2022-06-26 | better volume! | Luke Shumaker | |
2022-06-26 | Add an AddrDelta type for safer arithmentic | Luke Shumaker | |
2022-06-26 | consistent capitalization | Luke Shumaker | |
2022-06-26 | wip | Luke Shumaker | |
2022-06-15 | dump-tree: Sync up to 5.18.1; implement csum types | Luke Shumaker | |
2022-06-15 | fixup caching | Luke Shumaker | |
2022-06-15 | do a better job of scanning for mapping stuff in a device | Luke Shumaker | |
2022-06-12 | work on pass2 | Luke Shumaker | |
2022-06-12 | more | Luke Shumaker | |
2022-06-12 | Have WalkTree include path information | Luke Shumaker | |
2022-06-11 | more? | Luke Shumaker | |
2022-06-11 | use %v when possible | Luke Shumaker | |
Exceptions are - the occasional %x when the type is a basic int - %w - %q - %T - whenever print_tree.go needs to be dumb for compatibility with C | |||
2022-06-11 | dbg | Luke Shumaker | |
2022-06-11 | Revert "dbg logging" | Luke Shumaker | |
This reverts commit 5ff8cb052417e6bee1813824ccf2d75486da8217. |