summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/data.c
Commit message (Expand)AuthorAgeFilesLines
* staging: erofs: add compacted ondisk compression indexesGao Xiang2019-06-261-2/+2
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-081-2/+1Star
|\
| * block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-2/+1Star
* | Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2019-04-211-1/+1
|\|
| * staging: erofs: fix unexpected out-of-bound data accessGao Xiang2019-04-161-1/+1
* | staging: erofs: support IO read error injectionGao Xiang2019-03-251-6/+12
|/
* Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-1/+2
|\
| * block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-151-1/+2
* | staging: erofs: clean up erofs_map_blocks_iterChao Yu2019-01-151-26/+5Star
* | staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to he...Jeremy Sowden2019-01-111-6/+0Star
|/
* staging: erofs: Modify conditional checksBhagyashri P. Dighole2018-11-071-7/+7
* staging: erofs: Modify coding style alignmentsBhagyashri P. Dighole2018-11-071-25/+26
* staging: erofs: replace BUG_ON with DBG_BUGON in data.cChen Gong2018-09-181-11/+20
* staging: erofs: use explicit unsigned int typeThomas Weißschuh2018-09-141-2/+2
* staging: erofs: change 'unsigned' to 'unsigned int'Leon Imhof2018-08-271-1/+1
* staging: erofs: separate erofs_get_meta_pageGao Xiang2018-08-271-20/+38
* staging: erofs: introduce erofs_grab_bioGao Xiang2018-08-271-2/+10
* staging: erofs: globalize prepare_bio and __submit_bioGao Xiang2018-07-271-25/+9Star
* staging: erofs: add erofs_map_blocks_iterGao Xiang2018-07-271-2/+34
* staging: erofs: support tracepointChao Yu2018-07-271-3/+10
* staging: erofs: add raw address_space operationsGao Xiang2018-07-271-0/+362