u-boot/fs
Andrew Goodbody 8f3820dc3a fs: exfat: Remove unused label code
Smatch reported a possible buffer overflow in exfat_set_label but it
turns out that this code is unused so just guard the function with
'#ifndef __UBOOT__' as well as exfat_get_label that is also unused and
the helper static find_label.

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
2025-07-24 13:30:20 -06:00
..
btrfs fs: btrfs: Do not free multi when guaranteed to be NULL 2025-07-15 09:55:37 -06:00
cbfs Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
cramfs fs/cramfs: use schedule instead of cyclic_run as callback 2024-10-23 06:52:38 +02:00
erofs fs: erofs: Do NULL check before dereferencing pointer 2025-07-11 11:33:25 -06:00
exfat fs: exfat: Remove unused label code 2025-07-24 13:30:20 -06:00
ext4 Merge patch series "fs: ext4fs: Fix some issues found by Smatch" 2025-07-11 11:33:25 -06:00
fat fat.c: Add missing include 2025-05-13 11:30:09 -06:00
jffs2 fs: Remove duplicate newlines 2024-07-15 12:12:17 -06:00
sandbox global: Rename SPL_TPL_ to PHASE_ 2024-10-11 11:44:48 -06:00
squashfs fs/squashfs: avoid illegal free() in sqfs_opendir() 2025-04-21 11:08:03 -06:00
ubifs fs: ubifs: Remove unnecessary assignment 2025-01-28 06:44:18 +01:00
zfs fs: Remove duplicate newlines 2024-07-15 12:12:17 -06:00
fs_internal.c fs: fs_devread should log error when read outside partition 2025-05-23 10:42:31 -06:00
fs.c lmb: replace lmb_reserve() and lmb_alloc_addr() API's 2025-06-25 09:50:37 -06:00
Kconfig fs: exfat: Add U-Boot porting layer 2025-04-02 20:00:59 -06:00
Makefile fs: exfat: Add U-Boot porting layer 2025-04-02 20:00:59 -06:00
semihostingfs.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00