public inbox for linux-block@vger.kernel.org
 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] Final block merge window changes/fixes
Date: Fri, 2 Nov 2018 11:08:25 -0600	[thread overview]
Message-ID: <dc6c712a-57c4-81cd-0d6e-072973bb52ce@kernel.dk> (raw)

Hi Linus,

The biggest part of this pull request is the revert of the blkcg cleanup
series. It had one fix earlier for a stacked device issue, but another
one was reported. Rather than play whack-a-mole with this, revert the
entire series and try again for the next kernel release.

Apart from that, only small fixes/changes. This pull request contains:

- Indentation fixup for mtip32xx (Colin Ian King)

- The blkcg cleanup series revert (Dennis Zhou)

- Two NVMe fixes. One fixing a regression in the nvme request
  initialization in this merge window, causing nvme-fc to not work. The
  other is a suspend/resume p2p resource issue (James, Keith)

- Fix sg discard merge, allowing us to merge in cases where we didn't
  before (Jianchao Wang)

- Call rq_qos_exit() after the queue is frozen, preventing a hang (Ming)

- Fix brd queue setup, fixing an oops if we fail setting up all devices
  (Ming)

Please pull!


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


----------------------------------------------------------------
Colin Ian King (1):
      mtip32xx: clean an indentation issue, remove extraneous tabs

Dennis Zhou (1):
      blkcg: revert blkcg cleanups series

James Smart (1):
      nvme-fc: fix request private initialization

Jianchao Wang (1):
      block: fix the DISCARD request merge

Keith Busch (1):
      nvme-pci: fix conflicting p2p resource adds

Ming Lei (2):
      block: call rq_qos_exit() after queue is frozen
      block: brd: associate with queue until adding disk

 Documentation/admin-guide/cgroup-v2.rst |   8 +-
 block/bfq-cgroup.c                      |   4 +-
 block/bfq-iosched.c                     |   2 +-
 block/bio.c                             | 174 +++++++++-----------------------
 block/blk-cgroup.c                      | 123 +++++++---------------
 block/blk-core.c                        |   4 +-
 block/blk-iolatency.c                   |  26 ++++-
 block/blk-merge.c                       |  46 +++++++--
 block/blk-sysfs.c                       |   2 -
 block/blk-throttle.c                    |  13 ++-
 block/bounce.c                          |   4 +-
 block/cfq-iosched.c                     |   4 +-
 drivers/block/brd.c                     |  16 ++-
 drivers/block/loop.c                    |   5 +-
 drivers/block/mtip32xx/mtip32xx.c       |   4 +-
 drivers/md/raid0.c                      |   2 +-
 drivers/nvme/host/fc.c                  |   2 +-
 drivers/nvme/host/pci.c                 |   5 +-
 fs/buffer.c                             |  10 +-
 fs/ext4/page-io.c                       |   2 +-
 include/linux/bio.h                     |  26 ++---
 include/linux/blk-cgroup.h              | 145 +++++++++-----------------
 include/linux/blk_types.h               |   1 +
 include/linux/cgroup.h                  |   2 -
 include/linux/writeback.h               |   5 +-
 kernel/cgroup/cgroup.c                  |  48 ++-------
 kernel/trace/blktrace.c                 |   4 +-
 mm/page_io.c                            |   2 +-
 28 files changed, 265 insertions(+), 424 deletions(-)

-- 
Jens Axboe

             reply	other threads:[~2018-11-02 17:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-02 17:08 Jens Axboe [this message]
2018-11-02 18:27 ` [GIT PULL] Final block merge window changes/fixes Linus Torvalds

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=dc6c712a-57c4-81cd-0d6e-072973bb52ce@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