summaryrefslogtreecommitdiffstats
path: root/fs/squashfs/zlib_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* squashfs: extend "page actor" to handle missing pagesPhillip Lougher2022-06-161-1/+11
* squashfs: use bvec_virtChristoph Hellwig2021-08-161-1/+1
* squashfs: migrate from ll_rw_block usage to BIOPhilippe Liard2020-06-021-29/+34
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Thomas Gleixner2019-05-241-14/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* Squashfs: Generalise paging handling in the decompressorsPhillip Lougher2013-11-201-9/+15
* Squashfs: Refactor decompressor interface and codePhillip Lougher2013-11-201-35/+15
* Squashfs: update email addressPhillip Lougher2011-05-261-1/+1
* Squashfs: Use vmalloc rather than kmalloc for zlib workspacePhillip Lougher2011-03-221-3/+3
* Squashfs: extend decompressor framework to handle compression optionsPhillip Lougher2011-02-281-2/+2
* squashfs: fix use of uninitialised variable in zlib & xz decompressorsPhillip Lougher2011-01-261-6/+0
* Squashfs: move squashfs_i() definition from squashfs.hPhillip Lougher2011-01-131-1/+0
* Squashfs: add missing check in zlib_wrapperPhillip Lougher2011-01-131-0/+5
* Squashfs: remove unnecessary variable in zlib_wrapperPhillip Lougher2011-01-131-5/+4
* squashfs: fix locking bug in zlib wrapperPhillip Lougher2010-04-231-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Squashfs: add a decompressor frameworkPhillip Lougher2010-01-201-3/+14
* Squashfs: factor out remaining zlib dependencies into separate wrapper filePhillip Lougher2010-01-201-13/+43
* Squashfs: move zlib decompression wrapper code into a separate filePhillip Lougher2010-01-201-0/+109