From patchwork Thu Nov 15 15:21:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [GIT,PULL] UBIFS changes for 3.7-rc6 Date: Thu, 15 Nov 2012 05:21:12 -0000 From: Artem Bityutskiy X-Patchwork-Id: 199323 Message-Id: <1352992872.2221.62.camel@sauron.fi.intel.com> To: Linus Torvalds Cc: linux-mtd , "linux-kernel@vger.kernel.org" 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(-)