summaryrefslogtreecommitdiffstats
path: root/fs/erofs/decompressor.c
AgeCommit message (Expand)AuthorLines
2021-10-31erofs: don't trigger WARN() when decompression failsGao Xiang-1/+0
2021-10-25erofs: get rid of ->lru usageGao Xiang-4/+4
2021-10-19erofs: lzma compression supportGao Xiang-6/+6
2021-10-19erofs: rename some generic methods in decompressorGao Xiang-33/+30
2021-10-15erofs: remove the fast path of per-CPU buffer decompressionYue Hu-55/+8
2021-06-08erofs: clean up file headers & footersGao Xiang-2/+0
2021-04-10erofs: support decompress big pcluster for lz4 backendGao Xiang-95/+123
2021-04-10erofs: adjust per-CPU buffers according to max_pclusterblksGao Xiang-4/+16
2021-04-10erofs: introduce multipage per-CPU buffersGao Xiang-3/+5
2021-03-29erofs: add on-disk compression configurationsGao Xiang-1/+1
2021-03-29erofs: introduce on-disk lz4 fs configurationsGao Xiang-2/+13
2021-03-29erofs: support adjust lz4 history window sizeHuang Jianan-4/+17
2021-03-29erofs: introduce erofs_sb_has_xxx() helpersGao Xiang-2/+1
2021-03-29erofs: avoid memory allocation failure during rolling decompressionHuang Jianan-3/+2
2020-12-08erofs: get rid of magical Z_EROFS_MAPPING_STAGINGGao Xiang-1/+1
2020-08-03erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig-1/+1
2020-03-03erofs: handle corrupted images whose decompressed size less than it'd beGao Xiang-3/+7
2020-03-03erofs: use LZ4_decompress_safe() for full decodingGao Xiang-3/+9
2020-01-11erofs: fix out-of-bound read for shifted uncompressed blockGao Xiang-12/+10
2019-11-24erofs: get rid of __stagingpage_alloc helperGao Xiang-1/+1
2019-09-05erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang-3/+2
2019-09-05erofs: kill use_vmap module parameterGao Xiang-33/+13
2019-09-05erofs: add "erofs_" prefix for common and short functionsGao Xiang-11/+11
2019-09-05erofs: use feature_incompat rather than requirementsGao Xiang-1/+2
2019-08-30erofs: remove all likely/unlikely annotationsGao Xiang-1/+1
2019-08-24erofs: move erofs out of stagingGao Xiang-0/+358