summaryrefslogtreecommitdiff
path: root/fs/squashfs/xz_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* squashfs: extend "page actor" to handle missing pagesPhillip Lougher2022-06-161-1/+10
* squashfs: use bvec_virtChristoph Hellwig2021-08-161-1/+1
* squashfs: migrate from ll_rw_block usage to BIOPhilippe Liard2020-06-021-22/+29
* 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/+13
* Squashfs: Refactor decompressor interface and codePhillip Lougher2013-11-201-40/+49
* Squashfs: update email addressPhillip Lougher2011-05-261-1/+1
* Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymorePhillip Lougher2011-02-281-1/+0
* Squashfs: add compression options support to xz decompressorPhillip Lougher2011-02-281-8/+41
* Squashfs: extend decompressor framework to handle compression optionsPhillip Lougher2011-02-281-2/+3
* squashfs: fix use of uninitialised variable in zlib & xz decompressorsPhillip Lougher2011-01-261-6/+0
* Squashfs: add XZ compression supportPhillip Lougher2011-01-131-0/+153