Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md...
authorJens Axboe <axboe@kernel.dk>
Fri, 9 Oct 2020 15:03:20 +0000 (09:03 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 9 Oct 2020 15:03:20 +0000 (09:03 -0600)
commit79cd16681acccffcf5521f6e3d8c7c50aaffca0a
treebe08c89fee4339b207e5905a5ba3c3cd238b89b1
parentb6bf0830a808498146903e0e1f407a1eba95019a
parentb44c018cdf748b96b676ba09fdbc5b34fc443ada
Merge branch 'md-next' of https://git./linux/kernel/git/song/md into for-5.10/drivers

Pull MD updates from Song:

"The main changes are:
 - Bug fixes in bitmap code, from Zhao Heming.
 - Fix a work queue check, from Guoqing Jiang.
 - Fix raid5 oops with reshape, from Song Liu.
 - Clean up unused code, from Jason Yan."

* 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md:
  md/raid5: fix oops during stripe resizing
  md/bitmap: fix memory leak of temporary bitmap
  md: fix the checking of wrong work queue
  md/bitmap: md_bitmap_get_counter returns wrong blocks
  md/bitmap: md_bitmap_read_sb uses wrong bitmap blocks
  md/raid0: remove unused function is_io_in_chunk_boundary()