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.