summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs
Commit message (Expand)AuthorAgeFilesLines
* staging: erofs: remove an extra semicolon in z_erofs_vle_unzip_allGao Xiang2018-08-081-1/+1
* staging: erofs: fix if assignment style issueKristaps Čivkulis2018-08-052-9/+10
* staging: erofs: disable compiling temporarileChao Yu2018-08-021-1/+1
* staging: erofs: remove a redundant marco in xattrGao Xiang2018-08-011-2/+0
* staging: erofs: add the missing break in z_erofs_map_blocks_iterGao Xiang2018-08-011-0/+3
* staging: erofs: use the wrapped PTR_ERR_OR_ZERO instead of open codeGao Xiang2018-07-301-1/+1
* staging: erofs: fix conditional uninitialized `pcn' in z_erofs_map_blocks_iterGao Xiang2018-07-291-4/+21
* staging: erofs: fix compile error without built-in decompression supportGao Xiang2018-07-294-9/+11
* staging: erofs: fix a compile warning of Z_EROFS_VLE_VMAP_ONSTACK_PAGESGao Xiang2018-07-281-1/+1
* staging: erofs: add a TODO and update MAINTAINERS for stagingGao Xiang2018-07-271-0/+45
* staging: erofs: introduce cached decompressionGao Xiang2018-07-275-1/+427
* staging: erofs: introduce VLE decompression supportGao Xiang2018-07-276-2/+1418
* staging: erofs: introduce workstation for decompressionGao Xiang2018-07-273-3/+180
* staging: erofs: introduce erofs shrinkerGao Xiang2018-07-273-6/+101
* staging: erofs: introduce superblock registrationGao Xiang2018-07-273-0/+27
* staging: erofs: add a generic z_erofs VLE decompressorGao Xiang2018-07-275-1/+264
* staging: erofs: introduce a customized LZ4 decompressionGao Xiang2018-07-273-1/+479
* staging: erofs: globalize prepare_bio and __submit_bioGao Xiang2018-07-272-25/+42
* staging: erofs: add erofs_allocpageGao Xiang2018-07-273-1/+39
* staging: erofs: add erofs_map_blocks_iterGao Xiang2018-07-275-2/+300
* staging: erofs: introduce pagevec for unzip subsystemGao Xiang2018-07-271-0/+172
* staging: erofs: <linux/tagptr.h>: introduce tagged pointerGao Xiang2018-07-271-0/+110
* staging: erofs: support tracepointChao Yu2018-07-275-3/+261
* staging: erofs: introduce error injection infrastructureChao Yu2018-07-274-1/+103
* staging: erofs: support special inodeChao Yu2018-07-272-2/+35
* staging: erofs: introduce xattr & acl supportGao Xiang2018-07-278-1/+835
* staging: erofs: update Kconfig and MakefileGao Xiang2018-07-272-0/+47
* staging: erofs: add namei functionsGao Xiang2018-07-271-0/+243
* staging: erofs: add directory operationsGao Xiang2018-07-271-0/+145
* staging: erofs: add inode operationsGao Xiang2018-07-271-0/+210
* staging: erofs: add raw address_space operationsGao Xiang2018-07-271-0/+362
* staging: erofs: add super block operationsGao Xiang2018-07-271-0/+415
* staging: erofs: add erofs in-memory stuffsGao Xiang2018-07-271-0/+281
* staging: erofs: add on-disk layoutGao Xiang2018-07-271-0/+266