aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs/decompressor.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-02mm: remove the prot argument from vm_map_ramGravatar Christoph Hellwig 1-1/+1
2020-03-03erofs: handle corrupted images whose decompressed size less than it'd beGravatar Gao Xiang 1-3/+7
2020-03-03erofs: use LZ4_decompress_safe() for full decodingGravatar Gao Xiang 1-3/+9
2020-01-11erofs: fix out-of-bound read for shifted uncompressed blockGravatar Gao Xiang 1-12/+10
2019-11-24erofs: get rid of __stagingpage_alloc helperGravatar Gao Xiang 1-1/+1
2019-09-05erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gravatar Gao Xiang 1-3/+2
2019-09-05erofs: kill use_vmap module parameterGravatar Gao Xiang 1-33/+13
2019-09-05erofs: add "erofs_" prefix for common and short functionsGravatar Gao Xiang 1-11/+11
2019-09-05erofs: use feature_incompat rather than requirementsGravatar Gao Xiang 1-1/+2
2019-08-30erofs: remove all likely/unlikely annotationsGravatar Gao Xiang 1-1/+1
2019-08-24erofs: move erofs out of stagingGravatar Gao Xiang 1-0/+358