summaryrefslogtreecommitdiffstats
path: root/fs/squashfs
AgeCommit message (Expand)AuthorLines
2025-01-24squashfs: convert squashfs_fill_page() to take a folioMatthew Wilcox (Oracle)-10/+12
2025-01-24squashfs; convert squashfs_copy_cache() to take a folioMatthew Wilcox (Oracle)-24/+28
2025-01-24squashfs: convert squashfs_readpage_block() to take a folioMatthew Wilcox (Oracle)-11/+10
2025-01-24squashfs: pass a folio to squashfs_readpage_fragment()Matthew Wilcox (Oracle)-4/+4
2025-01-24squashfs: use a folio throughout squashfs_read_folio()Matthew Wilcox (Oracle)-16/+9
2025-01-24squashfs: update Kconfig informationPhillip Lougher-3/+3
2025-01-24squashfs: don't allocate read_page cache if SQUASHFS_FILE_DIRECT configuredPhillip Lougher-1/+7
2025-01-24squashfs: make squashfs_cache_init() return ERR_PTR(-ENOMEM)Phillip Lougher-10/+17
2025-01-12Squashfs: don't allocate fragment caches more than fragmentspangliyuan-1/+1
2024-10-30Squashfs: fix variable overflow in squashfs_readpage_blockPhillip Lougher-4/+5
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds-3/+3
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds-42/+80
2024-09-09squashfs: fix percpu address space issues in decompressor_multi_percpu.cUros Bizjak-3/+3
2024-08-23Squashfs: Ensure all readahead pages have been usedPhillip Lougher-4/+5
2024-08-19Squashfs: Rewrite and update squashfs_readahead_fragment() to not use page->i...Phillip Lougher-16/+50
2024-08-19Squashfs: Update squashfs_readpage_block() to not use page->indexPhillip Lougher-7/+7
2024-08-19Squashfs: Update squashfs_readahead() to not use page->indexPhillip Lougher-10/+6
2024-08-19Squashfs: Update page_actor to not use page->indexPhillip Lougher-6/+13
2024-08-13Squashfs: sanity check symbolic link sizePhillip Lougher-1/+6
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds-36/+22
2024-05-08squashfs: remove calls to set the folio error flagMatthew Wilcox (Oracle)-7/+2
2024-05-08squashfs: convert squashfs_symlink_read_folio to use folio APIsMatthew Wilcox (Oracle)-19/+16
2024-04-25Squashfs: remove deprecated strncpy by not copying the stringPhillip Lougher-10/+4
2024-04-16Squashfs: check the inode number is not the invalid value of zeroPhillip Lougher-1/+4
2023-12-10Squashfs: fix variable overflow triggered by sysbotPhillip Lougher-4/+5
2023-12-06squashfs: squashfs_read_data need to check if the length is 0Lizhi Xu-1/+1
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds-0/+1
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-3/+3
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein-0/+1
2023-10-18squashfs: convert to new timestamp accessorsJeff Layton-3/+3
2023-10-10squashfs: move squashfs_xattr_handlers to .rodataWedson Almeida Filho-2/+2
2023-07-24squashfs: convert to ctime accessor functionsJeff Layton-1/+1
2023-07-08squashfs: fix cache race with migrationVincent Whitchurch-4/+23
2023-06-09squashfs: cache partial compressed blocksVincent Whitchurch-6/+129
2023-06-09squashfs: don't include buffer_head.hChristoph Hellwig-3/+0
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