u-boot-brain/fs
Joe Hershberger 949a771097 ubifs: Allow ubifsmount volume reference by number
UBI can mount volumes by name or number  The current code forces you
to name the volume by prepending every name with "ubi:".

>From fs/ubifs/super.c
 * There are several ways to specify UBI volumes when mounting UBIFS:
 * o ubiX_Y    - UBI device number X, volume Y;
 * o ubiY      - UBI device number 0, volume Y;
 * o ubiX:NAME - mount UBI device X, volume with name NAME;
 * o ubi:NAME  - mount UBI device 0, volume with name NAME.

Now any name passed in any of the above forms are allowed.

Also update the configs that referenced ubifsmount.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
2013-03-04 14:19:56 -05:00
..
cbfs cbfs: Remove mention of CREDITS files 2012-12-06 13:56:38 -07:00
cramfs gunzip: rename z{alloc, free} to gz{alloc, free} 2012-04-30 16:54:51 +02:00
ext4 fs: Move ls and read methods into ext4, fat 2013-03-04 14:19:56 -05:00
fat fs: Move ls and read methods into ext4, fat 2013-03-04 14:19:56 -05:00
fdos Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00
jffs2 linux/compat.h: rename from linux/mtd/compat.h 2012-04-30 16:54:51 +02:00
reiserfs cmd_reiser: use common get_device_and_partition function 2012-09-25 14:49:18 -07:00
sandbox sandbox: Add host filesystem 2013-03-04 14:19:56 -05:00
ubifs ubifs: Allow ubifsmount volume reference by number 2013-03-04 14:19:56 -05:00
yaffs2 include/linux/byteorder: import latest endian definitions from linux 2012-11-04 11:00:34 -07:00
zfs fs: zfs: fix illegal use of fp 2012-11-14 13:18:41 +01:00
Makefile fs: add filesystem switch libary, implement ls and fsload commands 2012-10-29 14:21:20 -07:00
fs.c sandbox: Add host filesystem 2013-03-04 14:19:56 -05:00