aboutsummaryrefslogtreecommitdiffstats
path: root/fs/erofs/decompressor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-23erofs: support interlaced uncompressed data for compressed filesYue Hu1-19/+28
2022-07-22erofs: introduce multi-reference pclusters (fully-referenced)Gao Xiang1-1/+1
2022-07-09erofs: avoid consecutive detection for Highmem memoryGao Xiang1-6/+10
2022-05-17erofs: fix buffer copy overflow of ztailpacking featureGao Xiang1-2/+3
2022-05-17erofs: do not prompt for risk any more when using big pclusterYue Hu1-2/+0
2021-12-31erofs: support unaligned data decompressionGao Xiang1-8/+9
2021-12-29erofs: introduce z_erofs_fixup_insizeGao Xiang1-9/+25
2021-12-29erofs: tidy up z_erofs_lz4_decompressGao Xiang1-39/+44
2021-12-01erofs: rename lz4_0pading to zero_paddingHuang Jianan1-2/+2
2021-10-31erofs: don't trigger WARN() when decompression failsGao Xiang1-1/+0
2021-10-25erofs: get rid of ->lru usageGao Xiang1-4/+4
2021-10-19erofs: lzma compression supportGao Xiang1-6/+6
2021-10-19erofs: rename some generic methods in decompressorGao Xiang1-33/+30
2021-10-15erofs: remove the fast path of per-CPU buffer decompressionYue Hu1-55/+8
2021-06-08erofs: clean up file headers & footersGao Xiang1-2/+0
2021-04-10erofs: support decompress big pcluster for lz4 backendGao Xiang1-95/+123
2021-04-10erofs: adjust per-CPU buffers according to max_pclusterblksGao Xiang1-4/+16
2021-04-10erofs: introduce multipage per-CPU buffersGao Xiang1-3/+5
2021-03-29erofs: add on-disk compression configurationsGao Xiang1-1/+1
2021-03-29erofs: introduce on-disk lz4 fs configurationsGao Xiang1-2/+13
2021-03-29erofs: support adjust lz4 history window sizeHuang Jianan1-4/+17
2021-03-29erofs: introduce erofs_sb_has_xxx() helpersGao Xiang1-2/+1
2021-03-29erofs: avoid memory allocation failure during rolling decompressionHuang Jianan1-3/+2
2020-12-08erofs: get rid of magical Z_EROFS_MAPPING_STAGINGGao Xiang1-1/+1
2020-08-03erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig1-1/+1
2020-03-03erofs: handle corrupted images whose decompressed size less than it'd beGao Xiang1-3/+7
2020-03-03erofs: use LZ4_decompress_safe() for full decodingGao Xiang1-3/+9
2020-01-11erofs: fix out-of-bound read for shifted uncompressed blockGao Xiang1-12/+10
2019-11-24erofs: get rid of __stagingpage_alloc helperGao Xiang1-1/+1
2019-09-05erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang1-3/+2
2019-09-05erofs: kill use_vmap module parameterGao Xiang1-33/+13
2019-09-05erofs: add "erofs_" prefix for common and short functionsGao Xiang1-11/+11
2019-09-05erofs: use feature_incompat rather than requirementsGao Xiang1-1/+2
2019-08-30erofs: remove all likely/unlikely annotationsGao Xiang1-1/+1
2019-08-24erofs: move erofs out of stagingGao Xiang1-0/+358