aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/squashfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-10Squashfs: fix variable overflow triggered by sysbotPhillip Lougher2-4/+5
2023-12-06squashfs: squashfs_read_data need to check if the length is 0Lizhi Xu1-1/+1
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+1
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-3/+3
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2023-10-18squashfs: convert to new timestamp accessorsJeff Layton1-3/+3
2023-10-10squashfs: move squashfs_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-07-24squashfs: convert to ctime accessor functionsJeff Layton1-1/+1
2023-07-08squashfs: fix cache race with migrationVincent Whitchurch1-4/+23
2023-06-09squashfs: cache partial compressed blocksVincent Whitchurch3-6/+129
2023-06-09squashfs: don't include buffer_head.hChristoph Hellwig3-3/+0
2023-02-03revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Andrew Morton1-1/+1
2023-01-31Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher4-5/+5
2023-01-31squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin1-1/+1
2022-12-12Merge tag 'fs.idmapped.squashfs.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmappingLinus Torvalds1-1/+1
2022-11-18squashfs: fix null-ptr-deref in squashfs_fill_superBaokun Li1-1/+2
2022-11-18squashfs: allows users to configure the number of decompression threadsXiaoming Ni4-10/+66
2022-11-18squashfs: add the mount parameter theads=<single|multi|percpu>Xiaoming Ni9-32/+147
2022-11-07squashfs: enable idmapped mountsMichael Weiß1-1/+1
2022-10-28squashfs: fix buffer release race condition in readahead codePhillip Lougher1-2/+3
2022-10-28squashfs: fix extending readahead beyond end of filePhillip Lougher1-4/+7
2022-10-28squashfs: fix read regression introduced in readahead codePhillip Lougher3-4/+12
2022-08-28squashfs: don't call kmalloc in decompressorsPhillip Lougher4-21/+22
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds13-168/+264
2022-08-02squashfs: Return the actual error from squashfs_read_folio()Matthew Wilcox (Oracle)1-7/+8
2022-07-29squashfs: support reading fragments in readahead callPhillip Lougher1-3/+44
2022-07-29squashfs: implement readaheadHsin-Yi Wang1-1/+91
2022-07-29squashfs: always build "file direct" version of page actorPhillip Lougher2-48/+2
2022-07-29Revert "squashfs: provide backing_dev_info in order to disable read-ahead"Hsin-Yi Wang1-33/+0
2022-06-16squashfs: don't use intermediate buffer if pages missingPhillip Lougher1-63/+12
2022-06-16squashfs: extend "page actor" to handle missing pagesPhillip Lougher10-31/+126
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds3-5/+7
2022-05-09squashfs: Convert squashfs to read_folioMatthew Wilcox (Oracle)3-5/+7
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-7/+8
2022-04-17squashfs: always use bio_kmalloc in squashfs_bio_readChristoph Hellwig1-8/+3
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-5/+6
2022-01-15squashfs: provide backing_dev_info in order to disable read-aheadZheng Liang1-0/+33
2021-11-08lib: zstd: Add kernel-specific APINick Terrell1-8/+8
2021-10-18squashfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-2/+3
2021-08-16squashfs: use bvec_virtChristoph Hellwig6-9/+8
2021-06-29squashfs: add option to panic on errorsVincent Whitchurch3-1/+91
2021-05-14squashfs: fix divide error in calculate_skip()Phillip Lougher1-3/+3
2021-03-25squashfs: fix xattr id and id lookup sanity checksPhillip Lougher2-4/+8
2021-03-25squashfs: fix inode lookup sanity checksSean Nyekjaer2-2/+7
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2021-02-09squashfs: add more sanity checks in xattr id lookupPhillip Lougher1-9/+57
2021-02-09squashfs: add more sanity checks in inode lookupPhillip Lougher1-8/+33
2021-02-09squashfs: add more sanity checks in id lookupPhillip Lougher4-12/+45