summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/unzip_vle_lz4.c
Commit message (Expand)AuthorAgeFilesLines
* staging: erofs: fix to handle error path of erofs_vmap()Chao Yu2019-03-181-2/+5
* staging: erofs: compressed_pages should not be accessed again after freedGao Xiang2019-02-271-11/+8Star
* staging: erofs: fixed -Wmissing-prototype warnings by making functions static.Jeremy Sowden2019-01-111-1/+1
* staging: erofs: unzip_vle_lz4.c,utils.c: rectify BUG_ONsGao Xiang2018-12-121-1/+1
* staging: erofs: use the new LZ4_decompress_safe_partial()Gao Xiang2018-11-081-2/+23
* staging: erofs: fix 1 warning and 9 checksPavel Zemlyanoy2018-09-101-11/+11
* staging: erofs: formatting alignment parenthesisPavel Zemlyanoy2018-09-101-2/+2
* staging: erofs: formatting add spaces arround '*'Pavel Zemlyanoy2018-09-101-1/+1
* staging: erofs: formatting spaces around '-'Pavel Zemlyanoy2018-09-101-4/+4
* staging: erofs: formatting fix to NULL comparisonPavel Zemlyanoy2018-09-101-5/+5
* staging: erofs: formatting fix in unzip_vle_lz4.cPavel Zemlyanoy2018-09-101-12/+11Star
* staging: erofs: add a generic z_erofs VLE decompressorGao Xiang2018-07-271-0/+209