linux/fs/ntfs/lib
Hyunchul Lee 7ddb3fef35 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>
2026-08-21 19:06:45 +09:00
..
decompress_common.c
decompress_common.h
lib.h
lzx_decompress.c ntfs: implement codec ops for LZX and XPRESS 2026-08-21 19:06:45 +09:00
xpress_decompress.c ntfs: implement codec ops for LZX and XPRESS 2026-08-21 19:06:45 +09:00