public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] UBI changes for 2.6.31
@ 2009-06-17 13:53 Artem Bityutskiy
  0 siblings, 0 replies; only message in thread
From: Artem Bityutskiy @ 2009-06-17 13:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Artem Bityutskiy, linux-kernel

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-17 12:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-17 13:53 [GIT PULL] UBI changes for 2.6.31 Artem Bityutskiy

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