All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@fb.com>
To: <torvalds@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 3.18-rc
Date: Fri, 14 Nov 2014 13:30:14 -0700	[thread overview]
Message-ID: <20141114203014.GA18280@kernel.dk> (raw)

Hi Linus,

4 small fixes that should be merged for the current 3.18-rc series. This
pull request contains:

- A minor bugfix for computation of best IO priority given two merging
  requests. From Jan Kara.

- The final (final) merge count issue that has been plaguing virtio-blk.
  From Ming Lei.

- Enable parallel reinit notify for blk-mq queues, to combine the cost
  of an RCU grace period across lots of devices. From Tejun Heo.

- An error handling fix for the SCSI_IOCTL_SEND_COMMAND ioctl. From Tony
  Battersby.

Please pull!


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


----------------------------------------------------------------
Jan Kara (1):
      block: Fix computation of merged request priority

Ming Lei (1):
      block: blk-merge: fix blk_recount_segments()

Tejun Heo (1):
      blk-mq: make mq_queue_reinit_notify() freeze queues in parallel

Tony Battersby (1):
      scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMAND

 block/blk-merge.c  | 19 +++++++++++--------
 block/blk-mq.c     | 41 +++++++++++++++++++++++++++++++++--------
 block/ioprio.c     | 14 ++++++++------
 block/scsi_ioctl.c |  8 +++++---
 4 files changed, 57 insertions(+), 25 deletions(-)

-- 
Jens Axboe


                 reply	other threads:[~2014-11-14 20:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20141114203014.GA18280@kernel.dk \
    --to=axboe@fb.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linuxfoundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.