Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ sd_hide_title: true
```{rubric} EROFS - Enhanced Read-Only File System
```

A modern, flexible, general-purpose, high-performance block-based immutable
filesystem with highly-optimized on-disk format and runtime implementation aimed
at various use cases instead of just focusing on storage space saving without
considering any side effects of runtime performance.
A modern, flexible, general-purpose, high-performance, block-based immutable
filesystem with a highly optimized on-disk format and runtime implementation,
designed for a variety of use cases—not just storage space savings—while
maintaining optimal runtime performance.

[EROFS](https://docs.kernel.org/filesystems/erofs.html) has been formally
available since Linux 5.4. It is currently maintained by an open-source
Expand Down
Loading