aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/block.c
AgeCommit message (Expand)Author
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2013-11-20Squashfs: Generalise paging handling in the decompressorsPhillip Lougher
2013-11-20Squashfs: Refactor decompressor interface and codePhillip Lougher
2013-09-05Squashfs: Optimized uncompressed buffer loopManish Sharma
2012-03-10Squashfs: update comment removing reference to zlib onlyPhillip Lougher
2011-05-26Squashfs: update email addressPhillip Lougher
2011-01-26squashfs: fix use of uninitialised variable in zlib & xz decompressorsPhillip Lougher
2011-01-13Squashfs: move squashfs_i() definition from squashfs.hPhillip Lougher
2010-04-25squashfs: fix potential buffer over-run on 4K block file systemsPhillip Lougher
2010-01-20Squashfs: add a decompressor frameworkPhillip Lougher
2010-01-20Squashfs: factor out remaining zlib dependencies into separate wrapper filePhillip Lougher
2010-01-20Squashfs: move zlib decompression wrapper code into a separate filePhillip Lougher
2009-03-12Squashfs: Valid filesystems are flagged as bad by the corrupted fs patchPhillip Lougher
2009-03-05Squashfs: Fix oops when reading fsfuzzer corrupted filesystemsPhillip Lougher
2009-01-05Squashfs: block operationsPhillip Lougher