radumarias / rencfs

An encrypted file system written in Rust that is mounted with FUSE on Linux. It can be used to create encrypted directories
Apache License 2.0
102 stars 21 forks source link

POSIX compatibility and stress tests #181

Open radumarias opened 2 months ago

radumarias commented 2 months ago

We need to make sure we are POSIX compatible by running some tests and also stress tests.

POSIX:

Stress tests:

https://github.com/radumarias/rencfs/issues/118