M7350/filesystems/mtd-utils/mkfs.ubifs
2024-09-09 08:57:42 +00:00
..
hashtable M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
compr.c M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
compr.h M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
COPYING M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
crc16.c M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
crc16.h M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
defs.h M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
devtable.c M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
key.h M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
lpt.c M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
lpt.h M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
mkfs.ubifs.c M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
mkfs.ubifs.h M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
README M7350v5_en_gpl 2024-09-09 08:57:42 +00:00
ubifs.h M7350v5_en_gpl 2024-09-09 08:57:42 +00:00

UBIFS File System - Make File System program

* crc16.h and crc16.c were copied from the linux kernel.
* crc32.h and crc32.c were copied from mtd-utils and amended.
* ubifs.h is a selection of definitions from fs/ubifs/ubifs.h from the linux kernel.
* key.h is copied from fs/ubifs/key.h from the linux kernel.
* defs.h is a bunch of definitions to smooth things over.
* lpt.c is a selection of functions copied from fs/ubifs/lpt.c from the linux kernel, and amended.
* hashtable/* was downloaded from http://www.cl.cam.ac.uk/~cwc22/hashtable/