mbox series

[GIT,PULL] md-6.13 20241105

Message ID 0894D5D0-A8ED-434E-B9FD-60B41C798B65@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-6.13 20241105 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-6.13-20241105

Message

Song Liu Nov. 6, 2024, 6:51 a.m. UTC
Hi Jens, 

Please consider pulling the following changes for md-6.13 on top of your
for-6.13/block branch. Changes in this set are:

1. Enhance handling of faulty and blocked devices, by Yu Kuai.
2. raid5-ppl atomic improvement, by Uros Bizjak.
3. md-bitmap fix, by Yuan Can.


The following changes since commit 2a8f6153e1c2db06a537a5c9d61102eb591776f1:

  block: pre-calculate max_zone_append_sectors (2024-11-04 10:34:07 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-6.13-20241105

for you to fetch changes up to 6012169e8aae9c0eda38bbedcd7a1540a81220ae:

  md/md-bitmap: Add missing destroy_work_on_stack() (2024-11-05 21:06:51 -0800)

----------------------------------------------------------------
Uros Bizjak (1):
      md/raid5-ppl: Use atomic64_inc_return() in ppl_new_iounit()

Yu Kuai (7):
      md: add a new helper rdev_blocked()
      md: don't wait faulty rdev in md_wait_for_blocked_rdev()
      md: don't record new badblocks for faulty rdev
      md/raid1: factor out helper to handle blocked rdev from raid1_write_request()
      md/raid1: don't wait for Faulty rdev in wait_blocked_rdev()
      md/raid10: don't wait for Faulty rdev in wait_blocked_rdev()
      md/raid5: don't set Faulty rdev for blocked_rdev

Yuan Can (1):
      md/md-bitmap: Add missing destroy_work_on_stack()

 drivers/md/md-bitmap.c |  1 +
 drivers/md/md.c        | 15 ++++++++++++---
 drivers/md/md.h        | 24 ++++++++++++++++++++++++
 drivers/md/raid1.c     | 75 +++++++++++++++++++++++++++++++++++++++------------------------------------
 drivers/md/raid10.c    | 40 ++++++++++++++++++----------------------
 drivers/md/raid5-ppl.c |  2 +-
 drivers/md/raid5.c     | 13 ++++++-------
 7 files changed, 101 insertions(+), 69 deletions(-)

Comments

Jens Axboe Nov. 6, 2024, 2:56 p.m. UTC | #1
On 11/5/24 11:51 PM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following changes for md-6.13 on top of your
> for-6.13/block branch. Changes in this set are:
> 
> 1. Enhance handling of faulty and blocked devices, by Yu Kuai.
> 2. raid5-ppl atomic improvement, by Uros Bizjak.
> 3. md-bitmap fix, by Yuan Can.

Pulled, thanks.