Releases: dsrhaslab/lazyfs
Releases · dsrhaslab/lazyfs
0.3.0
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
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
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.