aboutsummaryrefslogtreecommitdiffstats
path: root/fs/erofs/decompressor.c
AgeCommit message (Expand)AuthorFilesLines
12 dayserofs: Zstandard compression supportGao Xiang1-0/+7
12 dayserofs: add a reserved buffer pool for lz4 decompressionChunhai Guo1-1/+1
12 dayserofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo1-3/+3
2024-03-07erofs: fix uninitialized page cache reported by KMSANGao Xiang1-1/+2
2024-01-27erofs: relaxed temporary buffers allocation on readaheadChunhai Guo1-2/+3
2024-01-18Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-01-13erofs: fix inconsistent per-file compression formatGao Xiang1-1/+1
2024-01-10erofs: avoid debugging output for (de)compressed dataGao Xiang1-7/+1
2023-12-18erofs: refine z_erofs_transform_plain() for sub-page block supportGao Xiang1-33/+48
2023-12-15erofs: fix lz4 inplace decompressionGao Xiang1-15/+16
2023-10-31erofs: tidy up redundant includesFerry Meng1-1/+0
2023-10-31erofs: simplify compression configuration parserGao Xiang1-3/+59
2023-08-11erofs: DEFLATE compression supportGao Xiang1-0/+6
2023-07-12erofs: simplify z_erofs_transform_plain()Gao Xiang1-11/+8
2023-07-12erofs: get rid of the remaining kmap_atomic()Gao Xiang1-9/+9
2023-05-29erofs: fold in z_erofs_decompress()Yue Hu1-7/+1
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu1-3/+3
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