EROFS No Longer Treating MicroLZMA Compression As Experimental

Written by Michael Larabel in Linux Storage on 8 November 2023 at 09:05 AM EST. 2 Comments
LINUX STORAGE
With Linux 6.7 the EROFS read-only file-system intended primarily for mobile devices and containers is considering their MicroLZMA compression support as stable.

Back in November 2021 with Linux 5.16 MicroLZMA compression was introduced for EROFS. The compression results were promising and MicroLZMA is one of several supported compression algorithms for per-file compression with EROFS. Two years later it's now deemed to be stable and will no longer warn users when it's being utilized. MicroLZMA yields better compression ratios than EROFS' default LZ4 compression method but at higher CPU costs. The MicroLZMA support is controlled at build-time behind the "XZ_DEC_MICROLZMA" Kconfig option.

EROFS microLZMA stable


Gao Xiang at Alibaba wrote in the patch determining it's ready to be called stable:
"The LZMA algorithm support has been landed for more than one year since Linux 5.16. Besides, the new XZ Utils 5.4 has been available in most Linux distributions."

"EXPERIMENTAL MicroLZMA in use. Use at your own risk!" is no longer dumped to the log and "LZMA support is an experimental feature for now and so most file systems will be readable without selecting this option" is also dropped from the Kconfig help text.

Besides promoting EROFS MicroLZMA compression to stable, the EROFS pull for Linux 6.7 is mostly made up of minor fixes.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week