aboutsummaryrefslogtreecommitdiff
path: root/fs/squashfs
AgeCommit message (Expand)AuthorFilesLines
2024-04-16Squashfs: check the inode number is not the invalid value of zeroGravatar Phillip Lougher 1-1/+4
2023-12-10Squashfs: fix variable overflow triggered by sysbotGravatar Phillip Lougher 2-4/+5
2023-12-06squashfs: squashfs_read_data need to check if the length is 0Gravatar Lizhi Xu 1-1/+1
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-0/+1
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-3/+3
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportGravatar Amir Goldstein 1-0/+1
2023-10-18squashfs: convert to new timestamp accessorsGravatar Jeff Layton 1-3/+3
2023-10-10squashfs: move squashfs_xattr_handlers to .rodataGravatar Wedson Almeida Filho 2-2/+2
2023-07-24squashfs: convert to ctime accessor functionsGravatar Jeff Layton 1-1/+1
2023-07-08squashfs: fix cache race with migrationGravatar Vincent Whitchurch 1-4/+23
2023-06-09squashfs: cache partial compressed blocksGravatar Vincent Whitchurch 3-6/+129
2023-06-09squashfs: don't include buffer_head.hGravatar Christoph Hellwig 3-3/+0
2023-02-03revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Gravatar Andrew Morton 1-1/+1
2023-01-31Squashfs: fix handling and sanity checking of xattr_ids countGravatar Phillip Lougher 4-5/+5
2023-01-31squashfs: harden sanity check in squashfs_read_xattr_id_tableGravatar Fedor Pchelkin 1-1/+1
2022-12-12Merge tag 'fs.idmapped.squashfs.v6.2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2022-11-18squashfs: fix null-ptr-deref in squashfs_fill_superGravatar Baokun Li 1-1/+2
2022-11-18squashfs: allows users to configure the number of decompression threadsGravatar Xiaoming Ni 4-10/+66
2022-11-18squashfs: add the mount parameter theads=<single|multi|percpu>Gravatar Xiaoming Ni 9-32/+147
2022-11-07squashfs: enable idmapped mountsGravatar Michael Weiß 1-1/+1
2022-10-28squashfs: fix buffer release race condition in readahead codeGravatar Phillip Lougher 1-2/+3
2022-10-28squashfs: fix extending readahead beyond end of fileGravatar Phillip Lougher 1-4/+7
2022-10-28squashfs: fix read regression introduced in readahead codeGravatar Phillip Lougher 3-4/+12
2022-08-28squashfs: don't call kmalloc in decompressorsGravatar Phillip Lougher 4-21/+22
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 13-168/+264
2022-08-02squashfs: Return the actual error from squashfs_read_folio()Gravatar Matthew Wilcox (Oracle) 1-7/+8
2022-07-29squashfs: support reading fragments in readahead callGravatar Phillip Lougher 1-3/+44
2022-07-29squashfs: implement readaheadGravatar Hsin-Yi Wang 1-1/+91
2022-07-29squashfs: always build "file direct" version of page actorGravatar Phillip Lougher 2-48/+2
2022-07-29Revert "squashfs: provide backing_dev_info in order to disable read-ahead"Gravatar Hsin-Yi Wang 1-33/+0
2022-06-16squashfs: don't use intermediate buffer if pages missingGravatar Phillip Lougher 1-63/+12
2022-06-16squashfs: extend "page actor" to handle missing pagesGravatar Phillip Lougher 10-31/+126
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 3-5/+7
2022-05-09squashfs: Convert squashfs to read_folioGravatar Matthew Wilcox (Oracle) 3-5/+7
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperGravatar Christoph Hellwig 1-7/+8
2022-04-17squashfs: always use bio_kmalloc in squashfs_bio_readGravatar Christoph Hellwig 1-8/+3
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-02-02block: pass a block_device and opf to bio_allocGravatar Christoph Hellwig 1-5/+6
2022-01-15squashfs: provide backing_dev_info in order to disable read-aheadGravatar Zheng Liang 1-0/+33
2021-11-08lib: zstd: Add kernel-specific APIGravatar Nick Terrell 1-8/+8
2021-10-18squashfs: use bdev_nr_bytes instead of open coding itGravatar Christoph Hellwig 1-2/+3
2021-08-16squashfs: use bvec_virtGravatar Christoph Hellwig 6-9/+8
2021-06-29squashfs: add option to panic on errorsGravatar Vincent Whitchurch 3-1/+91
2021-05-14squashfs: fix divide error in calculate_skip()Gravatar Phillip Lougher 1-3/+3
2021-03-25squashfs: fix xattr id and id lookup sanity checksGravatar Phillip Lougher 2-4/+8
2021-03-25squashfs: fix inode lookup sanity checksGravatar Sean Nyekjaer 2-2/+7
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSGravatar Christoph Hellwig 1-1/+1
2021-02-09squashfs: add more sanity checks in xattr id lookupGravatar Phillip Lougher 1-9/+57
2021-02-09squashfs: add more sanity checks in inode lookupGravatar Phillip Lougher 1-8/+33