~demindiro/nrfs

v0.2 4 months ago

fuse
sha256:0413c22beb325232c63f7bd803caff25f9ef43f7f655d4476d9d32cb31435863
tool
sha256:3d0dd3c20f6a331393badfdd9424c082578ca4217dc2076ae704bbc3f40d9d72
Release v0.2

* Completely overhauled the cache.
  The cache itself is now fully concurrent,
  which allows it to handle concurrent I/O requests
  as well as make use of parallelism to improve throughput.
  * The FUSE driver does not make explicit use of this feature yet
    though.
* Added encryption.
  Originally, encryption was not going to be implemented and instead
  left over to block drivers.
  However, after some consideration it was decided it would be
  beneficial to support encryption directly to improve performance.
  and for ease of use.
  While a key can either be derived from a password or supplied
  directly, the tools currently only support passwords.
* Add support for mirroring and error correction.
  The tools do not expose any options for multi-disk setups however.
  This will be implemented in v0.2.1