]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'block-5.12-2021-03-27' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 28 Mar 2021 18:37:42 +0000 (11:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 28 Mar 2021 18:37:42 +0000 (11:37 -0700)
commit8a86da43686640a0dab8a0c6cb77ecfc0b51233c
tree4bcd2bbff793240cf2cedb28f869302ae2113a50
parent67eef179210b882c6e9f9487daed31e207f9ff15
parent12f9cc88b5f44980b0b830cfead43fd09e191955
Merge tag 'block-5.12-2021-03-27' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:

 - 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)

* tag 'block-5.12-2021-03-27' of git://git.kernel.dk/linux-block:
  block: don't create too many partitions
  block: support zone append bvecs
  block: recalculate segment count for multi-segment discards correctly
  block: clear GD_NEED_PART_SCAN later in bdev_disk_changed