aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-18staging: erofs: avoid magic constants when initializing clusterbitsGao Xiang1-2/+3
2018-09-18staging: erofs: complete error handing of z_erofs_do_read_pageGao Xiang1-9/+11
2018-09-18staging: erofs: fix a bug when appling cache strategyGao Xiang1-1/+1
2018-09-18staging: erofs: complete error handing of z_erofs_map_blocks_iterGao Xiang1-9/+26
2018-09-18staging: erofs: clean up z_erofs_map_blocks_iterGao Xiang1-62/+78
2018-09-18staging: erofs: fix a missing endian conversionGao Xiang1-3/+5
2018-09-18staging: erofs: code cleanup for erofs_kmalloc()Chengguang Xu1-3/+10
2018-09-16Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman1-2/+2
2018-09-14staging: erofs: surround fault_injection ralted option parsing using CONFIG_EROFS_FAULT_INJECTIONChengguang Xu1-3/+5
2018-09-14staging: erofs: use explicit unsigned int typeThomas Weißschuh8-74/+76
2018-09-10staging: erofs: rename superblock flags (MS_xyz -> SB_xyz)Gao Xiang1-2/+2
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-09-10Revert "staging: erofs: disable compiling temporarile"Gao Xiang1-1/+1
2018-08-28Revert "staging: erofs: disable compiling temporarile"Gao Xiang1-1/+1
2018-08-27staging: erofs: fix potential overflow in z_erofs_vle_normalaccess_readpage{,s}Gao Xiang1-2/+2
2018-08-27staging: erofs: change 'unsigned' to 'unsigned int'Leon Imhof1-1/+1
2018-08-27staging: erofs: fix potential overflow in erofs_grab_bio()Chao Yu1-1/+1
2018-08-27staging: erofs: fix compression mapping beyond EOFGao Xiang1-1/+1
2018-08-27staging: erofs: fix integer overflow on 32-bit platformGao Xiang1-4/+4
2018-08-27staging: erofs: fix vle_decompressed_index_clusterofsGao Xiang1-11/+15
2018-08-27staging: erofs: rearrange vle clustertype definitionsGao Xiang2-8/+11
2018-08-27staging: erofs: cleanup z_erofs_vle_work_{lookup, register}Gao Xiang1-42/+47
2018-08-27staging: erofs: add error handling for xattr submoduleGao Xiang2-43/+85
2018-08-27staging: erofs: separate erofs_get_meta_pageGao Xiang5-39/+93
2018-08-27staging: erofs: introduce erofs_grab_bioGao Xiang3-22/+30
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