summaryrefslogtreecommitdiff
path: root/drivers/staging/erofs/unzip_vle.c
AgeCommit message (Expand)Author
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-27staging: erofs: fix mis-acted TAIL merging behaviorGao Xiang
2019-02-27staging: erofs: fix illegal address access under memory pressureGao Xiang
2019-02-27staging: erofs: compressed_pages should not be accessed again after freedGao Xiang
2019-02-20staging: erofs: remove rcu_read_lock() in erofs_try_to_free_cached_pageGao Xiang
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2019-02-12staging: erofs: remove redundant unlikely annotation in unzip_vle.cChengguang Xu
2019-01-15staging: erofs: clean up erofs_map_blocks_iterChao Yu
2019-01-11staging: erofs: fixed -Wmissing-prototype warnings by making functions static.Jeremy Sowden
2018-12-12staging: erofs: unzip_{pagevec.h,vle.c}: rectify BUG_ONsGao Xiang
2018-12-07staging: erofs: simplify `z_erofs_vle_submit_all'Gao Xiang
2018-12-07staging: erofs: redefine where `owned_workgrp_t' pointsGao Xiang
2018-12-07staging: erofs: refine compressed pages preload flowGao Xiang
2018-12-07staging: erofs: revisit the page submission flowGao Xiang
2018-12-07staging: erofs: localize UNALLOCATED_CACHED_PAGE placeholderGao Xiang
2018-12-07staging: erofs: introduce MNGD_MAPPING helperGao Xiang
2018-12-07staging: erofs: fix use-after-free of on-stack `z_erofs_vle_unzip_io'Gao Xiang
2018-11-23staging: erofs: rename strange variable names in z_erofs_vle_frontendGao Xiang
2018-11-23staging: erofs: decompress asynchronously if PG_readahead page at firstGao Xiang
2018-11-23staging: erofs: locked before registering for all new workgroupsGao Xiang
2018-11-23staging: erofs: separate into init_once / alwaysGao Xiang
2018-11-23staging: erofs: fix `trace_erofs_readpage' positionGao Xiang
2018-11-20staging: erofs: unzip_vle.c: Align parameter to the parentesisCristian Sicilia
2018-11-20staging: erofs: unzip_vle.c: Constant in comparison on right sideCristian Sicilia
2018-11-20staging: erofs: unzip_vle.c: Replace comparison to NULL.Cristian Sicilia
2018-10-09staging: erofs: add the missing __init tagsGao Xiang
2018-09-20staging: erofs: cleanup `z_erofs_vle_normalaccess_readpages'Gao Xiang
2018-09-20staging: erofs: drop multiref support temporarilyGao Xiang
2018-09-20staging: erofs: fold in `__update_workgrp_llen'Gao Xiang
2018-09-18staging: erofs: add trace points for reading zipped dataChen Gong
2018-09-18staging: erofs: complete error handing of z_erofs_do_read_pageGao Xiang
2018-09-18staging: erofs: fix a bug when appling cache strategyGao Xiang
2018-09-18staging: erofs: complete error handing of z_erofs_map_blocks_iterGao Xiang
2018-09-18staging: erofs: clean up z_erofs_map_blocks_iterGao Xiang
2018-09-18staging: erofs: fix a missing endian conversionGao Xiang
2018-09-14staging: erofs: use explicit unsigned int typeThomas Weißschuh
2018-08-27staging: erofs: fix potential overflow in z_erofs_vle_normalaccess_readpage{,s}Gao Xiang
2018-08-27staging: erofs: fix compression mapping beyond EOFGao Xiang
2018-08-27staging: erofs: fix integer overflow on 32-bit platformGao Xiang
2018-08-27staging: erofs: fix vle_decompressed_index_clusterofsGao Xiang
2018-08-27staging: erofs: rearrange vle clustertype definitionsGao Xiang
2018-08-27staging: erofs: cleanup z_erofs_vle_work_{lookup, register}Gao Xiang
2018-08-27staging: erofs: separate erofs_get_meta_pageGao Xiang
2018-08-27staging: erofs: introduce erofs_grab_bioGao Xiang
2018-08-08staging: erofs: remove an extra semicolon in z_erofs_vle_unzip_allGao Xiang
2018-08-05staging: erofs: fix if assignment style issueKristaps Čivkulis
2018-08-01staging: erofs: add the missing break in z_erofs_map_blocks_iterGao Xiang
2018-07-29staging: erofs: fix conditional uninitialized `pcn' in z_erofs_map_blocks_iterGao Xiang
2018-07-29staging: erofs: fix compile error without built-in decompression supportGao Xiang
2018-07-27staging: erofs: introduce cached decompressionGao Xiang