[GIT PULL] UBI changes for 2.6.31

From: Artem Bityutskiy
Date: Wed Jun 17 2009 - 08:01:34 EST


Hi Linus,

pease pull UBI changes from

git://git.infradead.org/ubi-2.6.git linux-next

The following changes since commit 1406de8e11eb043681297adf86d6892ff8efc27a:
Linus Torvalds (1):
Linux 2.6.30-rc6

are available:

Artem Bityutskiy (17):
UBI: remove redundant mutex
UBI: re-name volumes_mutex to device_mutex
UBI: improve debugging messages
UBI: small debugging code optimization
UBI: fix races in I/O debugging checks
UBI: add dump_stack in checking code
UBI: do not panic if volume check fails
UBI: minor serialization fix
UBI: fix race condition
UBI: introduce new constants
UBI: fix and clean-up error paths in WL worker
UBI: do not switch to R/O mode on read errors
UBI: improve messages in the WL worker
UBI: print amount of reserved PEBs
UBI: fix kmem_cache_free on error patch
UBI: fix multiple spelling typos
UBI: handle more error codes

Dmitry Pervushin (3):
UBI: add notification API
UBI: remove built-in gluebi
UBI: make gluebi a separate module

Kevin Cernekee (1):
UBI: add reboot notifier

drivers/mtd/ubi/Kconfig | 13 +-
drivers/mtd/ubi/Makefile | 2 +-
drivers/mtd/ubi/build.c | 161 ++++++++++++++++++--
drivers/mtd/ubi/cdev.c | 32 ++--
drivers/mtd/ubi/eba.c | 99 ++++++++-----
drivers/mtd/ubi/gluebi.c | 378 +++++++++++++++++++++++++++++++++++-----------
drivers/mtd/ubi/io.c | 82 +++++++++-
drivers/mtd/ubi/kapi.c | 117 ++++++++++++---
drivers/mtd/ubi/ubi.h | 84 ++++++-----
drivers/mtd/ubi/upd.c | 8 +-
drivers/mtd/ubi/vmt.c | 65 +++-----
drivers/mtd/ubi/wl.c | 179 +++++++++++++---------
include/linux/mtd/ubi.h | 37 +++++
13 files changed, 922 insertions(+), 335 deletions(-)

Thanks,
Artem.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/