summaryrefslogtreecommitdiffstats
path: root/lib/decompress_inflate.c
Commit message (Expand)AuthorAgeFilesLines
* lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu2015-09-101-5/+26
* initramfs: support initramfs that is bigger than 2GiBYinghai Lu2014-08-081-6/+6
* lib/decompress_inflate.c: include appropriate header fileRashika Kheria2014-04-031-0/+1
* lib/decompressors: fix "no limit" output buffer lengthAlexandre Courbot2013-09-111-1/+1
* decompressors: check input size in decompress_inflate.cLasse Collin2011-01-131-4/+13
* Decompressors: include <linux/slab.h> in <linux/decompress/mm.h>Lasse Collin2011-01-131-1/+0
* Decompressors: get rid of set_error_fn() macroLasse Collin2011-01-131-2/+1
* Decompressors: add missing INIT (i.e. __init)Lasse Collin2011-01-131-1/+1
* lzma/gzip: fix potential oops when input data is truncatedPhillip Lougher2009-09-241-0/+8
* lib/decompress_*: only include <linux/slab.h> if STATIC is not definedAlbin Tonnerre2009-08-071-1/+1
* bzip2/lzma/gzip: fix comments describing decompressor APIPhillip Lougher2009-08-071-4/+4
* kmemtrace, kbuild: fix slab.h dependency problem in lib/decompress_inflate.cPekka Enberg2009-04-031-0/+1
* bzip2/lzma: fix decompress_inflate.c vs multi-block-with-embedded-filenameAlain Knaff2009-01-081-1/+1
* bzip2/lzma: fix constant in decompress_inflateH. Peter Anvin2009-01-081-1/+1
* bzip2/lzma: library support for gzip, bzip2 and lzma decompressionAlain Knaff2009-01-041-0/+167