summaryrefslogtreecommitdiffstats
path: root/fs/squashfs/block.c
Commit message (Expand)AuthorAgeFilesLines
* squashfs: use bvec_virtChristoph Hellwig2021-08-161-4/+3
* squashfs: add option to panic on errorsVincent Whitchurch2021-06-291-1/+4
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
* squashfs: avoid out of bounds writes in decompressorsPhillip Lougher2021-02-091-1/+7
* squashfs: avoid bio_alloc() failure with 1Mbyte blocksPhillip Lougher2020-08-211-1/+5
* squashfs: fix length field overlap check in metadata readingPhillip Lougher2020-07-241-1/+1
* squashfs: migrate from ll_rw_block usage to BIOPhilippe Liard2020-06-021-127/+146
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Thomas Gleixner2019-05-241-14/+1
* squashfs: more metadata hardeningLinus Torvalds2018-07-301-0/+2
* block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
* fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-071-2/+2
* 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-12/+15
* Squashfs: Refactor decompressor interface and codePhillip Lougher2013-11-201-4/+7
* Squashfs: Optimized uncompressed buffer loopManish Sharma2013-09-051-7/+4
* Squashfs: update comment removing reference to zlib onlyPhillip Lougher2012-03-101-1/+2
* Squashfs: update email addressPhillip Lougher2011-05-261-1/+1
* squashfs: fix use of uninitialised variable in zlib & xz decompressorsPhillip Lougher2011-01-261-0/+8
* Squashfs: move squashfs_i() definition from squashfs.hPhillip Lougher2011-01-131-1/+0
* squashfs: fix potential buffer over-run on 4K block file systemsPhillip Lougher2010-04-251-3/+2
* Squashfs: add a decompressor frameworkPhillip Lougher2010-01-201-1/+2
* Squashfs: factor out remaining zlib dependencies into separate wrapper filePhillip Lougher2010-01-201-1/+0
* Squashfs: move zlib decompression wrapper code into a separate filePhillip Lougher2010-01-201-70/+4
* Squashfs: Valid filesystems are flagged as bad by the corrupted fs patchPhillip Lougher2009-03-121-17/+4
* Squashfs: Fix oops when reading fsfuzzer corrupted filesystemsPhillip Lougher2009-03-051-2/+11
* Squashfs: block operationsPhillip Lougher2009-01-051-0/+274