Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933846AbcLNW4J (ORCPT ); Wed, 14 Dec 2016 17:56:09 -0500 Received: from mail-io0-f170.google.com ([209.85.223.170]:32802 "EHLO mail-io0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933077AbcLNW4H (ORCPT ); Wed, 14 Dec 2016 17:56:07 -0500 To: Linus Torvalds Cc: "linux-kernel@vger.kernel.org" , "linux-block@vger.kernel.org" From: Jens Axboe Subject: [GIT PULL] Block IO fixes for 4.10-rc1 Message-ID: <18af05db-4f43-a3e8-d40a-5244ef85eb5a@kernel.dk> Date: Wed, 14 Dec 2016 15:56:05 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 921 Lines: 33 Hi Linus, A few fixes that I collected as post-merge. I was going to wait a bit with sending this out, but the O_DIRECT fix should really go in sooner rather than later. Please pull! git://git.kernel.dk/linux-block.git for-linus ---------------------------------------------------------------- Andy Lutomirski (1): nvme/pci: Log PCI_STATUS when the controller dies Gabriel Krisman Bertazi (2): blk-mq: Avoid memory reclaim when remapping queues blk-mq: Fix failed allocation path when mapping queues NeilBrown (1): block_dev: don't test bdev->bd_contains when it is not stable Shaohua Li (1): block_dev: don't update file access position for sync direct IO block/blk-mq.c | 32 ++++++++++++++++++++++++-------- drivers/nvme/host/pci.c | 22 +++++++++++++++++++--- fs/block_dev.c | 7 ++----- 3 files changed, 45 insertions(+), 16 deletions(-) -- Jens Axboe