public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@fb.com>
To: <torvalds@linuxfoundation.org>
Cc: <linux-block@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Make the block layer great again
Date: Wed, 30 Dec 2015 11:16:58 -0700	[thread overview]
Message-ID: <20151230181658.GA5952@kernel.dk> (raw)

Hi Linus,

Basically three amazing fixes in this pull request, split into 4
patches. Believe me, they should go into 4.4. Two of them fix a
regression, the third and last fixes an easy-to-trigger bug.

- Fix a bad irq enable through null_blk, for queue_mode=1 and using
  timer completions. Add a block helper to restart a queue
  asynchronously, and use that from null_blk. From me.

- Fix a performance issue in NVMe. Some devices (Intel Pxxxx) expose a
  stripe boundary, and performance suffers if we cross it. We took that
  into account for merging, but not for the newer splitting code. Fix
  from Keith.

- Fix a kernel oops in lightnvm with multiple channels. From Matias.

Please pull!


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


----------------------------------------------------------------
Jens Axboe (2):
      block: add blk_start_queue_async()
      null_blk: use async queue restart helper

Keith Busch (1):
      block: Split bios on chunk boundaries

Matias Bjørling (1):
      lightnvm: wrong offset in bad blk lun calculation

 block/blk-core.c          | 16 ++++++++++++++++
 block/blk-merge.c         |  2 +-
 drivers/block/null_blk.c  | 11 +++++------
 drivers/lightnvm/gennvm.c |  2 +-
 include/linux/blkdev.h    |  1 +
 5 files changed, 24 insertions(+), 8 deletions(-)

-- 
Jens Axboe


                 reply	other threads:[~2015-12-30 18:17 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=20151230181658.GA5952@kernel.dk \
    --to=axboe@fb.com \
    --cc=linux-block@vger.kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox