summaryrefslogtreecommitdiff
path: root/fs/erofs/decompressor_lzma.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-10erofs: refine managed cache operations to foliosGao Xiang1-3/+0
2024-01-27erofs: relaxed temporary buffers allocation on readaheadChunhai Guo1-5/+12
2023-10-31erofs: tidy up redundant includesFerry Meng1-1/+0
2023-10-31erofs: simplify compression configuration parserGao Xiang1-2/+2
2023-10-31erofs: don't warn MicroLZMA format anymoreGao Xiang1-2/+0
2023-09-11erofs: fix memory leak of LZMA global compressed deduplicationGao Xiang1-1/+4
2023-04-16erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu1-2/+2
2023-03-09erofs: fix wrong kunmap when using LZMA on HIGHMEM platformsGao Xiang1-1/+1
2023-03-09erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initYangtao Li1-1/+1
2022-09-26erofs: introduce partial-referenced pclustersGao Xiang1-0/+3
2022-07-09erofs: wake up all waiters after z_erofs_lzma_head readyYuwen Chen1-0/+1
2021-12-29erofs: introduce z_erofs_fixup_insizeGao Xiang1-11/+8
2021-10-25erofs: get rid of ->lru usageGao Xiang1-1/+1
2021-10-19erofs: lzma compression supportGao Xiang1-0/+290