aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-08staging: erofs: remove an extra semicolon in z_erofs_vle_unzip_allGao Xiang1-1/+1
2018-08-05staging: erofs: fix if assignment style issueKristaps Čivkulis2-9/+10
2018-08-02staging: erofs: disable compiling temporarileChao Yu1-1/+1
2018-08-01staging: erofs: remove a redundant marco in xattrGao Xiang1-2/+0
2018-08-01staging: erofs: add the missing break in z_erofs_map_blocks_iterGao Xiang1-0/+3
2018-07-30staging: erofs: use the wrapped PTR_ERR_OR_ZERO instead of open codeGao Xiang1-1/+1
2018-07-29staging: erofs: fix conditional uninitialized `pcn' in z_erofs_map_blocks_iterGao Xiang1-4/+21
2018-07-29staging: erofs: fix compile error without built-in decompression supportGao Xiang4-9/+11
2018-07-28staging: erofs: fix a compile warning of Z_EROFS_VLE_VMAP_ONSTACK_PAGESGao Xiang1-1/+1
2018-07-27staging: erofs: add a TODO and update MAINTAINERS for stagingGao Xiang1-0/+45
2018-07-27staging: erofs: introduce cached decompressionGao Xiang5-1/+427
2018-07-27staging: erofs: introduce VLE decompression supportGao Xiang6-2/+1418
2018-07-27staging: erofs: introduce workstation for decompressionGao Xiang3-3/+180
2018-07-27staging: erofs: introduce erofs shrinkerGao Xiang3-6/+101
2018-07-27staging: erofs: introduce superblock registrationGao Xiang3-0/+27
2018-07-27staging: erofs: add a generic z_erofs VLE decompressorGao Xiang5-1/+264
2018-07-27staging: erofs: introduce a customized LZ4 decompressionGao Xiang3-1/+479
2018-07-27staging: erofs: globalize prepare_bio and __submit_bioGao Xiang2-25/+42
2018-07-27staging: erofs: add erofs_allocpageGao Xiang3-1/+39
2018-07-27staging: erofs: add erofs_map_blocks_iterGao Xiang5-2/+300
2018-07-27staging: erofs: introduce pagevec for unzip subsystemGao Xiang1-0/+172
2018-07-27staging: erofs: <linux/tagptr.h>: introduce tagged pointerGao Xiang1-0/+110
2018-07-27staging: erofs: support tracepointChao Yu5-3/+261
2018-07-27staging: erofs: introduce error injection infrastructureChao Yu4-1/+103
2018-07-27staging: erofs: support special inodeChao Yu2-2/+35
2018-07-27staging: erofs: introduce xattr & acl supportGao Xiang8-1/+835
2018-07-27staging: erofs: update Kconfig and MakefileGao Xiang2-0/+47
2018-07-27staging: erofs: add namei functionsGao Xiang1-0/+243
2018-07-27staging: erofs: add directory operationsGao Xiang1-0/+145
2018-07-27staging: erofs: add inode operationsGao Xiang1-0/+210
2018-07-27staging: erofs: add raw address_space operationsGao Xiang1-0/+362
2018-07-27staging: erofs: add super block operationsGao Xiang1-0/+415
2018-07-27staging: erofs: add erofs in-memory stuffsGao Xiang1-0/+281
2018-07-27staging: erofs: add on-disk layoutGao Xiang1-0/+266