In addition to the Linux kernel's Zstd compression code being improved, the LZ4 compression code within the kernel tree is also seeing a separate set of enhancements...

In addition to the Linux kernel's Zstd compression code being improved, the LZ4 compression code within the kernel tree is also seeing a separate set of enhancements.
Michal Wilczynski of Samsung sent out a set of patches on Friday to overhaul the in-kernel LZ4 code. Currently the LZ4 code in the kernel is effectively a fork of the upstream code that hasn't been updated since 2017~2018. Since then the LZ4 upstream code has seen bug fixes as well as performance optimizations.
The patch series by Wilczynski allows the LZ4 code to stop being forked for kernel use with instead being able to copy the upstream source code straight into the Linux kernel tree unmodified. The LZ4 code is properly vendored for the Linux kernel and allows moving forward to simply pull in the latest LZ4 compression/decompression code.
The LZ4 benefits of this clean-up and re-sync are quite impactful. The EROFS read-only file-system with LZ4 sees around 11% higher throughput with 4K clusters or up to 14% higher read throughput with 64K clusters. Other in-kernel LZ4 benchmarks show up to a 21% gain:
Those interested can see this patch series for the proposed big LZ4 update for in-kernel use.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Improved GPU Reset Coming For Raspberry Pi Boards With Linux 7.4 | 0 | 11.88 | 27-09-2026 |
| 2 | Intel Delivers A Significant Memory Hotplugging Performance Optimization For Linux | 0 | 4.52 | 27-09-2026 |
| 3 | MM Change Slated For Linux 7.4 Yields +22904539.81% In One Metric, More Modest Wins In Others | 0 | 14.6 | 26-09-2026 |
| 4 | Linux Kernel Developers Consider Adding AGENTS.md To Help Guide AI/LLM Agents | 0 | 5.48 | 25-09-2026 |
| 5 | Linux Kernel Introducing New Taint Due To Fuzzing Bots Yielding Impractical Bug Reports | 0 | 5.78 | 24-09-2026 |
| 6 | Approaching A 10 Second Linux Kernel Build | 0 | 5.03 | 25-09-2026 |
| 7 | AMDXDNA Linux Driver Being Enhanced For Current NPU3 Hardware | 0 | 15.89 | 26-09-2026 |
| 8 | New FUTEX Syscalls Back To Being Worked On For Helping Valve's ARM64 Gaming Ambitions | 0 | 8.65 | 25-09-2026 |
| 9 | New Patch Series Working Toward DRBD 9 Support In The Linux Kernel | 0 | 7.9 | 27-09-2026 |
| 10 | Redox OS Adds IO_uring-Like API, NUMA & Gets QEMU Working | 0 | 14.93 | 25-09-2026 |