Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1429564

[GIT PULL] UBI/UBIFS fixes for 4.7-rc5

From Richard Weinberger <richard@nod.at>
Newsgroups linux.kernel
Subject [GIT PULL] UBI/UBIFS fixes for 4.7-rc5
Date 2016-06-23 10:30 +0200
Message-ID <rN8bn-7gE-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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(-)

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] UBI/UBIFS fixes for 4.7-rc5 Richard Weinberger <richard@nod.at> - 2016-06-23 10:30 +0200

csiph-web