[GIT PULL] UBI/UBIFS fixes for 4.11

From: Richard Weinberger
Date: Sun Apr 23 2017 - 11:21:32 EST


Linus,

The following changes since commit 89970a04d70c6c9e5e4492fd4096c0b5630a478c:

Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux (2017-03-29 19:59:49 -0700)

are available in the git repository at:

git://git.infradead.org/linux-ubifs.git tags/upstream-4.11-rc7

for you to fetch changes up to 32fe905c17f001c0eee13c59afddd0bf2eed509c:

ubifs: Fix O_TMPFILE corner case in ubifs_link() (2017-04-18 23:18:02 +0200)

----------------------------------------------------------------
This pull request contains fixes for issues in both UBI and UBIFS:
- More O_TMPFILE fallout
- RENAME_WHITEOUT regression due to a mis-merge
- Memory leak in ubifs_mknod()
- Power-cut problem in UBI's update volume feature

----------------------------------------------------------------
Felix Fietkau (1):
ubifs: Fix RENAME_WHITEOUT support

Hyunchul Lee (3):
ubifs: Remove filename from debug messages in ubifs_readdir
ubifs: Fix debug messages for an invalid filename in ubifs_dump_node
ubifs: Fix debug messages for an invalid filename in ubifs_dump_inode

Richard Weinberger (2):
ubifs: Fix memory leak in error path in ubifs_mknod
ubifs: Fix O_TMPFILE corner case in ubifs_link()

Sebastian Siewior (1):
ubi/upd: Always flush after prepared for an update

drivers/mtd/ubi/upd.c | 8 ++++----
fs/ubifs/debug.c | 10 +++++++---
fs/ubifs/dir.c | 18 ++++++++++++------
3 files changed, 23 insertions(+), 13 deletions(-)