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>
Subject: [GIT PULL] Block fixes for 5.6-rc
Date: Fri, 28 Feb 2020 11:44:21 -0700	[thread overview]
Message-ID: <20fc1cef-97db-f9be-e308-58e539b97298@kernel.dk> (raw)

Hi Linus,

A few fixes for the block side that should go into this release. This
pull request contains:

- Passthrough insertion fix (Ming)

- Kill off some unused arguments (John)

- blktrace RCU fix (Jan)

- Dead fields removal for null_blk (Dongli)

- NVMe polled IO fix (Bijan)

Please pull!


  git://git.kernel.dk/linux-block.git tags/block-5.6-2020-02-28


----------------------------------------------------------------
Bijan Mottahedeh (1):
      nvme-pci: Hold cq_poll_lock while completing CQEs

Dongli Zhang (1):
      null_blk: remove unused fields in 'nullb_cmd'

Jan Kara (1):
      blktrace: Protect q->blk_trace with RCU

Jens Axboe (1):
      Merge branch 'nvme-5.6-rc4' of git://git.infradead.org/nvme into block-5.6

John Garry (1):
      blk-mq: Remove some unused function arguments

Ming Lei (1):
      blk-mq: insert passthrough request into hctx->dispatch directly

 block/blk-flush.c             |   2 +-
 block/blk-mq-sched.c          |  22 +++++---
 block/blk-mq-tag.c            |   4 +-
 block/blk-mq-tag.h            |   4 +-
 block/blk-mq.c                |  28 ++++++-----
 block/blk-mq.h                |   5 +-
 drivers/block/null_blk.h      |   3 --
 drivers/block/null_blk_main.c |   2 -
 drivers/nvme/host/pci.c       |   2 +-
 include/linux/blkdev.h        |   2 +-
 include/linux/blktrace_api.h  |  18 +++++--
 kernel/trace/blktrace.c       | 114 ++++++++++++++++++++++++++++++------------
 12 files changed, 136 insertions(+), 70 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2020-02-28 18:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-28 18:44 Jens Axboe [this message]
2020-02-28 19:55 ` [GIT PULL] Block fixes for 5.6-rc pr-tracker-bot
2020-03-07 19:14 Jens Axboe
2020-03-07 20:25 ` pr-tracker-bot
2020-03-13 17:48 Jens Axboe
2020-03-13 20:25 ` pr-tracker-bot
2020-03-21 18:38 Jens Axboe
2020-03-21 19:15 ` pr-tracker-bot

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=20fc1cef-97db-f9be-e308-58e539b97298@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-block@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).