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