All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6.13 0/5] md/md-bitmap: move bitmap_{start, end}write to md upper layer
@ 2025-01-27  8:49 Yu Kuai
  2025-01-27  8:49 ` [PATCH 6.13 1/5] md/md-bitmap: factor behind write counters out from bitmap_{start/end}write() Yu Kuai
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Yu Kuai @ 2025-01-27  8:49 UTC (permalink / raw)
  To: stable, gregkh, song, yukuai3
  Cc: linux-raid, linux-kernel, yukuai1, yi.zhang, yangerkun

This set fix reported problem:

https://lore.kernel.org/all/CAJpMwyjmHQLvm6zg1cmQErttNNQPDAAXPKM3xgTjMhbfts986Q@mail.gmail.com/
https://lore.kernel.org/all/ADF7D720-5764-4AF3-B68E-1845988737AA@flyingcircus.io/

See details in patch 5.

Yu Kuai (5):
  md/md-bitmap: factor behind write counters out from
    bitmap_{start/end}write()
  md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()
  md: add a new callback pers->bitmap_sector()
  md/raid5: implement pers->bitmap_sector()
  md/md-bitmap: move bitmap_{start, end}write to md upper layer

 drivers/md/md-bitmap.c   |  74 ++++++++++++++++----------
 drivers/md/md-bitmap.h   |   7 ++-
 drivers/md/md.c          |  29 ++++++++++
 drivers/md/md.h          |   5 ++
 drivers/md/raid1.c       |  34 +++---------
 drivers/md/raid1.h       |   1 -
 drivers/md/raid10.c      |  26 +--------
 drivers/md/raid10.h      |   1 -
 drivers/md/raid5-cache.c |   4 --
 drivers/md/raid5.c       | 111 ++++++++++++++++++++-------------------
 drivers/md/raid5.h       |   4 --
 11 files changed, 149 insertions(+), 147 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2025-02-06  1:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-27  8:49 [PATCH 6.13 0/5] md/md-bitmap: move bitmap_{start, end}write to md upper layer Yu Kuai
2025-01-27  8:49 ` [PATCH 6.13 1/5] md/md-bitmap: factor behind write counters out from bitmap_{start/end}write() Yu Kuai
2025-01-27 11:25   ` Sasha Levin
2025-01-27  8:49 ` [PATCH 6.13 2/5] md/md-bitmap: remove the last parameter for bimtap_ops->endwrite() Yu Kuai
2025-01-27  8:49 ` [PATCH 6.13 3/5] md: add a new callback pers->bitmap_sector() Yu Kuai
2025-01-27  8:49 ` [PATCH 6.13 4/5] md/raid5: implement pers->bitmap_sector() Yu Kuai
2025-01-27  8:49 ` [PATCH 6.13 5/5] md/md-bitmap: move bitmap_{start, end}write to md upper layer Yu Kuai
2025-01-27  9:11 ` [PATCH 6.13 0/5] " Greg KH
2025-01-27 12:45   ` Greg KH
2025-02-06  1:46     ` Yu Kuai

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.