summaryrefslogtreecommitdiffstats
path: root/fs/squashfs
AgeCommit message (Expand)AuthorLines
2023-02-03revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Andrew Morton-1/+1
2023-01-31Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher-5/+5
2023-01-31squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin-1/+1
2022-12-12Merge tag 'fs.idmapped.squashfs.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2022-11-18squashfs: fix null-ptr-deref in squashfs_fill_superBaokun Li-1/+2
2022-11-18squashfs: allows users to configure the number of decompression threadsXiaoming Ni-10/+66
2022-11-18squashfs: add the mount parameter theads=<single|multi|percpu>Xiaoming Ni-32/+147
2022-11-07squashfs: enable idmapped mountsMichael Weiß-1/+1
2022-10-28squashfs: fix buffer release race condition in readahead codePhillip Lougher-2/+3
2022-10-28squashfs: fix extending readahead beyond end of filePhillip Lougher-4/+7
2022-10-28squashfs: fix read regression introduced in readahead codePhillip Lougher-4/+12
2022-08-28squashfs: don't call kmalloc in decompressorsPhillip Lougher-21/+22
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-168/+264
2022-08-02squashfs: Return the actual error from squashfs_read_folio()Matthew Wilcox (Oracle)-7/+8
2022-07-29squashfs: support reading fragments in readahead callPhillip Lougher-3/+44
2022-07-29squashfs: implement readaheadHsin-Yi Wang-1/+91
2022-07-29squashfs: always build "file direct" version of page actorPhillip Lougher-48/+2
2022-07-29Revert "squashfs: provide backing_dev_info in order to disable read-ahead"Hsin-Yi Wang-33/+0
2022-06-16squashfs: don't use intermediate buffer if pages missingPhillip Lougher-63/+12
2022-06-16squashfs: extend "page actor" to handle missing pagesPhillip Lougher-31/+126
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-5/+7
2022-05-09squashfs: Convert squashfs to read_folioMatthew Wilcox (Oracle)-5/+7
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig-7/+8
2022-04-17squashfs: always use bio_kmalloc in squashfs_bio_readChristoph Hellwig-8/+3
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig-5/+6
2022-01-15squashfs: provide backing_dev_info in order to disable read-aheadZheng Liang-0/+33
2021-11-08lib: zstd: Add kernel-specific APINick Terrell-8/+8
2021-10-18squashfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig-2/+3
2021-08-16squashfs: use bvec_virtChristoph Hellwig-9/+8
2021-06-29squashfs: add option to panic on errorsVincent Whitchurch-1/+91
2021-05-14squashfs: fix divide error in calculate_skip()Phillip Lougher-3/+3
2021-03-25squashfs: fix xattr id and id lookup sanity checksPhillip Lougher-4/+8
2021-03-25squashfs: fix inode lookup sanity checksSean Nyekjaer-2/+7
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig-1/+1
2021-02-09squashfs: add more sanity checks in xattr id lookupPhillip Lougher-9/+57
2021-02-09squashfs: add more sanity checks in inode lookupPhillip Lougher-8/+33
2021-02-09squashfs: add more sanity checks in id lookupPhillip Lougher-12/+45
2021-02-09squashfs: avoid out of bounds writes in decompressorsPhillip Lougher-1/+7
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro-2/+1
2020-08-21squashfs: avoid bio_alloc() failure with 1Mbyte blocksPhillip Lougher-1/+5
2020-07-24squashfs: fix length field overlap check in metadata readingPhillip Lougher-1/+1
2020-06-15Squashfs: Replace zero-length array with flexible-arrayGustavo A. R. Silva-8/+8
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-239/+281
2020-06-02squashfs: migrate from ll_rw_block usage to BIOPhilippe Liard-242/+287
2020-05-28squashfs: Make use of local lock in multi_cpu decompressorJulia Cartwright-7/+14
2019-09-19Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-45/+55
2019-09-05vfs: Convert squashfs to use the new mount APIDavid Howells-45/+55