u-boot/fs/ext4
Tom Rini c29dfc2bb2 Merge patch series "fs: ext4fs: Fix some issues found by Smatch"
Andrew Goodbody <andrew.goodbody@linaro.org> says:

Smatch reported some issues in the ext4fs code. This includes a
suggestion to use an unwind goto, to not negate a return value and to
ensure that a NULL check happens before the pointer is dereferenced.

Link: https://lore.kernel.org/r/20250704-ext4fs_fix-v1-0-5c6acf4bf839@linaro.org
2025-07-11 11:33:25 -06:00
..
dev.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
ext4_common.c fs: ext4fs: Perform NULL check before dereference 2025-07-11 10:44:29 -06:00
ext4_common.h ext4: Fix zalloc() 2024-08-15 16:14:36 -06:00
ext4_journal.c fs: ext4fs: Fix: Data abort in ext4fs_log_gdt() 2025-06-25 13:41:35 -06:00
ext4_journal.h ext4: add support for filesystems without JOURNAL 2019-07-18 11:31:24 -04:00
ext4_write.c fs: ext4fs: Use unwind goto to free memory on error 2025-07-11 10:44:29 -06:00
ext4fs.c Merge patch series "fs: ext4fs: Fix some issues found by Smatch" 2025-07-11 11:33:25 -06:00
Kconfig EXT4: add CRC16 dependency 2025-05-23 08:01:15 -06:00
Makefile fs: ext4: Use CRC-16 implementation from linux/crc16.h 2022-04-21 14:32:40 -04:00