summaryrefslogtreecommitdiffstats
path: root/fs/erofs/decompressor_lzma.c
Commit message (Expand)AuthorAgeFilesLines
* erofs: refine managed cache operations to foliosGao Xiang2024-03-101-3/+0
* erofs: relaxed temporary buffers allocation on readaheadChunhai Guo2024-01-271-5/+12
* erofs: tidy up redundant includesFerry Meng2023-10-311-1/+0
* erofs: simplify compression configuration parserGao Xiang2023-10-311-2/+2
* erofs: don't warn MicroLZMA format anymoreGao Xiang2023-10-311-2/+0
* erofs: fix memory leak of LZMA global compressed deduplicationGao Xiang2023-09-111-1/+4
* erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu2023-04-171-2/+2
* erofs: fix wrong kunmap when using LZMA on HIGHMEM platformsGao Xiang2023-03-091-1/+1
* erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initYangtao Li2023-03-091-1/+1
* erofs: introduce partial-referenced pclustersGao Xiang2022-09-261-0/+3
* erofs: wake up all waiters after z_erofs_lzma_head readyYuwen Chen2022-07-091-0/+1
* erofs: introduce z_erofs_fixup_insizeGao Xiang2021-12-291-11/+8
* erofs: get rid of ->lru usageGao Xiang2021-10-251-1/+1
* erofs: lzma compression supportGao Xiang2021-10-191-0/+290