All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] RFC: Add support for UBI and UBIFS
@ 2009-07-15  9:38 Corentin Chary
  2009-07-15  9:38 ` [PATCH 1/2] blkid: add UBI volume support Corentin Chary
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Corentin Chary @ 2009-07-15  9:38 UTC (permalink / raw)
  To: tytso; +Cc: Corentin Chary, linux-mtd

Hi,
Here is two patch to add support for UBI and UBIFS in libblkid
With that, if you type "blkid" it will show you UBIFS filesystem.

The thing is that I'm not sure this patch is really usefull as UBIFS
is a "nodev" filesystem, and it doesn't deal with block devices.

I first started theses patch to be able to do stuff like:
mount /dev/ubi0_0 /mnt/test but we need to patch UBIFS for that.

So, do you think we should be able to do that ? If it's ok, these
two patch are a first step.

Thanks

Corentin Chary (2):
  blkid: add UBI volume support
  blkid: add ubifs support

 lib/blkid/blkidP.h  |    1 +
 lib/blkid/devname.c |   56 ++++++++++++++++++++++++++++++++++-
 lib/blkid/probe.c   |   14 +++++++++
 lib/blkid/probe.h   |   81 +++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 151 insertions(+), 1 deletions(-)

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

end of thread, other threads:[~2009-08-12 16:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-15  9:38 [PATCH 0/2] RFC: Add support for UBI and UBIFS Corentin Chary
2009-07-15  9:38 ` [PATCH 1/2] blkid: add UBI volume support Corentin Chary
2009-07-15  9:38   ` [PATCH 2/2] blkid: add ubifs support Corentin Chary
2009-07-16 11:57 ` [PATCH 0/2] RFC: Add support for UBI and UBIFS Artem Bityutskiy
2009-07-16 12:15   ` Corentin Chary
2009-07-16 12:21     ` Artem Bityutskiy
2009-07-26  9:32 ` Artem Bityutskiy
2009-07-26 23:07 ` Theodore Tso
2009-07-27  7:34   ` Corentin Chary
2009-08-09  4:57     ` Artem Bityutskiy
2009-08-12 16:32       ` Corentin Chary

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.