btrd
btrd copied to clipboard
The btrfs debugger
Maybe something like: ``` def foo(arg1) { print(arg1) } ``` Questions: * explicit return type annotation? * do we need a new type for `None` if function doesn't return anything?
List of features in progress and upcoming: - [x] Support `BTRFS_EXTENT_ITEM_KEY` item types * #2 - [x] Support arbitrary type interpretation * #4 - [ ] Support arbitrary type interpretation...
This is needed for the write API and arbitrary interpretation
Add a write API such that if `btrd` is given an unmounted FS image, btrd can write arbitrary bytes to anywhere in the image. Code example: ``` (btrd) filesystem /home/dev/dxu/unmounted_image...