]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ext4fs write support
authorUma Shankar <uma.shankar@samsung.com>
Fri, 25 May 2012 15:52:49 +0000 (21:22 +0530)
committerWolfgang Denk <wd@denx.de>
Thu, 9 Aug 2012 21:48:02 +0000 (23:48 +0200)
commited34f34dbaf206dfe223f4bc2147d600fe1b0f58
tree5a0f1c40bb6598e0db9d2e1b0d1b85814348ad8b
parenta1596438a68921d2c9b1fdec70a720d38c85ca7d
ext4fs write support

Signed-off-by: Uma Shankar <uma.shankar@samsung.com>
Signed-off-by: Manjunatha C Achar <a.manjunatha@samsung.com>
Signed-off-by: Iqbal Shareef <iqbal.ams@samsung.com>
Signed-off-by: Hakgoo Lee <goodguy.lee@samsung.com>
12 files changed:
common/cmd_ext4.c
doc/README.ext4 [new file with mode: 0644]
fs/ext4/Makefile
fs/ext4/crc16.c [new file with mode: 0644]
fs/ext4/crc16.h [new file with mode: 0644]
fs/ext4/ext4_common.c
fs/ext4/ext4_common.h
fs/ext4/ext4_journal.c [new file with mode: 0644]
fs/ext4/ext4_journal.h [new file with mode: 0644]
fs/ext4/ext4fs.c
include/ext4fs.h
include/ext_common.h