logfs 0.1.1

Simple append-only log based filesystem with encryption and compression
Documentation
1
2
3
4
5
6
7
8
# logfs

A simple userspace file system implementation based on an append-only log.

Supports optional encryption and compression.

> [!CAUTION]
> Note: the encryption is not audited - use at your own risk.