summaryrefslogtreecommitdiffstats
path: root/fs/squashfs/lzo_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* squashfs: extend "page actor" to handle missing pagesPhillip Lougher2022-06-161-2/+5
* squashfs: use bvec_virtChristoph Hellwig2021-08-161-1/+1
* squashfs: migrate from ll_rw_block usage to BIOPhilippe Liard2020-06-021-7/+10
* 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-4/+4
* Squashfs: Generalise paging handling in the decompressorsPhillip Lougher2013-11-201-9/+18
* Squashfs: Refactor decompressor interface and codePhillip Lougher2013-11-201-19/+5
* Squashfs: extend decompressor framework to handle compression optionsPhillip Lougher2011-02-281-2/+2
* Squashfs: move squashfs_i() definition from squashfs.hPhillip Lougher2011-01-131-1/+0
* Squashfs: fix block size use in LZO decompressorPhillip Lougher2010-08-051-3/+5
* Squashfs: Add LZO compression supportChan Jeong2010-08-051-0/+134