]> www.infradead.org Git - mtd-utils.git/commit
Add mkfs.ubifs
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 19 Aug 2008 10:18:07 +0000 (13:18 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 19 Aug 2008 10:20:49 +0000 (13:20 +0300)
commit36ec51948e0ecbf8cb9c5e44fbba5214451ee81c
treee0f613c22d1b7a83512ad04b0b9b76dcb09199d9
parent71e18cc40c6a275e01c166ffeb68c5ed8759caf0
Add mkfs.ubifs

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
24 files changed:
Makefile
mkfs.ubifs/COPYING [new file with mode: 0644]
mkfs.ubifs/Makefile [new file with mode: 0644]
mkfs.ubifs/README [new file with mode: 0644]
mkfs.ubifs/compr.c [new file with mode: 0644]
mkfs.ubifs/compr.h [new file with mode: 0644]
mkfs.ubifs/crc16.c [new file with mode: 0644]
mkfs.ubifs/crc16.h [new file with mode: 0644]
mkfs.ubifs/crc32.c [new file with mode: 0644]
mkfs.ubifs/crc32.h [new file with mode: 0644]
mkfs.ubifs/defs.h [new file with mode: 0644]
mkfs.ubifs/devtable.c [new file with mode: 0644]
mkfs.ubifs/hashtable/hashtable.c [new file with mode: 0644]
mkfs.ubifs/hashtable/hashtable.h [new file with mode: 0644]
mkfs.ubifs/hashtable/hashtable_itr.c [new file with mode: 0644]
mkfs.ubifs/hashtable/hashtable_itr.h [new file with mode: 0644]
mkfs.ubifs/hashtable/hashtable_private.h [new file with mode: 0644]
mkfs.ubifs/key.h [new file with mode: 0644]
mkfs.ubifs/lpt.c [new file with mode: 0644]
mkfs.ubifs/lpt.h [new file with mode: 0644]
mkfs.ubifs/mkfs.ubifs.c [new file with mode: 0644]
mkfs.ubifs/mkfs.ubifs.h [new file with mode: 0644]
mkfs.ubifs/ubifs-media.h [new file with mode: 0644]
mkfs.ubifs/ubifs.h [new file with mode: 0644]