index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_lf_v2025.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
squashfs
Age
Commit message (
Expand
)
Author
2026-01-16
fs: prevent integer overflow in sqfs_concat
Timo tp Preißl
2025-10-10
fs/squashfs: Ensure memory is freed by using unwind goto
Andrew Goodbody
2025-04-21
fs/squashfs: avoid illegal free() in sqfs_opendir()
Heinrich Schuchardt
2025-04-11
Kbuild: Always use $(PHASE_)
Tom Rini
2025-03-05
fs/squashfs: Fix memory leak in sqfs_size_nest()
Andrea della Porta
2025-02-24
fs/squashfs: fix potential integer overflows
Joao Marcos Costa
2025-01-18
squashfs: Fix sqfs_inode_size() for xattr related SQFS_LSYMLINK_TYPE
Norbert van Bolhuis
2024-10-11
global: Rename SPL_ to XPL_
Simon Glass
2024-08-15
squashfs: Fix heap corruption in sqfs_search_dir()
Richard Weinberger
2024-08-15
squashfs: Fix stack overflow while symlink resolving
Richard Weinberger
2024-08-15
squashfs: Check sqfs_find_inode() return value
Richard Weinberger
2024-08-15
squashfs: Fix integer overflow in sqfs_inode_size()
Richard Weinberger
2024-08-15
squashfs: Fix integer overflow in sqfs_resolve_symlink()
Richard Weinberger
2023-11-16
fs/squashfs: enable LZ4 compression support
David Oberhollenzer
2023-11-16
fs/squashfs: remove unused declarations
David Oberhollenzer
2023-01-18
lib: zstd: update to latest Linux zstd 1.5.2
Brandon Maier
2023-01-11
fs/squashfs: Only use export table if available
David Oberhollenzer
2022-12-08
fs/squashfs: use lldiv function for math
Kasper Revsbech
2022-07-11
Merge branch 'next'
Tom Rini
2022-06-28
fs/squashfs: Use kcalloc when relevant
Miquel Raynal
2022-06-20
Merge branch 'master' into next
Tom Rini
2022-06-16
fs/squashfs: sqfs_read: Prevent arbitrary code execution
Miquel Raynal
2022-06-06
fs/squashfs: fix sqfs_read_sblk()
Heinrich Schuchardt
2022-06-03
squashfs: Fix compilation on big endian systems
Pali Rohár
2022-05-23
fs/squashfs: use lldiv function for math
Sean Nyekjaer
2022-04-19
fs/squashfs: simplify sqfs_read()
Heinrich Schuchardt
2022-01-29
squashfs: show an error message if the inode_table can't be, allocated
Lars Weber
2021-09-16
sqfs: Suppress the message about missing filesystem
Simon Glass
2021-08-04
fs/squashfs: Fix some hardlinks reading the wrong inode
Campbell Suter
2021-06-09
fs/squashfs: fix reading of fragmented files
Joao Marcos Costa
2021-05-26
fs/squashfs: zero out unused fields in fs_dirent
Heinrich Schuchardt
2021-03-04
fs/squashfs: Fix compilation error
Pali Rohár
2021-02-24
fs/squashfs: NULL dereference in sqfs_closedir()
Heinrich Schuchardt
2021-01-20
Fix squashfs failing to load sparse files
Campbell Suter
2020-12-02
fs/squashfs: sqfs_close/sqfs_read_sblk: set ctxt.sblk to NULL after free
Richard Genoud
2020-11-19
fs/squashfs: implement exists() function
Richard Genoud
2020-11-19
fs/squashfs: sqfs_read: remove buggy offset functionality
Richard Genoud
2020-11-19
fs/squashfs: sqfs_read: don't write beyond buffer size
Richard Genoud
2020-11-19
fs/squashfs: sqfs_probe: use sqfs_decompressor_init() return value
Richard Genoud
2020-11-19
fs/squashfs: sqfs_probe: reset cur_dev/cur_part_info to NULL on error
Richard Genoud
2020-11-19
fs/squashfs: sqfs_probe: fix possible memory leak on error
Richard Genoud
2020-11-19
fs/squashfs: sqfs_read: fix memory leak on finfo.blk_sizes
Richard Genoud
2020-11-19
fs/squashfs: sqfs_get_abs_path: fix possible memory leak on error
Richard Genoud
2020-11-19
fs/squashfs: sqfs_get_abs_path: fix error check
Richard Genoud
2020-11-19
fs/squashfs: sqfs_frag_lookup: simplify error handling
Richard Genoud
2020-11-19
fs/squashfs: sqfs_read: fix another memory leak
Richard Genoud
2020-11-19
fs/squashfs: sqfs_read: fix memory leak
Richard Genoud
2020-11-19
fs/squashfs: sqfs_read: remove useless sqfs_closedir()
Richard Genoud
2020-11-19
fs/squashfs: sqfs_read: fix dangling pointer dirs->entry
Richard Genoud
2020-11-19
fs/squashfs: sqfs_size: remove useless sqfs_closedir()
Richard Genoud
[next]