aboutsummaryrefslogtreecommitdiff
path: root/lib/decompress_inflate.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-09decompressor: provide missing prototypesGravatar Arnd Bergmann 1-1/+1
2020-01-31lib/zlib: add s390 hardware support for kernel zlib_inflateGravatar Mikhail Zaslonko 1-0/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelGravatar Yinghai Lu 1-5/+26
2014-08-08initramfs: support initramfs that is bigger than 2GiBGravatar Yinghai Lu 1-6/+6
2014-04-03lib/decompress_inflate.c: include appropriate header fileGravatar Rashika Kheria 1-0/+1
2013-09-11lib/decompressors: fix "no limit" output buffer lengthGravatar Alexandre Courbot 1-1/+1
2011-01-13decompressors: check input size in decompress_inflate.cGravatar Lasse Collin 1-4/+13
2011-01-13Decompressors: include <linux/slab.h> in <linux/decompress/mm.h>Gravatar Lasse Collin 1-1/+0
2011-01-13Decompressors: get rid of set_error_fn() macroGravatar Lasse Collin 1-2/+1
2011-01-13Decompressors: add missing INIT (i.e. __init)Gravatar Lasse Collin 1-1/+1
2009-09-24lzma/gzip: fix potential oops when input data is truncatedGravatar Phillip Lougher 1-0/+8
2009-08-07lib/decompress_*: only include <linux/slab.h> if STATIC is not definedGravatar Albin Tonnerre 1-1/+1
2009-08-07bzip2/lzma/gzip: fix comments describing decompressor APIGravatar Phillip Lougher 1-4/+4
2009-04-03kmemtrace, kbuild: fix slab.h dependency problem in lib/decompress_inflate.cGravatar Pekka Enberg 1-0/+1
2009-01-08bzip2/lzma: fix decompress_inflate.c vs multi-block-with-embedded-filenameGravatar Alain Knaff 1-1/+1
2009-01-08bzip2/lzma: fix constant in decompress_inflateGravatar H. Peter Anvin 1-1/+1
2009-01-04bzip2/lzma: library support for gzip, bzip2 and lzma decompressionGravatar Alain Knaff 1-0/+167