summaryrefslogtreecommitdiff
path: root/fs/erofs/zutil.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-01-26mm: alloc_pages_bulk: rename APILuiz Capitulino1-2/+2
2025-01-16erofs: return SHRINK_EMPTY if no objects to freeChen Linxuan1-1/+1
2024-12-12erofs: fix rare pcluster memory leak after unmountingGao Xiang1-3/+4
2024-11-18erofs: move erofs_workgroup operations into zdata.cGao Xiang1-100/+7
2024-11-18erofs: get rid of erofs_{find,insert}_workgroupGao Xiang1-49/+1
2024-08-21erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially failsGao Xiang1-1/+2
2024-07-26erofs: fix race in z_erofs_get_gbuf()Gao Xiang1-0/+3
2024-06-26erofs: fix possible memory leak in z_erofs_gbuf_exit()Sandeep Dhavale1-4/+4
2024-05-08erofs: add a reserved buffer pool for lz4 decompressionChunhai Guo1-15/+46
2024-05-08erofs: do not use pagepool in z_erofs_gbuf_growsize()Chunhai Guo1-36/+31
2024-05-08erofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo1-0/+148
2024-05-08erofs: rename utils.c to zutil.cChunhai Guo1-0/+279