summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/unzip_vle.c
AgeCommit message (Expand)Author
2019-08-02staging: erofs: rename source files for better understandingGao Xiang
2019-08-02staging: erofs: update source file headersGao Xiang
2019-07-22staging: erofs: avoid opened loop codesChao Yu
2019-07-01staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr)Shobhit Kukreti
2019-06-26staging: erofs: integrate decompression inplaceGao Xiang
2019-06-26staging: erofs: switch to new decompression backendGao Xiang
2019-06-26staging: erofs: move stagingpage operations to compress.hGao Xiang
2019-06-26staging: erofs: move per-CPU buffers implementation to utils.cGao Xiang
2019-06-26staging: erofs: add compacted compression indexes supportGao Xiang
2019-06-26staging: erofs: add compacted ondisk compression indexesGao Xiang
2019-06-09staging: erofs: fix warning Comparison to boolHariprasad Kelam
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-01Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman
2019-03-26staging: erofs: fix error handling when failed to read compresssed dataGao Xiang
2019-03-26staging: erofs: support IO read error injectionGao Xiang
2019-03-26staging: erofs: introduce erofs_page_is_managed()Gao Xiang
2019-03-26staging: erofs: fix error handling when failed to read compresssed dataGao Xiang
2019-03-20staging: erofs: fix parenthesis alignmentJulian Merida
2019-03-18staging: erofs: fix to handle error path of erofs_vmap()Chao Yu
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