SIGN IN SIGN UP

ntfs: implement codec ops for LZX and XPRESS

Implement the transparent compression codec ops for XPRESS (4K, 8K,
16K) and LZX (32K) algorithms. The xpress_scratch_size,
lzx_scratch_size, xpress_decompress_chunk, and lzx_decompress_chunk
wrappers provide unified interfaces and use per-call dynamic scratch
state allocation (avoiding global mutexed singletons).

Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
H
Hyunchul Lee committed
7ddb3fef353231adcaba2c6c891463226e9c199f
Parent: f39cd3f
Committed by Namjae Jeon <linkinjeon@kernel.org> on 8/21/2026, 10:06:45 AM