public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mkfs.ubifs and libubiio
@ 2009-05-07 10:21 Corentin Chary
  2009-05-07 10:21 ` [PATCH 1/2] mkfs.ubifs: UBI I/O Library Corentin Chary
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Corentin Chary @ 2009-05-07 10:21 UTC (permalink / raw)
  To: linux-mtd; +Cc: Corentin Chary, vapier.adi

These patchs will allow mkfs.ubifs to write the image directly
on an UBI volume.
libubiio adds a lot of code, but as it provide the same API the kernel
does we may export it latter as a shared library.
Some code from libubiio_int.h comes from common.h in ubi-utils and we
may refactor that.

Corentin Chary (2):
  mkfs.ubifs: UBI I/O Library
  mkfs.ubifs: format directly ubi volume using libubiio

 include/mtd/ubi-user.h    |   72 ++--
 include/ubi.h             |  192 +++++++++
 mkfs.ubifs/Makefile       |    6 +-
 mkfs.ubifs/libubiio.c     |  936 +++++++++++++++++++++++++++++++++++++++++++++
 mkfs.ubifs/libubiio.h     |   47 +++
 mkfs.ubifs/libubiio_int.h |  187 +++++++++
 mkfs.ubifs/lpt.c          |   10 +-
 mkfs.ubifs/mkfs.ubifs.c   |  223 +++++++++--
 mkfs.ubifs/mkfs.ubifs.h   |    3 +-
 mkfs.ubifs/ubifs.h        |    4 +
 10 files changed, 1602 insertions(+), 78 deletions(-)
 create mode 100644 include/ubi.h
 create mode 100644 mkfs.ubifs/libubiio.c
 create mode 100644 mkfs.ubifs/libubiio.h
 create mode 100644 mkfs.ubifs/libubiio_int.h

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2009-05-08 20:36 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-07 10:21 [PATCH 0/2] mkfs.ubifs and libubiio Corentin Chary
2009-05-07 10:21 ` [PATCH 1/2] mkfs.ubifs: UBI I/O Library Corentin Chary
2009-05-07 10:21   ` [PATCH 2/2] mkfs.ubifs: format directly ubi volume using libubiio Corentin Chary
2009-05-08  8:49   ` [PATCH 1/2] mkfs.ubifs: UBI I/O Library Artem Bityutskiy
2009-05-08 12:07     ` Corentin Chary
2009-05-08 12:20       ` Artem Bityutskiy
2009-05-08 13:58         ` Corentin Chary
2009-05-08 14:06           ` Artem Bityutskiy
2009-05-08 14:14         ` Artem Bityutskiy
2009-05-08 14:59           ` Corentin Chary
2009-05-08 18:58             ` Mike Frysinger
2009-05-08 19:41               ` Corentin Chary
2009-05-08 20:25                 ` Mike Frysinger
2009-05-08 20:32                   ` Corentin Chary
2009-05-08 20:36                     ` Mike Frysinger
2009-05-07 11:59 ` [PATCH 0/2] mkfs.ubifs and libubiio Corentin Chary
2009-05-07 12:57 ` Josh Boyer
2009-05-07 13:29   ` Corentin Chary

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox