summaryrefslogtreecommitdiff
path: root/fs/squashfs
AgeCommit message (Expand)Author
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-09-28Squashfs: reject negative file sizes in squashfs_read_inode()Phillip Lougher
2025-09-28Squashfs: add SEEK_DATA/SEEK_HOLE supportPhillip Lougher
2025-09-28Squashfs: add additional inode sanity checkingPhillip Lougher
2025-09-28Squashfs: fix uninit-value in squashfs_get_parentPhillip Lougher
2025-09-13squashfs: verify inode mode when loading from diskTetsuo Handa
2025-09-09block: add a bio_init_inline helperChristoph Hellwig
2025-08-19squashfs: fix memory leak in squashfs_fill_superPhillip Lougher
2025-07-19squashfs: fix incorrect argument to sizeof in kmalloc_array callColin Ian King
2025-07-19squashfs: replace ;; with ; and end of fi declarationColin Ian King
2025-07-09squashfs: use folios in squashfs_bio_read_cached()Matthew Wilcox (Oracle)
2025-07-09squashfs: pass the inode to squashfs_readahead_fragment()Matthew Wilcox (Oracle)
2025-05-27squashfs: add optional full compressed block cachingChanho Min
2025-05-11Squashfs: check return result of sb_min_blocksizePhillip Lougher
2025-03-16squashfs: fix invalid pointer dereference in squashfs_cache_deleteZhiyu Zhang
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