summaryrefslogtreecommitdiffstats
path: root/fs/squashfs/zlib_wrapper.c
AgeCommit message (Expand)AuthorLines
2021-08-16squashfs: use bvec_virtChristoph Hellwig-1/+1
2020-06-02squashfs: migrate from ll_rw_block usage to BIOPhilippe Liard-29/+34
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Thomas Gleixner-14/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-2/+2
2013-11-20Squashfs: Generalise paging handling in the decompressorsPhillip Lougher-9/+15
2013-11-20Squashfs: Refactor decompressor interface and codePhillip Lougher-35/+15
2011-05-26Squashfs: update email addressPhillip Lougher-1/+1
2011-03-22Squashfs: Use vmalloc rather than kmalloc for zlib workspacePhillip Lougher-3/+3
2011-02-28Squashfs: extend decompressor framework to handle compression optionsPhillip Lougher-2/+2
2011-01-26squashfs: fix use of uninitialised variable in zlib & xz decompressorsPhillip Lougher-6/+0
2011-01-13Squashfs: move squashfs_i() definition from squashfs.hPhillip Lougher-1/+0
2011-01-13Squashfs: add missing check in zlib_wrapperPhillip Lougher-0/+5
2011-01-13Squashfs: remove unnecessary variable in zlib_wrapperPhillip Lougher-5/+4
2010-04-23squashfs: fix locking bug in zlib wrapperPhillip Lougher-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-01-20Squashfs: add a decompressor frameworkPhillip Lougher-3/+14
2010-01-20Squashfs: factor out remaining zlib dependencies into separate wrapper filePhillip Lougher-13/+43
2010-01-20Squashfs: move zlib decompression wrapper code into a separate filePhillip Lougher-0/+109