summaryrefslogtreecommitdiff
path: root/fs/erofs/decompressor.c
AgeCommit message (Expand)Author
2024-03-07erofs: fix uninitialized page cache reported by KMSANGao Xiang
2024-01-27erofs: relaxed temporary buffers allocation on readaheadChunhai Guo
2024-01-18Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-13erofs: fix inconsistent per-file compression formatGao Xiang
2024-01-10erofs: avoid debugging output for (de)compressed dataGao Xiang
2023-12-18erofs: refine z_erofs_transform_plain() for sub-page block supportGao Xiang
2023-12-15erofs: fix lz4 inplace decompressionGao Xiang
2023-10-31erofs: tidy up redundant includesFerry Meng
2023-10-31erofs: simplify compression configuration parserGao Xiang
2023-08-11erofs: DEFLATE compression supportGao Xiang
2023-07-12erofs: simplify z_erofs_transform_plain()Gao Xiang
2023-07-12erofs: get rid of the remaining kmap_atomic()Gao Xiang
2023-05-29erofs: fold in z_erofs_decompress()Yue Hu
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu
2022-09-23erofs: support interlaced uncompressed data for compressed filesYue Hu
2022-07-22erofs: introduce multi-reference pclusters (fully-referenced)Gao Xiang
2022-07-09erofs: avoid consecutive detection for Highmem memoryGao Xiang
2022-05-17erofs: fix buffer copy overflow of ztailpacking featureGao Xiang
2022-05-17erofs: do not prompt for risk any more when using big pclusterYue Hu
2021-12-31erofs: support unaligned data decompressionGao Xiang
2021-12-29erofs: introduce z_erofs_fixup_insizeGao Xiang
2021-12-29erofs: tidy up z_erofs_lz4_decompressGao Xiang
2021-12-01erofs: rename lz4_0pading to zero_paddingHuang Jianan
2021-10-31erofs: don't trigger WARN() when decompression failsGao Xiang
2021-10-25erofs: get rid of ->lru usageGao Xiang
2021-10-19erofs: lzma compression supportGao Xiang
2021-10-19erofs: rename some generic methods in decompressorGao Xiang
2021-10-15erofs: remove the fast path of per-CPU buffer decompressionYue Hu
2021-06-08erofs: clean up file headers & footersGao Xiang
2021-04-10erofs: support decompress big pcluster for lz4 backendGao Xiang
2021-04-10erofs: adjust per-CPU buffers according to max_pclusterblksGao Xiang
2021-04-10erofs: introduce multipage per-CPU buffersGao Xiang
2021-03-29erofs: add on-disk compression configurationsGao Xiang
2021-03-29erofs: introduce on-disk lz4 fs configurationsGao Xiang
2021-03-29erofs: support adjust lz4 history window sizeHuang Jianan
2021-03-29erofs: introduce erofs_sb_has_xxx() helpersGao Xiang
2021-03-29erofs: avoid memory allocation failure during rolling decompressionHuang Jianan
2020-12-08erofs: get rid of magical Z_EROFS_MAPPING_STAGINGGao Xiang
2020-08-03erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig
2020-03-03erofs: handle corrupted images whose decompressed size less than it'd beGao Xiang
2020-03-03erofs: use LZ4_decompress_safe() for full decodingGao Xiang
2020-01-11erofs: fix out-of-bound read for shifted uncompressed blockGao Xiang
2019-11-24erofs: get rid of __stagingpage_alloc helperGao Xiang
2019-09-05erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang
2019-09-05erofs: kill use_vmap module parameterGao Xiang
2019-09-05erofs: add "erofs_" prefix for common and short functionsGao Xiang
2019-09-05erofs: use feature_incompat rather than requirementsGao Xiang
2019-08-30erofs: remove all likely/unlikely annotationsGao Xiang
2019-08-24erofs: move erofs out of stagingGao Xiang