Tag

inline compression

1 views collected around this technical thread.

Coolpad Technology Team
Coolpad Technology Team
Mar 23, 2022 · Backend Development

Implementation of EROFS Tail‑Packing Inline Compression in Linux Kernel 5.17

This article explains the design and implementation of the EROFS tail‑packing inline compression feature merged in Linux kernel 5.17, covering modifications to the on‑disk format, mkfs and kernel code paths, new inode structures, map‑block handling, and performance considerations with detailed code excerpts.

EROFSLinux kernelfilesystem
0 likes · 16 min read
Implementation of EROFS Tail‑Packing Inline Compression in Linux Kernel 5.17