summaryrefslogtreecommitdiffstats
path: root/lib/decompress_inflate.c
AgeCommit message (Expand)AuthorLines
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu-6/+6
2014-04-03lib/decompress_inflate.c: include appropriate header fileRashika Kheria-0/+1
2013-09-11lib/decompressors: fix "no limit" output buffer lengthAlexandre Courbot-1/+1
2011-01-13decompressors: check input size in decompress_inflate.cLasse Collin-4/+13
2011-01-13Decompressors: include <linux/slab.h> in <linux/decompress/mm.h>Lasse Collin-1/+0
2011-01-13Decompressors: get rid of set_error_fn() macroLasse Collin-2/+1
2011-01-13Decompressors: add missing INIT (i.e. __init)Lasse Collin-1/+1
2009-09-24lzma/gzip: fix potential oops when input data is truncatedPhillip Lougher-0/+8
2009-08-07lib/decompress_*: only include <linux/slab.h> if STATIC is not definedAlbin Tonnerre-1/+1
2009-08-07bzip2/lzma/gzip: fix comments describing decompressor APIPhillip Lougher-4/+4
2009-04-03kmemtrace, kbuild: fix slab.h dependency problem in lib/decompress_inflate.cPekka Enberg-0/+1
2009-01-08bzip2/lzma: fix decompress_inflate.c vs multi-block-with-embedded-filenameAlain Knaff-1/+1
2009-01-08bzip2/lzma: fix constant in decompress_inflateH. Peter Anvin-1/+1
2009-01-04bzip2/lzma: library support for gzip, bzip2 and lzma decompressionAlain Knaff-0/+167