index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
/
decompressor_deflate.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-05
erofs: update compression algorithm status
Gao Xiang
2025-11-30
erofs: enable error reporting for z_erofs_fixup_insize()
Gao Xiang
2025-11-28
erofs: enable error reporting for z_erofs_stream_switch_bufs()
Gao Xiang
2025-11-28
erofs: improve Zstd, LZMA and DEFLATE error strings
Gao Xiang
2025-11-28
erofs: improve decompression error reporting
Gao Xiang
2025-05-25
erofs: support DEFLATE decompression by using Intel QAT
Bo Liu
2025-03-17
erofs: move {in,out}pages into struct z_erofs_decompress_req
Gao Xiang
2024-07-09
erofs: tidy up stream decompressors
Gao Xiang
2024-07-09
erofs: refine z_erofs_{init,exit}_subsystem()
Gao Xiang
2024-07-09
erofs: move each decompressor to its own source file
Gao Xiang
2024-05-21
erofs: avoid allocating DEFLATE streams before mounting
Gao Xiang
2024-03-10
erofs: refine managed cache operations to folios
Gao Xiang
2024-01-27
erofs: relaxed temporary buffers allocation on readahead
Chunhai Guo
2024-01-10
erofs: make erofs_{err,info}() support NULL sb parameter
Chunhai Guo
2023-10-31
erofs: tidy up redundant includes
Ferry Meng
2023-10-31
erofs: simplify compression configuration parser
Gao Xiang
2023-08-11
erofs: DEFLATE compression support
Gao Xiang