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-rc6
Date: Fri, 29 Jan 2021 12:14:57 -0700 [thread overview]
Message-ID: <eb91c072-f5e2-147d-792d-165b53406313@kernel.dk> (raw)
Hi Linus,
All over the place fixes for this release:
- blk-cgroup iteration teardown resched fix (Baolin)
- NVMe pull request from Christoph:
- add another Write Zeroes quirk (Chaitanya Kulkarni)
- handle a no path available corner case (Daniel Wagner)
- use the proper RCU aware list_add helper (Chao Leng)
- bcache regression fix (Coly)
- bdev->bd_size_lock IRQ fix. This will be fixed in drivers for 5.12,
but for now, we'll make it IRQ safe (Damien)
- null_blk zoned init fix (Damien)
- add_partition() error handling fix (Dinghao)
- s390 dasd kobject fix (Jan)
- nbd fix for freezing queue while adding connections (Josef)
- Tag queueing regression fix (Ming)
- Revert of a patch that inadvertently meant that we regressed write
performance on raid (Maxim)
Please pull!
The following changes since commit 97784481757fba7570121a70dd37ca74a29f50a8:
lightnvm: fix memory leak when submit fails (2021-01-21 05:45:51 -0700)
are available in the Git repository at:
git://git.kernel.dk/linux-block.git tags/block-5.11-2021-01-29
for you to fetch changes up to cd92cdb9c8bcfc27a8f28bcbf7c414a0ea79e5ec:
null_blk: cleanup zoned mode initialization (2021-01-29 07:49:22 -0700)
----------------------------------------------------------------
block-5.11-2021-01-29
----------------------------------------------------------------
Baolin Wang (1):
blk-cgroup: Use cond_resched() when destroy blkgs
Chaitanya Kulkarni (1):
nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a SPCC device
Chao Leng (1):
nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_head
Coly Li (1):
bcache: only check feature sets when sb->version >= BCACHE_SB_VERSION_CDEV_WITH_FEATURES
Damien Le Moal (2):
block: fix bd_size_lock use
null_blk: cleanup zoned mode initialization
Daniel Wagner (1):
nvme-multipath: Early exit if no path is available
Dinghao Liu (1):
block: Fix an error handling in add_partition
Jan Höppner (1):
s390/dasd: Fix inconsistent kobject removal
Jens Axboe (1):
Merge tag 'nvme-5.11-2021-01-28' of git://git.infradead.org/nvme into block-5.11
Josef Bacik (1):
nbd: freeze the queue while we're adding connections
Maxim Mikityanskiy (1):
Revert "block: simplify set_init_blocksize" to regain lost performance
Ming Lei (1):
blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queue
block/blk-cgroup.c | 18 +++++++++++++-----
block/blk-mq.h | 2 +-
block/genhd.c | 5 +++--
block/partitions/core.c | 8 +++++---
drivers/block/nbd.c | 8 ++++++++
drivers/block/null_blk/zoned.c | 16 +++++++++-------
drivers/md/bcache/features.h | 6 ++++++
drivers/nvme/host/core.c | 2 +-
drivers/nvme/host/multipath.c | 2 +-
drivers/nvme/host/pci.c | 2 ++
drivers/s390/block/dasd_devmap.c | 20 ++++++++++++++------
drivers/s390/block/dasd_eckd.c | 3 ++-
drivers/s390/block/dasd_int.h | 2 +-
fs/block_dev.c | 10 +++++++++-
14 files changed, 75 insertions(+), 29 deletions(-)
--
Jens Axboe
next reply other threads:[~2021-01-29 19:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-29 19:14 Jens Axboe [this message]
2021-01-29 22:12 ` [GIT PULL] Block fixes for 5.11-rc6 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=eb91c072-f5e2-147d-792d-165b53406313@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