mbox

[GIT,PULL] UBIFS changes for 3.7-rc6

Message ID 1352992872.2221.62.camel@sauron.fi.intel.com
State Accepted
Headers show

Pull-request

git://git.infradead.org/linux-ubifs.git tags/upstream-3.7-rc6

Message

Artem Bityutskiy Nov. 15, 2012, 3:21 p.m. UTC
Hi Linus,

please, pull UBIFS fixes.

The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556:

  Linux 3.7-rc2 (2012-10-20 12:11:32 -0700)

are available in the git repository at:

  git://git.infradead.org/linux-ubifs.git tags/upstream-3.7-rc6

for you to fetch changes up to a28ad42a4a0c6f302f488f26488b8b37c9b30024:

  UBIFS: fix mounting problems after power cuts (2012-10-26 16:26:44 +0300)

----------------------------------------------------------------
Two patches which fix a problem reported by several people in the past,
but only fixed now because no one gave enough material for debugging.

Anyway, these fix the problem that sometimes after a power cut the
file-system is not mountable with the following symptom:

        grab_empty_leb: could not find an empty LEB

The fixes make the file-system mountable again.

----------------------------------------------------------------
Artem Bityutskiy (2):
      UBIFS: introduce categorized lprops counter
      UBIFS: fix mounting problems after power cuts

 fs/ubifs/find.c   |   12 ++++++++++--
 fs/ubifs/lprops.c |    6 ++++++
 fs/ubifs/ubifs.h  |    3 +++
 3 files changed, 19 insertions(+), 2 deletions(-)