summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu14-27/+70
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu20-110/+111
2014-04-03lib/decompress_inflate.c: include appropriate header fileRashika Kheria2-2/+3
2013-09-11lib/decompressors: fix "no limit" output buffer lengthAlexandre Courbot1-1/+1
2011-01-13decompressors: check input size in decompress_inflate.cLasse Collin1-4/+13
2011-01-13Decompressors: include <linux/slab.h> in <linux/decompress/mm.h>Lasse Collin5-4/+1
2011-01-13Decompressors: get rid of set_error_fn() macroLasse Collin5-19/+11
2011-01-13Decompressors: add missing INIT (i.e. __init)Lasse Collin2-3/+3
2009-09-24lzma/gzip: fix potential oops when input data is truncatedPhillip Lougher2-1/+17
2009-08-07lib/decompress_*: only include <linux/slab.h> if STATIC is not definedAlbin Tonnerre3-3/+3
2009-08-07bzip2/lzma/gzip: fix comments describing decompressor APIPhillip Lougher2-17/+23
2009-04-03kmemtrace, kbuild: fix slab.h dependency problem in lib/decompress_inflate.cPekka Enberg1-0/+1
2009-01-08bzip2/lzma: fix decompress_inflate.c vs multi-block-with-embedded-filenameAlain Knaff1-1/+1
2009-01-08bzip2/lzma: fix constant in decompress_inflateH. Peter Anvin1-1/+1
2009-01-04bzip2/lzma: library support for gzip, bzip2 and lzma decompressionAlain Knaff12-0/+1733