aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/data.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-15staging: erofs: clean up erofs_map_blocks_iterChao Yu1-26/+5
2019-01-11staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to header file.Jeremy Sowden1-6/+0
2018-11-07staging: erofs: Modify conditional checksBhagyashri P. Dighole1-7/+7
2018-11-07staging: erofs: Modify coding style alignmentsBhagyashri P. Dighole1-25/+26
2018-09-18staging: erofs: replace BUG_ON with DBG_BUGON in data.cChen Gong1-11/+20
2018-09-14staging: erofs: use explicit unsigned int typeThomas Weißschuh1-2/+2
2018-08-27staging: erofs: change 'unsigned' to 'unsigned int'Leon Imhof1-1/+1
2018-08-27staging: erofs: separate erofs_get_meta_pageGao Xiang1-20/+38
2018-08-27staging: erofs: introduce erofs_grab_bioGao Xiang1-2/+10
2018-07-27staging: erofs: globalize prepare_bio and __submit_bioGao Xiang1-25/+9
2018-07-27staging: erofs: add erofs_map_blocks_iterGao Xiang1-2/+34
2018-07-27staging: erofs: support tracepointChao Yu1-3/+10
2018-07-27staging: erofs: add raw address_space operationsGao Xiang1-0/+362