summaryrefslogtreecommitdiffstats
path: root/fs/erofs/decompressor.c
Commit message (Expand)AuthorAgeFilesLines
* erofs: clean up file headers & footersGao Xiang2021-06-081-2/+0
* erofs: support decompress big pcluster for lz4 backendGao Xiang2021-04-101-95/+123
* erofs: adjust per-CPU buffers according to max_pclusterblksGao Xiang2021-04-101-4/+16
* erofs: introduce multipage per-CPU buffersGao Xiang2021-04-101-3/+5
* erofs: add on-disk compression configurationsGao Xiang2021-03-291-1/+1
* erofs: introduce on-disk lz4 fs configurationsGao Xiang2021-03-291-2/+13
* erofs: support adjust lz4 history window sizeHuang Jianan2021-03-291-4/+17
* erofs: introduce erofs_sb_has_xxx() helpersGao Xiang2021-03-291-2/+1
* erofs: avoid memory allocation failure during rolling decompressionHuang Jianan2021-03-291-3/+2
* erofs: get rid of magical Z_EROFS_MAPPING_STAGINGGao Xiang2020-12-081-1/+1
* erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-031-1/+1
* mm: remove the prot argument from vm_map_ramChristoph Hellwig2020-06-021-1/+1
* erofs: handle corrupted images whose decompressed size less than it'd beGao Xiang2020-03-031-3/+7
* erofs: use LZ4_decompress_safe() for full decodingGao Xiang2020-03-031-3/+9
* erofs: fix out-of-bound read for shifted uncompressed blockGao Xiang2020-01-111-12/+10
* erofs: get rid of __stagingpage_alloc helperGao Xiang2019-11-241-1/+1
* erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang2019-09-051-3/+2
* erofs: kill use_vmap module parameterGao Xiang2019-09-051-33/+13
* erofs: add "erofs_" prefix for common and short functionsGao Xiang2019-09-051-11/+11
* erofs: use feature_incompat rather than requirementsGao Xiang2019-09-051-1/+2
* erofs: remove all likely/unlikely annotationsGao Xiang2019-08-301-1/+1
* erofs: move erofs out of stagingGao Xiang2019-08-241-0/+358