public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] UBI/UBIFS fixes for 4.7-rc5
@ 2016-06-23  8:21 Richard Weinberger
  0 siblings, 0 replies; only message in thread
From: Richard Weinberger @ 2016-06-23  8:21 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org

Linus,

The following changes since commit c0a1ecb9f4e208f4b75d88fa9669748e3fd705ab:

  gpio: make library immune to error pointers (2016-06-23 00:29:31 +0200)

are available in the git repository at:

  git://git.infradead.org/linux-ubifs.git tags/upstream-4.7-rc5

for you to fetch changes up to 4ac1c17b2044a1b4b2fbed74451947e905fc2992:

  UBIFS: Implement ->migratepage() (2016-06-23 00:29:53 +0200)

----------------------------------------------------------------
This pull requests contains fixes for two critical bugs in UBI and UBIFS:
1. Fixes the possibility of losing data upon a power cut when UBI tries
   to recover from a write error.
2. Fixes page migration on UBIFS. It turned out that the default page
   migration function is not suitable for UBIFS.

----------------------------------------------------------------
Kirill A. Shutemov (1):
      UBIFS: Implement ->migratepage()

Richard Weinberger (2):
      ubi: Make recover_peb power cut aware
      mm: Export migrate_page_move_mapping and migrate_page_copy

 drivers/mtd/ubi/eba.c | 22 +++++++++++++++-------
 fs/ubifs/file.c       | 24 ++++++++++++++++++++++++
 mm/migrate.c          |  2 ++
 3 files changed, 41 insertions(+), 7 deletions(-)

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

only message in thread, other threads:[~2016-06-23  8:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-23  8:21 [GIT PULL] UBI/UBIFS fixes for 4.7-rc5 Richard Weinberger

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