[GIT PULL] UBI/UBIFS updates for 4.18-rc1

From: Richard Weinberger
Date: Sun Jun 10 2018 - 16:37:31 EST


Linus,

The following changes since commit 29dcea88779c856c7dc92040a0c01233263101d4:

Linux 4.17 (2018-06-03 14:15:21 -0700)

are available in the git repository at:

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

for you to fetch changes up to f5a926dd529870de4bd19199ce7b36985f130d70:

mtd: ubi: Update ubi-media.h to dual license (2018-06-07 15:53:17 +0200)

----------------------------------------------------------------
This pull request contains updates for both UBI and UBIFS:
- The UBI on-disk format header file is now dual licensed
- New way to detect Fastmap problems during runtime
- Bugfix for Fastmap
- Minor updates for UBIFS (spelling, comments, vm_fault_t, ...)

----------------------------------------------------------------
Lionel Debieve (1):
mtd: ubi: Update ubi-media.h to dual license

Richard Weinberger (4):
ubi: fastmap: Cancel work upon detach
ubi: fastmap: Correctly handle interrupted erasures in EBA
ubi: fastmap: Check each mapping only once
ubi: fastmap: Detect EBA mismatches on-the-fly

Sascha Hauer (6):
ubifs: remove set but never used variable
ubifs: journal: Remove wrong comment
ubifs: Spelling fix someting -> something
ubifs: log: Some spelling fixes
ubifs: gc: Fix typo
ubifs: lpt: Fix wrong pnode number range in comment

Souptick Joarder (1):
fs: ubifs: Adding new return type vm_fault_t

Wang Shilong (1):
ubifs, xattr: remove misguided quota flags

drivers/mtd/ubi/build.c | 4 ++
drivers/mtd/ubi/eba.c | 111 +++++++++++++++++++++++++++++++++++++++++++-
drivers/mtd/ubi/fastmap.c | 20 ++++++++
drivers/mtd/ubi/ubi-media.h | 22 ++-------
drivers/mtd/ubi/ubi.h | 11 +++++
drivers/mtd/ubi/vmt.c | 1 +
drivers/mtd/ubi/vtbl.c | 16 ++++++-
drivers/mtd/ubi/wl.c | 4 +-
fs/ubifs/file.c | 11 ++---
fs/ubifs/gc.c | 2 +-
fs/ubifs/journal.c | 5 +-
fs/ubifs/log.c | 6 +--
fs/ubifs/lpt_commit.c | 2 +-
fs/ubifs/replay.c | 5 +-
fs/ubifs/ubifs.h | 2 -
fs/ubifs/xattr.c | 2 +-
16 files changed, 178 insertions(+), 46 deletions(-)