summaryrefslogtreecommitdiff
path: root/fs/erofs/decompressor_deflate.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20erofs: 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