summaryrefslogtreecommitdiff
path: root/fs/squashfs
AgeCommit message (Expand)AuthorFilesLines
2025-01-25squashfs: convert squashfs_fill_page() to take a folioMatthew Wilcox (Oracle)2-10/+12
2025-01-25squashfs; convert squashfs_copy_cache() to take a folioMatthew Wilcox (Oracle)3-24/+28
2025-01-25squashfs: convert squashfs_readpage_block() to take a folioMatthew Wilcox (Oracle)4-11/+10
2025-01-25squashfs: pass a folio to squashfs_readpage_fragment()Matthew Wilcox (Oracle)1-4/+4
2025-01-25squashfs: use a folio throughout squashfs_read_folio()Matthew Wilcox (Oracle)1-16/+9
2025-01-25squashfs: update Kconfig informationPhillip Lougher1-3/+3
2025-01-25squashfs: don't allocate read_page cache if SQUASHFS_FILE_DIRECT configuredPhillip Lougher2-1/+7
2025-01-25squashfs: make squashfs_cache_init() return ERR_PTR(-ENOMEM)Phillip Lougher2-10/+17
2025-01-13Squashfs: don't allocate fragment caches more than fragmentspangliyuan1-1/+1
2024-10-31Squashfs: fix variable overflow in squashfs_readpage_blockPhillip Lougher1-4/+5
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+3
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds4-42/+80
2024-09-10squashfs: fix percpu address space issues in decompressor_multi_percpu.cUros Bizjak1-3/+3
2024-08-23Squashfs: Ensure all readahead pages have been usedPhillip Lougher3-4/+5
2024-08-19Squashfs: Rewrite and update squashfs_readahead_fragment() to not use page->i...Phillip Lougher1-16/+50
2024-08-19Squashfs: Update squashfs_readpage_block() to not use page->indexPhillip Lougher1-7/+7
2024-08-19Squashfs: Update squashfs_readahead() to not use page->indexPhillip Lougher1-10/+6
2024-08-19Squashfs: Update page_actor to not use page->indexPhillip Lougher4-6/+13
2024-08-13Squashfs: sanity check symbolic link sizePhillip Lougher1-1/+6
2024-05-20Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds4-36/+22
2024-05-08squashfs: remove calls to set the folio error flagMatthew Wilcox (Oracle)2-7/+2
2024-05-08squashfs: convert squashfs_symlink_read_folio to use folio APIsMatthew Wilcox (Oracle)1-19/+16
2024-04-26Squashfs: remove deprecated strncpy by not copying the stringPhillip Lougher1-10/+4
2024-04-17Squashfs: check the inode number is not the invalid value of zeroPhillip Lougher1-1/+4
2023-12-11Squashfs: fix variable overflow triggered by sysbotPhillip Lougher2-4/+5
2023-12-07squashfs: 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...Linus Torvalds1-0/+1
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus 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-10squashfs: cache partial compressed blocksVincent Whitchurch3-6/+129
2023-06-10squashfs: don't include buffer_head.hChristoph Hellwig3-3/+0
2023-02-04revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Andrew Morton1-1/+1
2023-02-01Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher4-5/+5
2023-02-01squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin1-1/+1
2022-12-13Merge tag 'fs.idmapped.squashfs.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-11-19squashfs: fix null-ptr-deref in squashfs_fill_superBaokun Li1-1/+2
2022-11-19squashfs: allows users to configure the number of decompression threadsXiaoming Ni4-10/+66
2022-11-19squashfs: 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-29squashfs: 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/linu...Linus Torvalds13-168/+264
2022-08-02squashfs: Return the actual error from squashfs_read_folio()Matthew Wilcox (Oracle)1-7/+8
2022-07-30squashfs: support reading fragments in readahead callPhillip Lougher1-3/+44