[GIT PULL] Btrfs updates for 4.18, part 2

From: David Sterba
Date: Wed Jun 13 2018 - 11:14:11 EST


Hi,

a handful of minor updates that would fit the 1st pull but were in next
at that time or arrived last week and there's no reason to delay them
for later rc.

Please pull thanks.

- error handling fixup for one of the new ioctls from 1st pull
- fix for device-replace that incorrectly uses inode pages and can mess up
compressed extents in some cases
- fiemap fix for reporting incorrect number of extents
- vm_fault_t type conversion

----------------------------------------------------------------
The following changes since commit 23d0b79dfaed2305b500b0215b0421701ada6b1a:

btrfs: Add unprivileged version of ino_lookup ioctl (2018-05-31 11:35:24 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-4.18-part2-tag

for you to fetch changes up to ac0b4145d662a3b9e34085dea460fb06ede9b69b:

btrfs: scrub: Don't use inode pages for device replace (2018-06-11 15:59:14 +0200)

----------------------------------------------------------------
Misono Tomohiro (1):
btrfs: Check error of btrfs_iget in btrfs_search_path_in_tree_user

Qu Wenruo (1):
btrfs: scrub: Don't use inode pages for device replace

Robbie Ko (1):
Btrfs: fiemap: pass correct bytenr when fm_extent_count is zero

Souptick Joarder (1):
btrfs: change return type of btrfs_page_mkwrite to vm_fault_t

fs/btrfs/ctree.h | 2 +-
fs/btrfs/extent_io.c | 4 +---
fs/btrfs/inode.c | 26 ++++++++++++--------------
fs/btrfs/ioctl.c | 4 ++++
fs/btrfs/scrub.c | 2 +-
5 files changed, 19 insertions(+), 19 deletions(-)