aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/unzip_vle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-02staging: erofs: rename source files for better understandingGao Xiang1-1587/+0
2019-08-02staging: erofs: update source file headersGao Xiang1-5/+1
2019-07-22staging: erofs: avoid opened loop codesChao Yu1-8/+8
2019-07-01staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr)Shobhit Kukreti1-2/+1
2019-06-26staging: erofs: integrate decompression inplaceGao Xiang1-4/+11
2019-06-26staging: erofs: switch to new decompression backendGao Xiang1-38/+21
2019-06-26staging: erofs: move stagingpage operations to compress.hGao Xiang1-5/+6
2019-06-26staging: erofs: move per-CPU buffers implementation to utils.cGao Xiang1-3/+2
2019-06-26staging: erofs: add compacted compression indexes supportGao Xiang1-286/+0
2019-06-26staging: erofs: add compacted ondisk compression indexesGao Xiang1-4/+4
2019-06-09staging: erofs: fix warning Comparison to boolHariprasad Kelam1-1/+1
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-2/+1
2019-04-01Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman1-0/+4
2019-03-26staging: erofs: fix error handling when failed to read compresssed dataGao Xiang1-13/+28
2019-03-26staging: erofs: support IO read error injectionGao Xiang1-5/+9
2019-03-26staging: erofs: introduce erofs_page_is_managed()Gao Xiang1-22/+9
2019-03-26staging: erofs: fix error handling when failed to read compresssed dataGao Xiang1-13/+28
2019-03-20staging: erofs: fix parenthesis alignmentJulian Merida1-28/+29
2019-03-18staging: erofs: fix to handle error path of erofs_vmap()Chao Yu1-0/+4
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
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-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-1/+2
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