aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/zlib_wrapper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2013-11-20Squashfs: Generalise paging handling in the decompressorsPhillip Lougher1-9/+15
2013-11-20Squashfs: Refactor decompressor interface and codePhillip Lougher1-35/+15
2011-05-26Squashfs: update email addressPhillip Lougher1-1/+1
2011-03-22Squashfs: Use vmalloc rather than kmalloc for zlib workspacePhillip Lougher1-3/+3
2011-02-28Squashfs: extend decompressor framework to handle compression optionsPhillip Lougher1-2/+2
2011-01-26squashfs: fix use of uninitialised variable in zlib & xz decompressorsPhillip Lougher1-6/+0
2011-01-13Squashfs: move squashfs_i() definition from squashfs.hPhillip Lougher1-1/+0
2011-01-13Squashfs: add missing check in zlib_wrapperPhillip Lougher1-0/+5
2011-01-13Squashfs: remove unnecessary variable in zlib_wrapperPhillip Lougher1-5/+4
2010-04-23squashfs: fix locking bug in zlib wrapperPhillip Lougher1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-20Squashfs: add a decompressor frameworkPhillip Lougher1-3/+14
2010-01-20Squashfs: factor out remaining zlib dependencies into separate wrapper filePhillip Lougher1-13/+43
2010-01-20Squashfs: move zlib decompression wrapper code into a separate filePhillip Lougher1-0/+109