summaryrefslogtreecommitdiff
path: root/fs/squashfs
AgeCommit message (Expand)Author
2026-01-16fs: prevent integer overflow in sqfs_concatTimo tp Preißl
2025-10-10fs/squashfs: Ensure memory is freed by using unwind gotoAndrew Goodbody
2025-04-21fs/squashfs: avoid illegal free() in sqfs_opendir()Heinrich Schuchardt
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2025-03-05fs/squashfs: Fix memory leak in sqfs_size_nest()Andrea della Porta
2025-02-24fs/squashfs: fix potential integer overflowsJoao Marcos Costa
2025-01-18squashfs: Fix sqfs_inode_size() for xattr related SQFS_LSYMLINK_TYPENorbert van Bolhuis
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-08-15squashfs: Fix heap corruption in sqfs_search_dir()Richard Weinberger
2024-08-15squashfs: Fix stack overflow while symlink resolvingRichard Weinberger
2024-08-15squashfs: Check sqfs_find_inode() return valueRichard Weinberger
2024-08-15squashfs: Fix integer overflow in sqfs_inode_size()Richard Weinberger
2024-08-15squashfs: Fix integer overflow in sqfs_resolve_symlink()Richard Weinberger
2023-11-16fs/squashfs: enable LZ4 compression supportDavid Oberhollenzer
2023-11-16fs/squashfs: remove unused declarationsDavid Oberhollenzer
2023-01-18lib: zstd: update to latest Linux zstd 1.5.2Brandon Maier
2023-01-11fs/squashfs: Only use export table if availableDavid Oberhollenzer
2022-12-08fs/squashfs: use lldiv function for mathKasper Revsbech
2022-07-11Merge branch 'next'Tom Rini
2022-06-28fs/squashfs: Use kcalloc when relevantMiquel Raynal
2022-06-20Merge branch 'master' into nextTom Rini
2022-06-16fs/squashfs: sqfs_read: Prevent arbitrary code executionMiquel Raynal
2022-06-06fs/squashfs: fix sqfs_read_sblk()Heinrich Schuchardt
2022-06-03squashfs: Fix compilation on big endian systemsPali Rohár
2022-05-23fs/squashfs: use lldiv function for mathSean Nyekjaer
2022-04-19fs/squashfs: simplify sqfs_read()Heinrich Schuchardt
2022-01-29squashfs: show an error message if the inode_table can't be, allocatedLars Weber
2021-09-16sqfs: Suppress the message about missing filesystemSimon Glass
2021-08-04fs/squashfs: Fix some hardlinks reading the wrong inodeCampbell Suter
2021-06-09fs/squashfs: fix reading of fragmented filesJoao Marcos Costa
2021-05-26fs/squashfs: zero out unused fields in fs_direntHeinrich Schuchardt
2021-03-04fs/squashfs: Fix compilation errorPali Rohár
2021-02-24fs/squashfs: NULL dereference in sqfs_closedir()Heinrich Schuchardt
2021-01-20Fix squashfs failing to load sparse filesCampbell Suter
2020-12-02fs/squashfs: sqfs_close/sqfs_read_sblk: set ctxt.sblk to NULL after freeRichard Genoud
2020-11-19fs/squashfs: implement exists() functionRichard Genoud
2020-11-19fs/squashfs: sqfs_read: remove buggy offset functionalityRichard Genoud
2020-11-19fs/squashfs: sqfs_read: don't write beyond buffer sizeRichard Genoud
2020-11-19fs/squashfs: sqfs_probe: use sqfs_decompressor_init() return valueRichard Genoud
2020-11-19fs/squashfs: sqfs_probe: reset cur_dev/cur_part_info to NULL on errorRichard Genoud
2020-11-19fs/squashfs: sqfs_probe: fix possible memory leak on errorRichard Genoud
2020-11-19fs/squashfs: sqfs_read: fix memory leak on finfo.blk_sizesRichard Genoud
2020-11-19fs/squashfs: sqfs_get_abs_path: fix possible memory leak on errorRichard Genoud
2020-11-19fs/squashfs: sqfs_get_abs_path: fix error checkRichard Genoud
2020-11-19fs/squashfs: sqfs_frag_lookup: simplify error handlingRichard Genoud
2020-11-19fs/squashfs: sqfs_read: fix another memory leakRichard Genoud
2020-11-19fs/squashfs: sqfs_read: fix memory leakRichard Genoud
2020-11-19fs/squashfs: sqfs_read: remove useless sqfs_closedir()Richard Genoud
2020-11-19fs/squashfs: sqfs_read: fix dangling pointer dirs->entryRichard Genoud
2020-11-19fs/squashfs: sqfs_size: remove useless sqfs_closedir()Richard Genoud