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
Age
Commit message (
Expand
)
Author
2025-05-05
fs: exfat: Inhibit unused exfat_humanize_bytes() and exfat_print_info()
Marek Vasut
2025-05-05
fs: exfat: Use strncpy() and bail on too long filenames
Marek Vasut
2025-04-21
fs/squashfs: avoid illegal free() in sqfs_opendir()
Heinrich Schuchardt
2025-04-21
fs: exfat: Implement trivial 'rename' support
Marek Vasut
2025-04-21
fs: exfat: Fix exfat_fs_exists() return value
Marek Vasut
2025-04-21
fs: exfat: Rework exfat_fs_readdir() to behave like exfat_fs_ls()
Marek Vasut
2025-04-21
fs: exfat: Inhibit "impossible" print on write to bogus file
Marek Vasut
2025-04-21
fs: exfat: Flush node before put in read() callback
Marek Vasut
2025-04-11
Merge patch series "Switch to using $(PHASE_) in Makefiles"
Tom Rini
2025-04-11
Kbuild: Always use $(PHASE_)
Tom Rini
2025-04-02
Merge patch series "fs: exfat: Add exfat port based on exfat-fuse"
Tom Rini
2025-04-02
fs: exfat: Demote filesystem detection failure message to debug()
Marek Vasut
2025-04-02
fs: exfat: Fix conversion overflow errors
Marek Vasut
2025-04-02
fs: exfat: Add U-Boot porting layer
Marek Vasut
2025-04-02
fs: exfat: Import libexfat from fuse-exfat
Marek Vasut
2025-04-02
fs: Add generic fs_devread() implementation
Marek Vasut
2025-03-24
Merge tag 'v2025.04-rc5' into next
Tom Rini
2025-03-24
lmb: change the return code on lmb_alloc_addr()
Ilias Apalodimas
2025-03-10
Merge tag 'v2025.04-rc4' into next
Tom Rini
2025-03-07
Merge patch series "This series adds support for file renaming to EFI_FILE_PR...
Tom Rini
2025-03-07
fs: fat: update parent dirs metadata on dentry create/delete
Gabriel Dalimonte
2025-03-07
fs: fat: add rename
Gabriel Dalimonte
2025-03-07
fs: add rename infrastructure
Gabriel Dalimonte
2025-03-07
fs: fat: factor out dentry link create/delete
Gabriel Dalimonte
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-02-18
fs/erofs: fix an integer overflow in symlink resolution
Gao Xiang
2025-01-28
fs: ubifs: Remove unnecessary assignment
Michal Simek
2025-01-20
fs: eliminate YAFFS2 implementation
Heinrich Schuchardt
2025-01-18
squashfs: Fix sqfs_inode_size() for xattr related SQFS_LSYMLINK_TYPE
Norbert van Bolhuis
2024-12-30
lmb: Remove lmb_alloc_addr_flags()
Ilias Apalodimas
2024-11-18
fs: Use ARCH_DMA_MINALIGN as default alignment for fs_read_alloc()
Nam Cao
2024-11-15
fs: btrfs: hide duplicate 'Cannot lookup file' error on 'load'
Dominique Martinet
2024-11-13
fs: ext4: correct error handling
Heinrich Schuchardt
2024-11-01
fs: ext4: use fs_ls_generic
Heinrich Schuchardt
2024-11-01
fs: ext4: implement opendir, readdir, closedir
Heinrich Schuchardt
2024-11-01
fs: ext4: free directory node in ext4fs_exists()
Heinrich Schuchardt
2024-11-01
fs: ext4: simplify ext4fs_iterate_dir()
Heinrich Schuchardt
2024-10-23
fs/cramfs: use schedule instead of cyclic_run as callback
Rasmus Villemoes
2024-10-11
Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"
Tom Rini
2024-10-11
global: Rename SPL_TPL_ to PHASE_
Simon Glass
2024-10-11
global: Rename SPL_ to XPL_
Simon Glass
2024-10-11
global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Simon Glass
2024-10-02
fs: Fix SPL build if SPL_FS_LOADER is enabled and FS_LOADER is disabled
Hiago De Franco
2024-09-12
include: export uuid.h
Caleb Connolly
2024-09-03
Merge patch series "Make LMB memory map global and persistent"
Tom Rini
2024-09-03
lmb: remove the lmb_init_and_reserve() function
Sughosh Ganu
2024-09-03
lmb: allow lmb module to be used in SPL
Sughosh Ganu
2024-09-03
lmb: make LMB memory map persistent and global
Sughosh Ganu
2024-08-30
list: use list_count_nodes() to count list entries
Sughosh Ganu
[prev]
[next]