]> git.ipfire.org Git - thirdparty/linux.git/commit
erofs: update compression algorithm status
authorGao Xiang <hsiangkao@linux.alibaba.com>
Wed, 4 Feb 2026 09:37:31 +0000 (17:37 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 5 Feb 2026 09:45:20 +0000 (17:45 +0800)
commit8f2fb72fd17eecd5a47c73ce7e228d157e613b80
tree83f68df80b53174da78e839186de7c1c17101cde
parentc134a40f86efb8d6b5a949ef70e06d5752209be5
erofs: update compression algorithm status

The following changes are proposed in the upcoming Linux 7.0:

 - Enable LZMA support by default, as it's already in use by Fedora 42/43
   and some Android vendors for minimal filesystem sizes;

 - Promote DEFLATE and Zstandard out of EXPERIMENTAL status, given that
   they have been landed and well-tested for over a year and are
   already ready for general use.

Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Documentation/filesystems/erofs.rst
fs/erofs/Kconfig
fs/erofs/decompressor_deflate.c