aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/block.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-16squashfs: use bvec_virtChristoph Hellwig1-4/+3
2021-06-29squashfs: add option to panic on errorsVincent Whitchurch1-1/+4
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2021-02-09squashfs: avoid out of bounds writes in decompressorsPhillip Lougher1-1/+7
2020-08-21squashfs: avoid bio_alloc() failure with 1Mbyte blocksPhillip Lougher1-1/+5
2020-07-24squashfs: fix length field overlap check in metadata readingPhillip Lougher1-1/+1
2020-06-02squashfs: migrate from ll_rw_block usage to BIOPhilippe Liard1-127/+146
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Thomas Gleixner1-14/+1
2018-07-30squashfs: more metadata hardeningLinus Torvalds1-0/+2
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-0/+1
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2013-11-20Squashfs: Generalise paging handling in the decompressorsPhillip Lougher1-12/+15
2013-11-20Squashfs: Refactor decompressor interface and codePhillip Lougher1-4/+7
2013-09-05Squashfs: Optimized uncompressed buffer loopManish Sharma1-7/+4
2012-03-10Squashfs: update comment removing reference to zlib onlyPhillip Lougher1-1/+2
2011-05-26Squashfs: update email addressPhillip Lougher1-1/+1
2011-01-26squashfs: fix use of uninitialised variable in zlib & xz decompressorsPhillip Lougher1-0/+8
2011-01-13Squashfs: move squashfs_i() definition from squashfs.hPhillip Lougher1-1/+0
2010-04-25squashfs: fix potential buffer over-run on 4K block file systemsPhillip Lougher1-3/+2
2010-01-20Squashfs: add a decompressor frameworkPhillip Lougher1-1/+2
2010-01-20Squashfs: factor out remaining zlib dependencies into separate wrapper filePhillip Lougher1-1/+0
2010-01-20Squashfs: move zlib decompression wrapper code into a separate filePhillip Lougher1-70/+4
2009-03-12Squashfs: Valid filesystems are flagged as bad by the corrupted fs patchPhillip Lougher1-17/+4
2009-03-05Squashfs: Fix oops when reading fsfuzzer corrupted filesystemsPhillip Lougher1-2/+11
2009-01-05Squashfs: block operationsPhillip Lougher1-0/+274