public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] UBI changes for 2.6.31
Date: Wed, 17 Jun 2009 16:53:40 +0300	[thread overview]
Message-ID: <20090617135340.2685.79886.sendpatchset@localhost.localdomain> (raw)

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.

                 reply	other threads:[~2009-06-17 12:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090617135340.2685.79886.sendpatchset@localhost.localdomain \
    --to=artem.bityutskiy@nokia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox