Няма описание

sparkzky bf782ff294 refactor: replace zeroed inode initialization with explicit default values to avoid panic in kernel преди 1 месец
doc f188231dec refactor: wrap ext4_rs lib преди 1 година
ext4_fuse 282418b4b1 feat: fuser root inode = 1 feature преди 1 година
ext4_test da7c561b04 refactor: remove file module преди 1 година
src bf782ff294 refactor: replace zeroed inode initialization with explicit default values to avoid panic in kernel преди 1 месец
.gitignore 806a8275bf feat: impl fuse for ext4 преди 1 година
Cargo.lock bf782ff294 refactor: replace zeroed inode initialization with explicit default values to avoid panic in kernel преди 1 месец
Cargo.toml 28bb8731fc refactor: update data types to use Box for memory management. should use kernel inside cache for преди 3 месеца
LICENSE 4a6bbe7e46 Add license преди 1 година
README.md f51ca173e7 doc: another ext4 description преди 1 година

README.md

Another Ext4 File System in Rust

Rust implementation of ext4 file system. This file system is checked by Metis Model Checker. See here for details.

Initial version is forked from ext4_rs.