Skip to content
Open
Show file tree
Hide file tree
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
228 changes: 0 additions & 228 deletions src/core_ondisk.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@ or user space tools like `ureadahead`, so there is no need to bother the kernel.

```{toctree}
:hidden:
core_ondisk.md
ondisk/index
merging.md
```
2 changes: 1 addition & 1 deletion src/merging.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ in one go.
## Single device

Unlike other kernel filesystems which have inflexible layouts, EROFS has only
one fixed-offset on_disk part: [the superblock](#on_disk_superblock). It's
one fixed-offset on_disk part: {ref}`the superblock <on_disk_superblock>`. It's
quite easy to compose external payloads such as binary formats like
[tarballs](https://pubs.opengroup.org/onlinepubs/007908799/xcu/tar.html)
or other filesystems (e.g., EROFS, EXT4, XFS, etc.) just with **linear physical
Expand Down
Loading
Loading