aboutsummaryrefslogtreecommitdiff
path: root/fs/squashfs/xz_wrapper.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-16squashfs: extend "page actor" to handle missing pagesGravatar Phillip Lougher 1-1/+10
2021-08-16squashfs: use bvec_virtGravatar Christoph Hellwig 1-1/+1
2020-06-02squashfs: migrate from ll_rw_block usage to BIOGravatar Philippe Liard 1-22/+29
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Gravatar Thomas Gleixner 1-14/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2013-11-20Squashfs: Generalise paging handling in the decompressorsGravatar Phillip Lougher 1-9/+13
2013-11-20Squashfs: Refactor decompressor interface and codeGravatar Phillip Lougher 1-40/+49
2011-05-26Squashfs: update email addressGravatar Phillip Lougher 1-1/+1
2011-02-28Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymoreGravatar Phillip Lougher 1-1/+0
2011-02-28Squashfs: add compression options support to xz decompressorGravatar Phillip Lougher 1-8/+41
2011-02-28Squashfs: extend decompressor framework to handle compression optionsGravatar Phillip Lougher 1-2/+3
2011-01-26squashfs: fix use of uninitialised variable in zlib & xz decompressorsGravatar Phillip Lougher 1-6/+0
2011-01-13Squashfs: add XZ compression supportGravatar Phillip Lougher 1-0/+153