mbox series

[GIT,PULL] Block fixes for 5.12-rc5

Message ID e5bb408c-534d-4255-8a97-e525e686c596@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.12-rc5 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.12-2021-03-27

Message

Jens Axboe March 28, 2021, 1:04 a.m. UTC
Hi Linus,

- Fix regression from this merge window with the xarray partition
  change, which allowed partition counts that overflow the u8 that holds
  the partition number (Ming)

- Fix zone append warning (Johannes)

- Segmentation count fix for multipage bvecs (David)

- Partition scan fix (Chris)

Please pull!


The following changes since commit d38b4d289486daee01c1fdf056b46b7cdfe72e9e:

  Merge tag 'nvme-5.12-20210319' of git://git.infradead.org/nvme into block-5.12 (2021-03-19 06:40:47 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.12-2021-03-27

for you to fetch changes up to e82fc7855749aa197740a60ef22c492c41ea5d5f:

  block: don't create too many partitions (2021-03-27 09:22:18 -0600)

----------------------------------------------------------------
block-5.12-2021-03-27

----------------------------------------------------------------
Chris Chiu (1):
      block: clear GD_NEED_PART_SCAN later in bdev_disk_changed

David Jeffery (1):
      block: recalculate segment count for multi-segment discards correctly

Johannes Thumshirn (1):
      block: support zone append bvecs

Ming Lei (1):
      block: don't create too many partitions

 block/bio.c             | 21 ++++++++++++++++++---
 block/blk-merge.c       |  8 ++++++++
 block/partitions/core.c |  7 +++++++
 fs/block_dev.c          |  4 ++--
 4 files changed, 35 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org March 28, 2021, 7:11 p.m. UTC | #1
The pull request you sent on Sat, 27 Mar 2021 19:04:37 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.12-2021-03-27

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

Thank you!