summaryrefslogtreecommitdiff
path: root/fs/squashfs
AgeCommit message (Expand)Author
2025-01-24squashfs: convert squashfs_fill_page() to take a folioMatthew Wilcox (Oracle)
2025-01-24squashfs; convert squashfs_copy_cache() to take a folioMatthew Wilcox (Oracle)
2025-01-24squashfs: convert squashfs_readpage_block() to take a folioMatthew Wilcox (Oracle)
2025-01-24squashfs: pass a folio to squashfs_readpage_fragment()Matthew Wilcox (Oracle)
2025-01-24squashfs: use a folio throughout squashfs_read_folio()Matthew Wilcox (Oracle)
2025-01-24squashfs: update Kconfig informationPhillip Lougher
2025-01-24squashfs: don't allocate read_page cache if SQUASHFS_FILE_DIRECT configuredPhillip Lougher
2025-01-24squashfs: make squashfs_cache_init() return ERR_PTR(-ENOMEM)Phillip Lougher
2025-01-12Squashfs: don't allocate fragment caches more than fragmentspangliyuan
2024-10-30Squashfs: fix variable overflow in squashfs_readpage_blockPhillip Lougher
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-09squashfs: fix percpu address space issues in decompressor_multi_percpu.cUros Bizjak
2024-08-23Squashfs: Ensure all readahead pages have been usedPhillip Lougher
2024-08-19Squashfs: Rewrite and update squashfs_readahead_fragment() to not use page->i...Phillip Lougher
2024-08-19Squashfs: Update squashfs_readpage_block() to not use page->indexPhillip Lougher
2024-08-19Squashfs: Update squashfs_readahead() to not use page->indexPhillip Lougher
2024-08-19Squashfs: Update page_actor to not use page->indexPhillip Lougher
2024-08-13Squashfs: sanity check symbolic link sizePhillip Lougher
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-05-08squashfs: remove calls to set the folio error flagMatthew Wilcox (Oracle)
2024-05-08squashfs: convert squashfs_symlink_read_folio to use folio APIsMatthew Wilcox (Oracle)
2024-04-25Squashfs: remove deprecated strncpy by not copying the stringPhillip Lougher
2024-04-16Squashfs: check the inode number is not the invalid value of zeroPhillip Lougher
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