| Commit message (Expand) | Author | Age | Files | Lines |
* | squashfs: avoid bio_alloc() failure with 1Mbyte blocks | Phillip Lougher | 2020-08-21 | 1 | -1/+5 |
* | squashfs: fix length field overlap check in metadata reading | Phillip Lougher | 2020-07-24 | 1 | -1/+1 |
* | squashfs: migrate from ll_rw_block usage to BIO | Philippe Liard | 2020-06-02 | 1 | -127/+146 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35 | Thomas Gleixner | 2019-05-24 | 1 | -14/+1 |
* | squashfs: more metadata hardening | Linus Torvalds | 2018-07-31 | 1 | -0/+2 |
* | block,fs: untangle fs.h and blk_types.h | Christoph Hellwig | 2016-11-01 | 1 | -0/+1 |
* | fs: have ll_rw_block users pass in op and flags separately | Mike Christie | 2016-06-07 | 1 | -2/+2 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -2/+2 |
* | Squashfs: Generalise paging handling in the decompressors | Phillip Lougher | 2013-11-20 | 1 | -12/+15 |
* | Squashfs: Refactor decompressor interface and code | Phillip Lougher | 2013-11-20 | 1 | -4/+7 |
* | Squashfs: Optimized uncompressed buffer loop | Manish Sharma | 2013-09-05 | 1 | -7/+4 |
* | Squashfs: update comment removing reference to zlib only | Phillip Lougher | 2012-03-10 | 1 | -1/+2 |
* | Squashfs: update email address | Phillip Lougher | 2011-05-26 | 1 | -1/+1 |
* | squashfs: fix use of uninitialised variable in zlib & xz decompressors | Phillip Lougher | 2011-01-26 | 1 | -0/+8 |
* | Squashfs: move squashfs_i() definition from squashfs.h | Phillip Lougher | 2011-01-13 | 1 | -1/+0 |
* | squashfs: fix potential buffer over-run on 4K block file systems | Phillip Lougher | 2010-04-25 | 1 | -3/+2 |
* | Squashfs: add a decompressor framework | Phillip Lougher | 2010-01-20 | 1 | -1/+2 |
* | Squashfs: factor out remaining zlib dependencies into separate wrapper file | Phillip Lougher | 2010-01-20 | 1 | -1/+0 |
* | Squashfs: move zlib decompression wrapper code into a separate file | Phillip Lougher | 2010-01-20 | 1 | -70/+4 |
* | Squashfs: Valid filesystems are flagged as bad by the corrupted fs patch | Phillip Lougher | 2009-03-12 | 1 | -17/+4 |
* | Squashfs: Fix oops when reading fsfuzzer corrupted filesystems | Phillip Lougher | 2009-03-05 | 1 | -2/+11 |
* | Squashfs: block operations | Phillip Lougher | 2009-01-05 | 1 | -0/+274 |