9
0
Fork 0
barebox/fs
Sascha Hauer 772cc850ae fs: ext4: le32_to_cpu() used on a 16-bit field
From U-Boot commit:

| commit 8b415f703f88d1d3b0466830047affbbf7f24913
| Author: Rommel Custodio <sessyargc+uboot@gmail.com>
| Date:   Sun Jul 21 10:53:25 2013 +0200
|
|     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>

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-07-25 10:38:47 +02:00
..
cramfs fs: cleanup backingstore handling 2013-09-29 12:11:14 +02:00
ext4 fs: ext4: le32_to_cpu() used on a 16-bit field 2014-07-25 10:38:47 +02:00
fat fs: cleanup backingstore handling 2013-09-29 12:11:14 +02:00
ubifs ubifs: Remove unused variable 2014-04-23 14:00:25 +02:00
Kconfig drop CONFIG_PARTITION_NEED_MTD 2014-05-13 09:19:46 +02:00
Makefile nfs: parse nfsport and mount port from file system options 2014-02-10 09:02:21 +01:00
bpkfs.c bpkfs: fix compiler warning 2014-02-10 09:34:35 +01:00
devfs-core.c drop CONFIG_PARTITION_NEED_MTD 2014-05-13 09:19:46 +02:00
devfs.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
fs.c automount: check for recursive automount 2014-07-03 08:16:42 +02:00
nfs.c nfs: parse nfsport and mount port from file system options 2014-02-10 09:02:21 +01:00
omap4_usbbootfs.c omap4: add filesystem support over usb boot 2012-11-16 15:32:31 +01:00
parseopt.c nfs: parse nfsport and mount port from file system options 2014-02-10 09:02:21 +01:00
parseopt.h nfs: parse nfsport and mount port from file system options 2014-02-10 09:02:21 +01:00
ramfs.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
tftp.c tftp: add timeframe when remote server is retransmitting 2014-05-05 09:18:45 +02:00
uimagefs.c Merge branch 'for-next/fs' 2013-10-07 07:59:42 +02:00