u-boot/fs
Rommel Custodio 8b415f703f ext4fs: le32_to_cpu() used on a 16-bit field
Fix reading ext4_extent_header struture on BE machines.  Some 16 bit
fields where converted to 32 bit fields, due to the byte swap on BE
machines the containing value was corrupted. Therefore reading ext4
filesystems on BE machines where broken before.

Signed-off-by: Rommel Custodio <sessyargc+uboot@gmail.com>
[sent via git-send-email; rework commit message]
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Tested-by: Lukasz Majewski <l.majewski@samsung.com>
2013-07-22 10:09:30 -04:00
..
cbfs
cramfs cramfs: fix bug for wrong filename comparison 2013-07-15 17:06:09 -04:00
ext4 ext4fs: le32_to_cpu() used on a 16-bit field 2013-07-22 10:09:30 -04:00
fat fs/fat: Don't multiply fatsize with sector size 2013-05-01 16:24:02 -04:00
fdos
jffs2
reiserfs
sandbox sandbox: fs: Add support for saving files to host filesystem 2013-05-01 11:17:21 -04:00
ubifs
yaffs2 mtd: resync with Linux-3.7.1 2013-05-31 17:12:03 -05:00
zfs
fs.c sandbox: fs: Add support for saving files to host filesystem 2013-05-01 11:17:21 -04:00
Makefile