fs: yaffs: Import yaffs from Thu Dec 23 13:31:37 2010 +1300
authorArve Hjønnevåg <arve@android.com>
Wed, 19 May 2010 03:35:30 +0000 (20:35 -0700)
committerColin Cross <ccross@android.com>
Tue, 14 Jun 2011 16:09:13 +0000 (09:09 -0700)
commit8237911c6471f56b9ace3b697b17d6d33c9e2a99
treee3730fe61f3330901bb75270ca5f46132f8ae45d
parent4bfab3c6353d4e29b5b9d823e1e27e307e7b7a7f
fs: yaffs: Import yaffs from Thu Dec 23 13:31:37 2010 +1300

commit ddf33fed15c2376bfb602d62dd018c63fce60df8
Author: Timothy Manning <tfhmanning@gmail.com>
Date:   Thu Dec 23 13:31:37 2010 +1300

    yaffs updated direct/timothy_tests/quick_tests
Signed-off-by: Timothy Manning <tfhmanning@gmail.com>
Change-Id: I5bbe5a05277bdf8a6fe188bbe4c77725b3fa2aae
Signed-off-by: Dima Zavin <dima@android.com>
45 files changed:
fs/Kconfig
fs/Makefile
fs/yaffs2/Kconfig [new file with mode: 0644]
fs/yaffs2/Makefile [new file with mode: 0644]
fs/yaffs2/yaffs_allocator.c [new file with mode: 0644]
fs/yaffs2/yaffs_allocator.h [new file with mode: 0644]
fs/yaffs2/yaffs_attribs.c [new file with mode: 0644]
fs/yaffs2/yaffs_attribs.h [new file with mode: 0644]
fs/yaffs2/yaffs_bitmap.c [new file with mode: 0644]
fs/yaffs2/yaffs_bitmap.h [new file with mode: 0644]
fs/yaffs2/yaffs_checkptrw.c [new file with mode: 0644]
fs/yaffs2/yaffs_checkptrw.h [new file with mode: 0644]
fs/yaffs2/yaffs_ecc.c [new file with mode: 0644]
fs/yaffs2/yaffs_ecc.h [new file with mode: 0644]
fs/yaffs2/yaffs_getblockinfo.h [new file with mode: 0644]
fs/yaffs2/yaffs_guts.c [new file with mode: 0644]
fs/yaffs2/yaffs_guts.h [new file with mode: 0644]
fs/yaffs2/yaffs_linux.h [new file with mode: 0644]
fs/yaffs2/yaffs_mtdif.c [new file with mode: 0644]
fs/yaffs2/yaffs_mtdif.h [new file with mode: 0644]
fs/yaffs2/yaffs_mtdif1.c [new file with mode: 0644]
fs/yaffs2/yaffs_mtdif1.h [new file with mode: 0644]
fs/yaffs2/yaffs_mtdif2.c [new file with mode: 0644]
fs/yaffs2/yaffs_mtdif2.h [new file with mode: 0644]
fs/yaffs2/yaffs_nameval.c [new file with mode: 0644]
fs/yaffs2/yaffs_nameval.h [new file with mode: 0644]
fs/yaffs2/yaffs_nand.c [new file with mode: 0644]
fs/yaffs2/yaffs_nand.h [new file with mode: 0644]
fs/yaffs2/yaffs_packedtags1.c [new file with mode: 0644]
fs/yaffs2/yaffs_packedtags1.h [new file with mode: 0644]
fs/yaffs2/yaffs_packedtags2.c [new file with mode: 0644]
fs/yaffs2/yaffs_packedtags2.h [new file with mode: 0644]
fs/yaffs2/yaffs_tagscompat.c [new file with mode: 0644]
fs/yaffs2/yaffs_tagscompat.h [new file with mode: 0644]
fs/yaffs2/yaffs_tagsvalidity.c [new file with mode: 0644]
fs/yaffs2/yaffs_tagsvalidity.h [new file with mode: 0644]
fs/yaffs2/yaffs_trace.h [new file with mode: 0644]
fs/yaffs2/yaffs_verify.c [new file with mode: 0644]
fs/yaffs2/yaffs_verify.h [new file with mode: 0644]
fs/yaffs2/yaffs_vfs.c [new file with mode: 0644]
fs/yaffs2/yaffs_yaffs1.c [new file with mode: 0644]
fs/yaffs2/yaffs_yaffs1.h [new file with mode: 0644]
fs/yaffs2/yaffs_yaffs2.c [new file with mode: 0644]
fs/yaffs2/yaffs_yaffs2.h [new file with mode: 0644]
fs/yaffs2/yportenv.h [new file with mode: 0644]