Sin descripción

Samuka007 28bb8731fc refactor: update data types to use Box for memory management. should use kernel inside cache for hace 4 meses
doc f188231dec refactor: wrap ext4_rs lib hace 1 año
ext4_fuse 282418b4b1 feat: fuser root inode = 1 feature hace 1 año
ext4_test da7c561b04 refactor: remove file module hace 1 año
src 28bb8731fc refactor: update data types to use Box for memory management. should use kernel inside cache for hace 4 meses
.gitignore 806a8275bf feat: impl fuse for ext4 hace 1 año
Cargo.lock 2f9c092bb9 perf: add block cache hace 1 año
Cargo.toml 28bb8731fc refactor: update data types to use Box for memory management. should use kernel inside cache for hace 4 meses
LICENSE 4a6bbe7e46 Add license hace 1 año
README.md f51ca173e7 doc: another ext4 description hace 1 año

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.