linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 4.11-rc
Date: Wed, 29 Mar 2017 15:27:04 -0600	[thread overview]
Message-ID: <79350b18-c4c9-b445-66f4-7c614f57c180@kernel.dk> (raw)

Hi Linus,

5 fixes for this series. This pull request contains:

- A fix from me to ensure that blk-mq drivers that terminate IO in their
  ->queue_rq() handler by returning QUEUE_ERROR don't stall with a
  scheduler enabled.

- 4 nbd fixes from Josef and Ratna, fixing various problems that are
  critical enough to go in for this cycle. They have been well tested.

Please pull!


  git://git.kernel.dk/linux-block.git for-linus


----------------------------------------------------------------
Jens Axboe (1):
      blk-mq: include errors in did_work calculation

Josef Bacik (3):
      nbd: handle ERESTARTSYS properly
      nbd: set rq->errors to actual error code
      nbd: set queue timeout properly

Ratna Manoj Bolla (1):
      nbd: replace kill_bdev() with __invalidate_device()

 block/blk-mq.c      |   7 +--
 drivers/block/nbd.c | 136 +++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 107 insertions(+), 36 deletions(-)

-- 
Jens Axboe

             reply	other threads:[~2017-03-29 21:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-29 21:27 Jens Axboe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-03-24 14:12 [GIT PULL] Block fixes for 4.11-rc Jens Axboe
2017-03-15 21:06 Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=79350b18-c4c9-b445-66f4-7c614f57c180@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).