All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Block fixes for 5.11-rc6
@ 2021-01-29 19:14 Jens Axboe
  2021-01-29 22:12 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2021-01-29 19:14 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Block fixes for 5.11-rc6
  2021-01-29 19:14 [GIT PULL] Block fixes for 5.11-rc6 Jens Axboe
@ 2021-01-29 22:12 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-01-29 22:12 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, linux-block

The pull request you sent on Fri, 29 Jan 2021 12:14:57 -0700:

> git://git.kernel.dk/linux-block.git tags/block-5.11-2021-01-29

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2ba1c4d1a4b5fb9961452286bdcad502b0c8b78a

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-29 22:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-29 19:14 [GIT PULL] Block fixes for 5.11-rc6 Jens Axboe
2021-01-29 22:12 ` pr-tracker-bot

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.