u-boot/fs
Tom Rini e04d137231 Revert "ext4fs: Fix: Read outside partition error"
The issue here is that the function read_allocated_block() will report
problems via a negative return value. If we say the return value is
stored in an lbaint_t that can no longer happen (and Coverity discovered
this by reporting a no effect comparison and then dead code). The
problem being fixed by allowing for storing a larger block number will
have to be solved in some other manner.

This reverts commit df2ed552f0.

Addresses-Coverity-ID: 131183
Signed-off-by: Tom Rini <trini@konsulko.com>
2025-05-27 10:09:12 -06:00
..
btrfs fs: btrfs: hide duplicate 'Cannot lookup file' error on 'load' 2024-11-15 13:11:47 -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: fix an integer overflow in symlink resolution 2025-02-18 12:32:07 -06:00
exfat fs: exfat: Inhibit unused exfat_humanize_bytes() and exfat_print_info() 2025-05-05 14:19:20 -06:00
ext4 Revert "ext4fs: Fix: Read outside partition error" 2025-05-27 10:09:12 -06:00
fat Kbuild: Always use $(PHASE_) 2025-04-11 12:16:44 -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 fs: exfat: Implement trivial 'rename' support 2025-04-21 11:07:04 -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