aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/block.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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