summaryrefslogtreecommitdiff
path: root/fs/erofs/decompressor_deflate.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-05erofs: update compression algorithm statusGao Xiang1-1/+0
2025-11-30erofs: enable error reporting for z_erofs_fixup_insize()Gao Xiang1-10/+9
2025-11-28erofs: enable error reporting for z_erofs_stream_switch_bufs()Gao Xiang1-2/+2
2025-11-28erofs: improve Zstd, LZMA and DEFLATE error stringsGao Xiang1-6/+10
2025-11-28erofs: improve decompression error reportingGao Xiang1-6/+4
2025-05-25erofs: support DEFLATE decompression by using Intel QATBo Liu1-2/+18
2025-03-17erofs: move {in,out}pages into struct z_erofs_decompress_reqGao Xiang1-7/+1
2024-07-09erofs: tidy up stream decompressorsGao Xiang1-100/+31
2024-07-09erofs: refine z_erofs_{init,exit}_subsystem()Gao Xiang1-2/+4
2024-07-09erofs: move each decompressor to its own source fileGao Xiang1-3/+9
2024-05-21erofs: avoid allocating DEFLATE streams before mountingGao Xiang1-26/+29
2024-03-10erofs: refine managed cache operations to foliosGao Xiang1-3/+0
2024-01-27erofs: relaxed temporary buffers allocation on readaheadChunhai Guo1-6/+13
2024-01-10erofs: make erofs_{err,info}() support NULL sb parameterChunhai Guo1-1/+1
2023-10-31erofs: tidy up redundant includesFerry Meng1-1/+0
2023-10-31erofs: simplify compression configuration parserGao Xiang1-2/+3
2023-08-11erofs: DEFLATE compression supportGao Xiang1-0/+247