aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/unzip_vle_lz4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-18staging: erofs: fix to handle error path of erofs_vmap()Chao Yu1-2/+5
2019-02-27staging: erofs: compressed_pages should not be accessed again after freedGao Xiang1-11/+8
2019-01-11staging: erofs: fixed -Wmissing-prototype warnings by making functions static.Jeremy Sowden1-1/+1
2018-12-12staging: erofs: unzip_vle_lz4.c,utils.c: rectify BUG_ONsGao Xiang1-1/+1
2018-11-08staging: erofs: use the new LZ4_decompress_safe_partial()Gao Xiang1-2/+23
2018-09-10staging: erofs: fix 1 warning and 9 checksPavel Zemlyanoy1-11/+11
2018-09-10staging: erofs: formatting alignment parenthesisPavel Zemlyanoy1-2/+2
2018-09-10staging: erofs: formatting add spaces arround '*'Pavel Zemlyanoy1-1/+1
2018-09-10staging: erofs: formatting spaces around '-'Pavel Zemlyanoy1-4/+4
2018-09-10staging: erofs: formatting fix to NULL comparisonPavel Zemlyanoy1-5/+5
2018-09-10staging: erofs: formatting fix in unzip_vle_lz4.cPavel Zemlyanoy1-12/+11
2018-07-27staging: erofs: add a generic z_erofs VLE decompressorGao Xiang1-0/+209