summaryrefslogtreecommitdiffstats
path: root/fs/erofs/decompressor.c
Commit message (Expand)AuthorAgeFilesLines
* erofs: handle corrupted images whose decompressed size less than it'd beGao Xiang2020-03-031-3/+7
* erofs: use LZ4_decompress_safe() for full decodingGao Xiang2020-03-031-3/+9
* erofs: fix out-of-bound read for shifted uncompressed blockGao Xiang2020-01-111-12/+10
* erofs: get rid of __stagingpage_alloc helperGao Xiang2019-11-241-1/+1
* erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang2019-09-051-3/+2
* erofs: kill use_vmap module parameterGao Xiang2019-09-051-33/+13
* erofs: add "erofs_" prefix for common and short functionsGao Xiang2019-09-051-11/+11
* erofs: use feature_incompat rather than requirementsGao Xiang2019-09-051-1/+2
* erofs: remove all likely/unlikely annotationsGao Xiang2019-08-301-1/+1
* erofs: move erofs out of stagingGao Xiang2019-08-241-0/+358