aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/unzip_vle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-27staging: erofs: fix mis-acted TAIL merging behaviorGao Xiang1-25/+45
2019-02-27staging: erofs: fix illegal address access under memory pressureGao Xiang1-1/+6
2019-02-27staging: erofs: compressed_pages should not be accessed again after freedGao Xiang1-18/+20
2019-02-20staging: erofs: remove rcu_read_lock() in erofs_try_to_free_cached_pageGao Xiang1-11/+5
2019-02-12staging: erofs: remove redundant unlikely annotation in unzip_vle.cChengguang Xu1-1/+1
2019-01-15staging: erofs: clean up erofs_map_blocks_iterChao Yu1-15/+15
2019-01-11staging: erofs: fixed -Wmissing-prototype warnings by making functions static.Jeremy Sowden1-1/+1
2018-12-12staging: erofs: unzip_{pagevec.h,vle.c}: rectify BUG_ONsGao Xiang1-20/+13
2018-12-07staging: erofs: simplify `z_erofs_vle_submit_all'Gao Xiang1-82/+113
2018-12-07staging: erofs: redefine where `owned_workgrp_t' pointsGao Xiang1-5/+7
2018-12-07staging: erofs: refine compressed pages preload flowGao Xiang1-43/+123
2018-12-07staging: erofs: revisit the page submission flowGao Xiang1-71/+112
2018-12-07staging: erofs: localize UNALLOCATED_CACHED_PAGE placeholderGao Xiang1-2/+8
2018-12-07staging: erofs: introduce MNGD_MAPPING helperGao Xiang1-16/+13
2018-12-07staging: erofs: fix use-after-free of on-stack `z_erofs_vle_unzip_io'Gao Xiang1-4/+9
2018-11-23staging: erofs: rename strange variable names in z_erofs_vle_frontendGao Xiang1-14/+11
2018-11-23staging: erofs: decompress asynchronously if PG_readahead page at firstGao Xiang1-1/+8
2018-11-23staging: erofs: locked before registering for all new workgroupsGao Xiang1-2/+7
2018-11-23staging: erofs: separate into init_once / alwaysGao Xiang1-5/+29
2018-11-23staging: erofs: fix `trace_erofs_readpage' positionGao Xiang1-2/+2
2018-11-20staging: erofs: unzip_vle.c: Align parameter to the parentesisCristian Sicilia1-5/+6
2018-11-20staging: erofs: unzip_vle.c: Constant in comparison on right sideCristian Sicilia1-4/+4
2018-11-20staging: erofs: unzip_vle.c: Replace comparison to NULL.Cristian Sicilia1-43/+43
2018-10-09staging: erofs: add the missing __init tagsGao Xiang1-1/+1
2018-09-20staging: erofs: cleanup `z_erofs_vle_normalaccess_readpages'Gao Xiang1-14/+6
2018-09-20staging: erofs: drop multiref support temporarilyGao Xiang1-31/+5
2018-09-20staging: erofs: fold in `__update_workgrp_llen'Gao Xiang1-13/+7
2018-09-18staging: erofs: add trace points for reading zipped dataChen Gong1-0/+11
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-14staging: erofs: use explicit unsigned int typeThomas Weißschuh1-24/+24
2018-08-27staging: erofs: fix potential overflow in z_erofs_vle_normalaccess_readpage{,s}Gao Xiang1-2/+2
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 Xiang1-8/+0
2018-08-27staging: erofs: cleanup z_erofs_vle_work_{lookup, register}Gao Xiang1-42/+47
2018-08-27staging: erofs: separate erofs_get_meta_pageGao Xiang1-5/+7
2018-08-27staging: erofs: introduce erofs_grab_bioGao Xiang1-2/+2
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 Čivkulis1-1/+2
2018-08-01staging: erofs: add the missing break in z_erofs_map_blocks_iterGao Xiang1-0/+3
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 Xiang1-3/+4
2018-07-27staging: erofs: introduce cached decompressionGao Xiang1-0/+274
2018-07-27staging: erofs: introduce VLE decompression supportGao Xiang1-1/+1118
2018-07-27staging: erofs: add erofs_map_blocks_iterGao Xiang1-0/+243