All of lore.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] Block fixes for 5.11-rc1
Date: Wed, 23 Dec 2020 22:08:03 -0700	[thread overview]
Message-ID: <151f83d5-5ba0-fb66-d455-16e987bca00a@kernel.dk> (raw)

Hi Linus,

A few stragglers in here, but mostly just straight fixes. In particular:

- Set of rnbd fixes for issues around changes for the merge window
  (Gioh, Jack, Md Haris Iqbal)

- iocost tracepoint addition (Baolin)

- Copyright/maintainers update (Christoph)

- Remove old blk-mq fast path CPU warning (Daniel)

- loop max_part fix (Josh)

- Remote IPI threaded IRQ fix (Sebastian)

- dasd stable fixes (Stefan)

- bcache merge window fixup and style fixup (Yi, Zheng)

Please pull!


The following changes since commit 009bd55dfcc857d8b00a5bbb17a8db060317af6f:

  Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2020-12-16 13:42:26 -0800)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.11-2020-12-23

for you to fetch changes up to 46926127d76359b46659c556df7b4aa1b6325d90:

  md/bcache: convert comma to semicolon (2020-12-23 09:25:15 -0700)

----------------------------------------------------------------
block-5.11-2020-12-23

----------------------------------------------------------------
Baolin Wang (1):
      blk-iocost: Add iocg idle state tracepoint

Christoph Hellwig (3):
      MAINTAINERS: add fs/block_dev.c to the block section
      block: remove a pointless self-reference in block_dev.c
      block: update some copyrights

Daniel Wagner (1):
      blk-mq: Remove 'running from the wrong CPU' warning

Gioh Kim (3):
      block/rnbd: Set write-back cache and fua same to the target device
      block/rnbd-clt: Dynamically allocate sglist for rnbd_iu
      block/rnbd-clt: Does not request pdu to rtrs-clt

Jack Wang (2):
      block/rnbd-clt: Fix possible memleak
      block/rnbd: Fix typos

Josh Triplett (1):
      nbd: Respect max_part for all partition scans

Md Haris Iqbal (2):
      block/rnbd-clt: Get rid of warning regarding size argument in strlcpy
      block/rnbd-srv: Protect dev session sysfs removal

Sebastian Andrzej Siewior (1):
      blk-mq: Don't complete on a remote CPU in force threaded mode

Stefan Haberland (4):
      s390/dasd: fix hanging device offline processing
      s390/dasd: prevent inconsistent LCU device data
      s390/dasd: fix list corruption of pavgroup group list
      s390/dasd: fix list corruption of lcu list

Yi Li (1):
      bcache:remove a superfluous check in register_bcache

Zheng Yongjun (1):
      md/bcache: convert comma to semicolon

 MAINTAINERS                            |  1 +
 block/blk-iocost.c                     |  3 ++
 block/blk-mq.c                         | 33 +++---------
 block/genhd.c                          |  2 +
 block/partitions/core.c                |  1 +
 drivers/block/nbd.c                    |  9 ++--
 drivers/block/rnbd/rnbd-clt-sysfs.c    |  5 +-
 drivers/block/rnbd/rnbd-clt.c          | 94 ++++++++++++++++++++--------------
 drivers/block/rnbd/rnbd-clt.h          | 12 ++++-
 drivers/block/rnbd/rnbd-proto.h        |  9 +++-
 drivers/block/rnbd/rnbd-srv.c          | 12 +++--
 drivers/infiniband/ulp/rtrs/rtrs-clt.c |  6 ---
 drivers/infiniband/ulp/rtrs/rtrs.h     |  7 ---
 drivers/md/bcache/super.c              |  2 -
 drivers/md/bcache/sysfs.c              |  2 +-
 drivers/s390/block/dasd_alias.c        | 22 +++++++-
 fs/block_dev.c                         |  3 +-
 include/trace/events/iocost.h          | 16 +++++-
 18 files changed, 145 insertions(+), 94 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2020-12-24  5:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-24  5:08 Jens Axboe [this message]
2020-12-24 21:59 ` [GIT PULL] Block fixes for 5.11-rc1 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=151f83d5-5ba0-fb66-d455-16e987bca00a@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 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.