Age | Commit message (Expand) | Author |
2022-11-18 | squashfs: add the mount parameter theads=<single|multi|percpu> | Xiaoming Ni |
2022-06-16 | squashfs: extend "page actor" to handle missing pages | Phillip Lougher |
2022-04-17 | block: turn bio_kmalloc into a simple kmalloc wrapper | Christoph Hellwig |
2022-04-17 | squashfs: always use bio_kmalloc in squashfs_bio_read | Christoph Hellwig |
2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig |
2021-08-16 | squashfs: use bvec_virt | Christoph Hellwig |
2021-06-29 | squashfs: add option to panic on errors | Vincent Whitchurch |
2021-03-11 | block: rename BIO_MAX_PAGES to BIO_MAX_VECS | Christoph Hellwig |
2021-02-09 | squashfs: avoid out of bounds writes in decompressors | Phillip Lougher |
2020-08-21 | squashfs: avoid bio_alloc() failure with 1Mbyte blocks | Phillip Lougher |
2020-07-24 | squashfs: fix length field overlap check in metadata reading | Phillip Lougher |
2020-06-02 | squashfs: migrate from ll_rw_block usage to BIO | Philippe Liard |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35 | Thomas Gleixner |
2018-07-30 | squashfs: more metadata hardening | Linus Torvalds |
2016-11-01 | block,fs: untangle fs.h and blk_types.h | Christoph Hellwig |
2016-06-07 | fs: have ll_rw_block users pass in op and flags separately | Mike Christie |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2013-11-20 | Squashfs: Generalise paging handling in the decompressors | Phillip Lougher |
2013-11-20 | Squashfs: Refactor decompressor interface and code | Phillip Lougher |
2013-09-05 | Squashfs: Optimized uncompressed buffer loop | Manish Sharma |
2012-03-10 | Squashfs: update comment removing reference to zlib only | Phillip Lougher |
2011-05-26 | Squashfs: update email address | Phillip Lougher |
2011-01-26 | squashfs: fix use of uninitialised variable in zlib & xz decompressors | Phillip Lougher |
2011-01-13 | Squashfs: move squashfs_i() definition from squashfs.h | Phillip Lougher |
2010-04-25 | squashfs: fix potential buffer over-run on 4K block file systems | Phillip Lougher |
2010-01-20 | Squashfs: add a decompressor framework | Phillip Lougher |
2010-01-20 | Squashfs: factor out remaining zlib dependencies into separate wrapper file | Phillip Lougher |
2010-01-20 | Squashfs: move zlib decompression wrapper code into a separate file | Phillip Lougher |
2009-03-12 | Squashfs: Valid filesystems are flagged as bad by the corrupted fs patch | Phillip Lougher |
2009-03-05 | Squashfs: Fix oops when reading fsfuzzer corrupted filesystems | Phillip Lougher |
2009-01-05 | Squashfs: block operations | Phillip Lougher |