You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Reynir Björnsson 291eaa63d4 Merge pull request 'roburio -> robur-coop' (#3) from hannes/oneffs:robur-coop into main
Reviewed-on: #3
2 weeks ago
bin OneFFS.size, add oneffs cmdline tool 11 months ago
lib OneFFS.size, add oneffs cmdline tool 11 months ago
CHANGES.md Add LICENSE, CHANGES.md 1 year ago
LICENSE Add LICENSE, CHANGES.md 1 year ago
README.md Add README.md 1 year ago
dune-project Initial commit 1 year ago
oneffs.opam roburio -> robur-coop 3 weeks ago

README.md

OneFFS - One File Filesystem

One-file filesystem is a filesystem for storing a single unnamed file. It is suitable for storing data that may be lost on updates. For example a cache of pre-computed cryptographic checksums that are slow to compute, but that we would rather recompute than have stale checksums.

CRC32 checksums are used to ensure integrity of both the header and the data.

With mirage-block-partition you can store multiple files with static allocation.