mbox series

[GIT,PULL] UBI/UBIFS changes for 4.17-rc1

Message ID 2714108.Bbh5W41enc@blindfold
State Not Applicable
Headers show
Series [GIT,PULL] UBI/UBIFS changes for 4.17-rc1 | expand

Pull-request

git://git.infradead.org/linux-ubifs.git tags/upstream-4.17-rc1

Message

Richard Weinberger April 10, 2018, 9:31 p.m. UTC
Linus,

The following changes since commit 0adb32858b0bddf4ada5f364a84ed60b196dbcda:

  Linux 4.16 (2018-04-01 14:20:27 -0700)

are available in the git repository at:

  git://git.infradead.org/linux-ubifs.git tags/upstream-4.17-rc1

for you to fetch changes up to b5094b7f135be34630e3ea8a98fa215715d0f29d:

  ubi: Reject MLC NAND (2018-04-04 23:48:11 +0200)

----------------------------------------------------------------
This pull request contains updates for both UBI and UBIFS:
- Minor bug fixes and improvements

----------------------------------------------------------------
Jiang Biao (2):
      ubifs: Constify struct ubifs_lprops in scan_for_leb_for_idx
      ubifs: Remove useless parameter of lpt_heap_replace

Richard Weinberger (3):
      ubifs: Check ubifs_wbuf_sync() return code
      ubi: fastmap: Don't flush fastmap work on detach
      ubi: Reject MLC NAND

Romain Izard (1):
      ubi: Fix error for write access

Stefan Agner (1):
      ubifs: remove unnecessary assignment

 drivers/mtd/ubi/block.c      |  2 +-
 drivers/mtd/ubi/build.c      | 11 +++++++++++
 drivers/mtd/ubi/fastmap-wl.c |  1 -
 fs/ubifs/find.c              |  2 +-
 fs/ubifs/lprops.c            |  4 +---
 fs/ubifs/scan.c              |  1 -
 fs/ubifs/super.c             | 14 ++++++++++----
 7 files changed, 24 insertions(+), 11 deletions(-)