summaryrefslogtreecommitdiffstats
path: root/fs/erofs/zutil.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially failsGao Xiang2024-08-211-1/+2
* erofs: fix race in z_erofs_get_gbuf()Gao Xiang2024-07-261-0/+3
* erofs: fix possible memory leak in z_erofs_gbuf_exit()Sandeep Dhavale2024-06-261-4/+4
* erofs: add a reserved buffer pool for lz4 decompressionChunhai Guo2024-05-081-15/+46
* erofs: do not use pagepool in z_erofs_gbuf_growsize()Chunhai Guo2024-05-081-36/+31
* erofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo2024-05-081-0/+148
* erofs: rename utils.c to zutil.cChunhai Guo2024-05-081-0/+279