summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/utils.c
Commit message (Expand)AuthorAgeFilesLines
* staging: erofs: move per-CPU buffers implementation to utils.cGao Xiang2019-06-261-0/+12
* staging: erofs: Use !x or x in place of NULL comparisionBhanusree Pola2019-03-221-1/+1
* staging: erofs: fix parenthesis alignmentJulian Merida2019-03-201-1/+1
* staging: erofs: staticize erofs_shrink_count, erofs_shrink_scanGao Xiang2019-01-181-4/+10
* staging: erofs: move shrink accounting inside the functionGao Xiang2019-01-181-10/+7Star
* staging: erofs: localize erofs_workgroup_getGao Xiang2019-01-181-0/+19
* staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to he...Jeremy Sowden2019-01-111-2/+0Star
* staging: erofs: fixed -Wmissing-prototype warnings by making functions static.Jeremy Sowden2019-01-111-6/+6
* staging: erofs: unzip_vle_lz4.c,utils.c: rectify BUG_ONsGao Xiang2018-12-121-6/+6
* staging: erofs: fix race when the managed cache is enabledGao Xiang2018-11-231-39/+95
* Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-291-1/+1
|\
| * staging: erofs: use explicit unsigned int typeThomas Weißschuh2018-09-141-1/+1
* | xarray: Replace exceptional entriesMatthew Wilcox2018-09-301-12/+6Star
|/
* staging: erofs: fix compile error without built-in decompression supportGao Xiang2018-07-291-3/+4
* staging: erofs: introduce cached decompressionGao Xiang2018-07-271-1/+16
* staging: erofs: introduce VLE decompression supportGao Xiang2018-07-271-1/+60
* staging: erofs: introduce workstation for decompressionGao Xiang2018-07-271-3/+78
* staging: erofs: introduce erofs shrinkerGao Xiang2018-07-271-6/+79
* staging: erofs: introduce superblock registrationGao Xiang2018-07-271-0/+17
* staging: erofs: add erofs_allocpageGao Xiang2018-07-271-0/+31