summaryrefslogtreecommitdiff
path: root/fs/squashfs
AgeCommit message (Expand)Author
2023-12-10Squashfs: fix variable overflow triggered by sysbotPhillip Lougher
2023-12-06squashfs: squashfs_read_data need to check if the length is 0Lizhi Xu
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein
2023-10-18squashfs: convert to new timestamp accessorsJeff Layton
2023-10-10squashfs: move squashfs_xattr_handlers to .rodataWedson Almeida Filho
2023-07-24squashfs: convert to ctime accessor functionsJeff Layton
2023-07-08squashfs: fix cache race with migrationVincent Whitchurch
2023-06-09squashfs: cache partial compressed blocksVincent Whitchurch
2023-06-09squashfs: don't include buffer_head.hChristoph Hellwig
2023-02-03revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Andrew Morton
2023-01-31Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher
2023-01-31squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin
2022-12-12Merge tag 'fs.idmapped.squashfs.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-11-18squashfs: fix null-ptr-deref in squashfs_fill_superBaokun Li
2022-11-18squashfs: allows users to configure the number of decompression threadsXiaoming Ni
2022-11-18squashfs: add the mount parameter theads=<single|multi|percpu>Xiaoming Ni
2022-11-07squashfs: enable idmapped mountsMichael Weiß
2022-10-28squashfs: fix buffer release race condition in readahead codePhillip Lougher
2022-10-28squashfs: fix extending readahead beyond end of filePhillip Lougher
2022-10-28squashfs: fix read regression introduced in readahead codePhillip Lougher
2022-08-28squashfs: don't call kmalloc in decompressorsPhillip Lougher
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-08-02squashfs: Return the actual error from squashfs_read_folio()Matthew Wilcox (Oracle)
2022-07-29squashfs: support reading fragments in readahead callPhillip Lougher
2022-07-29squashfs: implement readaheadHsin-Yi Wang
2022-07-29squashfs: always build "file direct" version of page actorPhillip Lougher
2022-07-29Revert "squashfs: provide backing_dev_info in order to disable read-ahead"Hsin-Yi Wang
2022-06-16squashfs: don't use intermediate buffer if pages missingPhillip Lougher
2022-06-16squashfs: extend "page actor" to handle missing pagesPhillip Lougher
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-09squashfs: Convert squashfs to read_folioMatthew Wilcox (Oracle)
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig
2022-04-17squashfs: always use bio_kmalloc in squashfs_bio_readChristoph Hellwig
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-01-15squashfs: provide backing_dev_info in order to disable read-aheadZheng Liang
2021-11-08lib: zstd: Add kernel-specific APINick Terrell
2021-10-18squashfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-08-16squashfs: use bvec_virtChristoph Hellwig
2021-06-29squashfs: add option to panic on errorsVincent Whitchurch
2021-05-14squashfs: fix divide error in calculate_skip()Phillip Lougher
2021-03-25squashfs: fix xattr id and id lookup sanity checksPhillip Lougher
2021-03-25squashfs: fix inode lookup sanity checksSean Nyekjaer
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-02-09squashfs: add more sanity checks in xattr id lookupPhillip Lougher
2021-02-09squashfs: add more sanity checks in inode lookupPhillip Lougher
2021-02-09squashfs: add more sanity checks in id lookupPhillip Lougher