summaryrefslogtreecommitdiffstats
path: root/fs/squashfs
Commit message (Expand)AuthorAgeFilesLines
* Squashfs: check the inode number is not the invalid value of zeroPhillip Lougher2024-04-161-1/+4
* Squashfs: fix variable overflow triggered by sysbotPhillip Lougher2023-12-102-4/+5
* squashfs: squashfs_read_data need to check if the length is 0Lizhi Xu2023-12-061-1/+1
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-3/+3
|\ \
| * | squashfs: convert to new timestamp accessorsJeff Layton2023-10-181-3/+3
| |/
* / squashfs: move squashfs_xattr_handlers to .rodataWedson Almeida Filho2023-10-102-2/+2
|/
* squashfs: convert to ctime accessor functionsJeff Layton2023-07-241-1/+1
* squashfs: fix cache race with migrationVincent Whitchurch2023-07-081-4/+23
* squashfs: cache partial compressed blocksVincent Whitchurch2023-06-093-6/+129
* squashfs: don't include buffer_head.hChristoph Hellwig2023-06-093-3/+0
* revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Andrew Morton2023-02-031-1/+1
* Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher2023-01-314-5/+5
* squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin2023-01-311-1/+1
* Merge tag 'fs.idmapped.squashfs.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-12-121-1/+1
|\
| * squashfs: enable idmapped mountsMichael Weiß2022-11-071-1/+1
* | squashfs: fix null-ptr-deref in squashfs_fill_superBaokun Li2022-11-181-1/+2
* | squashfs: allows users to configure the number of decompression threadsXiaoming Ni2022-11-184-10/+66
* | squashfs: add the mount parameter theads=<single|multi|percpu>Xiaoming Ni2022-11-189-32/+147
* | squashfs: fix buffer release race condition in readahead codePhillip Lougher2022-10-281-2/+3
* | squashfs: fix extending readahead beyond end of filePhillip Lougher2022-10-281-4/+7
* | squashfs: fix read regression introduced in readahead codePhillip Lougher2022-10-283-4/+12
|/
* squashfs: don't call kmalloc in decompressorsPhillip Lougher2022-08-284-21/+22
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-0713-168/+264
|\
| * squashfs: support reading fragments in readahead callPhillip Lougher2022-07-291-3/+44
| * squashfs: implement readaheadHsin-Yi Wang2022-07-291-1/+91
| * squashfs: always build "file direct" version of page actorPhillip Lougher2022-07-292-48/+2
| * Revert "squashfs: provide backing_dev_info in order to disable read-ahead"Hsin-Yi Wang2022-07-291-33/+0
| * squashfs: don't use intermediate buffer if pages missingPhillip Lougher2022-06-161-63/+12
| * squashfs: extend "page actor" to handle missing pagesPhillip Lougher2022-06-1610-31/+126
* | squashfs: Return the actual error from squashfs_read_folio()Matthew Wilcox (Oracle)2022-08-021-7/+8
|/
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-243-5/+7
|\
| * squashfs: Convert squashfs to read_folioMatthew Wilcox (Oracle)2022-05-093-5/+7
* | block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig2022-04-171-7/+8
* | squashfs: always use bio_kmalloc in squashfs_bio_readChristoph Hellwig2022-04-171-8/+3
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\
| * fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-5/+6
|/
* squashfs: provide backing_dev_info in order to disable read-aheadZheng Liang2022-01-151-0/+33
* lib: zstd: Add kernel-specific APINick Terrell2021-11-081-8/+8
* squashfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-2/+3
* squashfs: use bvec_virtChristoph Hellwig2021-08-166-9/+8
* squashfs: add option to panic on errorsVincent Whitchurch2021-06-293-1/+91
* squashfs: fix divide error in calculate_skip()Phillip Lougher2021-05-141-3/+3
* squashfs: fix xattr id and id lookup sanity checksPhillip Lougher2021-03-252-4/+8
* squashfs: fix inode lookup sanity checksSean Nyekjaer2021-03-252-2/+7
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
* squashfs: add more sanity checks in xattr id lookupPhillip Lougher2021-02-091-9/+57
* squashfs: add more sanity checks in inode lookupPhillip Lougher2021-02-091-8/+33