aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs/decompressor_zstd.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-11-30erofs: enable error reporting for z_erofs_fixup_insize()Gao Xiang1-7/+7
2025-11-28erofs: enable error reporting for z_erofs_stream_switch_bufs()Gao Xiang1-2/+2
2025-11-28erofs: improve Zstd, LZMA and DEFLATE error stringsGao Xiang1-3/+5
2025-11-28erofs: improve decompression error reportingGao Xiang1-8/+4
2025-11-07erofs: avoid infinite loop due to incomplete zstd-compressed dataGao Xiang1-4/+7
2025-03-17erofs: move {in,out}pages into struct z_erofs_decompress_reqGao Xiang1-7/+1
2024-07-09erofs: tidy up stream decompressorsGao Xiang1-99/+37
2024-07-09erofs: refine z_erofs_{init,exit}_subsystem()Gao Xiang1-2/+4
2024-07-09erofs: move each decompressor to its own source fileGao Xiang1-3/+9
2024-05-09erofs: Zstandard compression supportGao Xiang1-0/+279