Rust-only ext4 implementation without unsafe code.
no_std- Direct/Indirect Block Addressing (RO)
- Extent Tree Addressing (RW)
- Htree directory
- Linear directory
- Buddy block allocator
- Multithreading
$ cargo build
$ cargo test- Inode metadata
- Symlink
- Journaling
- Fuzz the implementation