OSDN Git Service

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)
committerIliyan Malchev <malchev@google.com>
Mon, 23 May 2011 22:43:27 +0000 (15:43 -0700)
commit3b79f901d2a4d954f72b40e6c4874bad820fdae5
tree0bc1ad086cd7b4a454f53a3de4474313b6231916
parentffb0bfe24ed4a18ea47f4f519cf70477b4f22786
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]