Skip to content
A Rust user-space file system
Branch: master
Clone or download
Latest commit 888d5b2 Apr 28, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Add pull request template (#15) Sep 22, 2018
CMakeModules
benchmarks Add variance/std dev utility functions; implement latency measurement… Apr 28, 2019
examples
rustfs Port the hello_bdev_nvme_rust into inode.rs as a template for the ino… Sep 30, 2018
spdk-rs
utils Add variance/std dev utility functions; implement latency measurement… Apr 28, 2019
.gitignore Add convert helper function Jan 4, 2019
CMakeLists.txt
LICENSE.md
README.md Update README Dec 15, 2018
cleanup.sh

README.md

rustfs

The goal of RustFS is to build a new user-space file system for NVMe SSDs that gets performance similar to an in-kernel file system. RustFS will be written in Rust, taking advantage of the high-level features offered by Rust.

Committers

  1. Zeyuan Hu (xxks-kkk)
  2. Vijay Chidambaram (vijay03)

Get Involvement

Any contributions are welcome. To get started with the project, check out our issues tab and start to work on the issues that look most interesting to you. We categorize each issues with areas that you may experience in a software development setting (e.g. "DevOps", "Software Engineering", "Research" and so on).

To get the status of the project, please check out Rustfs project page. We also have Wiki page to help you get started with the project development.

You can’t perform that action at this time.