Skip to content

casys-kaist/Rust-Ext4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust-Ext4

Rust-only ext4 implementation without unsafe code.

Supporting features

  • no_std
  • Direct/Indirect Block Addressing (RO)
  • Extent Tree Addressing (RW)
  • Htree directory
  • Linear directory
  • Buddy block allocator
  • Multithreading

Build & Test

$ cargo build
$ cargo test

TODOs

  • Inode metadata
  • Symlink
  • Journaling
  • Fuzz the implementation

Authors

About

Rust-only ext4 implementation without unsafe code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages