aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/unzip_vle.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-02staging: erofs: rename source files for better understandingGao Xiang1-192/+0
2019-08-02staging: erofs: update source file headersGao Xiang1-6/+2
2019-07-22staging: erofs:converting all 'unsigned' to 'unsigned int'Pratik Shinde1-4/+4
2019-06-26staging: erofs: integrate decompression inplaceGao Xiang1-0/+1
2019-06-26staging: erofs: switch to new decompression backendGao Xiang1-13/+2
2019-06-26staging: erofs: move stagingpage operations to compress.hGao Xiang1-20/+0
2019-06-26staging: erofs: move per-CPU buffers implementation to utils.cGao Xiang1-3/+1
2019-06-09staging: erofs: make use of DBG_BUGONHariprasad Kelam1-3/+3
2019-02-27staging: erofs: compressed_pages should not be accessed again after freedGao Xiang1-2/+1
2019-01-18staging: erofs: drop the extern prefix for function definitionsGao Xiang1-12/+12
2018-12-07staging: erofs: redefine where `owned_workgrp_t' pointsGao Xiang1-2/+2
2018-09-20staging: erofs: drop multiref support temporarilyGao Xiang1-11/+1
2018-07-28staging: erofs: fix a compile warning of Z_EROFS_VLE_VMAP_ONSTACK_PAGESGao Xiang1-1/+1
2018-07-27staging: erofs: introduce VLE decompression supportGao Xiang1-0/+204
2018-07-27staging: erofs: add a generic z_erofs VLE decompressorGao Xiang1-0/+35