Skip to content

Releases: dsrhaslab/lazyfs

0.3.0

08 Mar 15:25
9c5685e
Compare
Choose a tag to compare

This release introduces two types of faults: reorder and split_write. These allow to simulate torn write faults, where data in the cache is partially written to disk.

0.2.0

19 Jul 12:52
0df4c15
Compare
Choose a tag to compare

This release introduces a new FIFO (fifo_path_completed) in the configuration file that can be used to synchronously know when clear cache faults are completed.

0.1.0

17 Jul 16:08
Compare
Choose a tag to compare

The first release of LazyFS, a FUSE Filesystem with a dedicated page cache, which can be used to simulate data loss of un-fsynced writes.