aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/utils.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-18staging: erofs: staticize erofs_shrink_count, erofs_shrink_scanGao Xiang1-4/+10
2019-01-18staging: erofs: move shrink accounting inside the functionGao Xiang1-10/+7
2019-01-18staging: erofs: localize erofs_workgroup_getGao Xiang1-0/+19
2019-01-11staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to header file.Jeremy Sowden1-2/+0
2019-01-11staging: erofs: fixed -Wmissing-prototype warnings by making functions static.Jeremy Sowden1-6/+6
2018-12-12staging: erofs: unzip_vle_lz4.c,utils.c: rectify BUG_ONsGao Xiang1-6/+6
2018-11-23staging: erofs: fix race when the managed cache is enabledGao Xiang1-39/+95
2018-10-29Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+1
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-12/+6
2018-09-14staging: erofs: use explicit unsigned int typeThomas Weißschuh1-1/+1
2018-07-29staging: erofs: fix compile error without built-in decompression supportGao Xiang1-3/+4
2018-07-27staging: erofs: introduce cached decompressionGao Xiang1-1/+16
2018-07-27staging: erofs: introduce VLE decompression supportGao Xiang1-1/+60
2018-07-27staging: erofs: introduce workstation for decompressionGao Xiang1-3/+78
2018-07-27staging: erofs: introduce erofs shrinkerGao Xiang1-6/+79
2018-07-27staging: erofs: introduce superblock registrationGao Xiang1-0/+17
2018-07-27staging: erofs: add erofs_allocpageGao Xiang1-0/+31