aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs/utils.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08erofs: rename utils.c to zutil.cGravatar Chunhai Guo 1-287/+0
2024-03-10erofs: refine managed cache operations to foliosGravatar Gao Xiang 1-1/+1
2024-01-25erofs: get rid of unneeded GFP_NOFSGravatar Jingbo Xu 1-1/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-7/+12
2023-10-31erofs: fix erofs_insert_workgroup() lockref usageGravatar Gao Xiang 1-7/+1
2023-10-04erofs: dynamically allocate the erofs-shrinkerGravatar Qi Zheng 1-7/+12
2023-06-18erofs: use struct lockref to replace handcrafted approachGravatar Gao Xiang 1-45/+41
2022-07-03mm: shrinkers: provide shrinkers with namesGravatar Roman Gushchin 1-1/+1
2021-11-23erofs: fix deadlock when shrink erofs slabGravatar Huang Jianan 1-2/+6
2021-10-25erofs: get rid of ->lru usageGravatar Gao Xiang 1-5/+14
2021-06-08erofs: clean up file headers & footersGravatar Gao Xiang 1-2/+0
2021-04-10erofs: introduce multipage per-CPU buffersGravatar Gao Xiang 1-12/+0
2020-08-03erofs: fold in used-once helper erofs_workgroup_unfreeze_final()Gravatar Gao Xiang 1-11/+3
2020-08-03erofs: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-03-03erofs: correct the remaining shrink objectsGravatar Gao Xiang 1-1/+1
2020-03-03erofs: convert workstn to XArrayGravatar Gao Xiang 1-56/+32
2020-01-07erofs: remove void tagging/untagging of workgroup pointersGravatar Vladimir Zapolskiy 1-7/+2
2020-01-07erofs: remove unused tag argument while registering a workgroupGravatar Vladimir Zapolskiy 1-3/+2
2020-01-07erofs: remove unused tag argument while finding a workgroupGravatar Vladimir Zapolskiy 1-2/+1
2019-11-24erofs: get rid of __stagingpage_alloc helperGravatar Gao Xiang 1-2/+2
2019-10-16erofs: remove dead code since managed cache is now built-inGravatar Gao Xiang 1-7/+6
2019-08-30erofs: remove all likely/unlikely annotationsGravatar Gao Xiang 1-6/+6
2019-08-24erofs: move erofs out of stagingGravatar Gao Xiang 1-0/+333