summaryrefslogtreecommitdiffstats
path: root/fs/erofs/utils.c
Commit message (Expand)AuthorAgeFilesLines
* erofs: rename utils.c to zutil.cChunhai Guo2024-05-081-287/+0
* erofs: refine managed cache operations to foliosGao Xiang2024-03-101-1/+1
* erofs: get rid of unneeded GFP_NOFSJingbo Xu2024-01-251-1/+1
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-7/+12
|\
| * erofs: dynamically allocate the erofs-shrinkerQi Zheng2023-10-041-7/+12
* | erofs: fix erofs_insert_workgroup() lockref usageGao Xiang2023-10-311-7/+1
|/
* erofs: use struct lockref to replace handcrafted approachGao Xiang2023-06-181-45/+41
* mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
* erofs: fix deadlock when shrink erofs slabHuang Jianan2021-11-231-2/+6
* erofs: get rid of ->lru usageGao Xiang2021-10-251-5/+14
* erofs: clean up file headers & footersGao Xiang2021-06-081-2/+0
* erofs: introduce multipage per-CPU buffersGao Xiang2021-04-101-12/+0
* erofs: fold in used-once helper erofs_workgroup_unfreeze_final()Gao Xiang2020-08-031-11/+3
* erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-031-1/+1
* erofs: correct the remaining shrink objectsGao Xiang2020-03-031-1/+1
* erofs: convert workstn to XArrayGao Xiang2020-03-031-56/+32
* erofs: remove void tagging/untagging of workgroup pointersVladimir Zapolskiy2020-01-071-7/+2
* erofs: remove unused tag argument while registering a workgroupVladimir Zapolskiy2020-01-071-3/+2
* erofs: remove unused tag argument while finding a workgroupVladimir Zapolskiy2020-01-071-2/+1
* erofs: get rid of __stagingpage_alloc helperGao Xiang2019-11-241-2/+2
* erofs: remove dead code since managed cache is now built-inGao Xiang2019-10-161-7/+6
* erofs: remove all likely/unlikely annotationsGao Xiang2019-08-301-6/+6
* erofs: move erofs out of stagingGao Xiang2019-08-241-0/+333