public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 md-6.14 0/5] md/md-bitmap: move bitmap_{start, end}write to md upper layer
@ 2024-12-18 12:17 yukuai
  2024-12-18 12:17 ` [PATCH v2 md-6.14 1/5] md/md-bitmap: factor behind write counters out from bitmap_{start/end}write() yukuai
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: yukuai @ 2024-12-18 12:17 UTC (permalink / raw)
  To: song, yukuai3; +Cc: linux-raid, linux-kernel, yi.zhang, yangerkun, Yu Kuai

From: Yu Kuai <yukuai@kernel.org>

Changes in v2:
 - add review tag for patch 1 and 3;
 - update commit message for 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       | 11 +++---
 drivers/md/raid10.c      |  6 ----
 drivers/md/raid5-cache.c |  4 ---
 drivers/md/raid5.c       | 48 ++++++++++++--------------
 8 files changed, 109 insertions(+), 75 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH v2 md-6.14 0/5] md/md-bitmap: move bitmap_{start, end}write to md upper layer
@ 2025-01-09  1:51 Yu Kuai
  2025-01-09  1:51 ` [PATCH v2 md-6.14 1/5] md/md-bitmap: factor behind write counters out from bitmap_{start/end}write() Yu Kuai
  0 siblings, 1 reply; 14+ messages in thread
From: Yu Kuai @ 2025-01-09  1:51 UTC (permalink / raw)
  To: song, xni, yukuai3; +Cc: linux-raid, linux-kernel, yukuai1, yi.zhang, yangerkun

From: Yu Kuai <yukuai3@huawei.com>

Changes in v2:
 - add commit message in patch 2;
 - also remove unsed flags in patch 2;
 - handle rehspae in patch 4;

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       | 205 ++++++++++++++++++++-------------------
 drivers/md/raid5.h       |   4 -
 11 files changed, 196 insertions(+), 194 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2025-01-09  1:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-18 12:17 [PATCH v2 md-6.14 0/5] md/md-bitmap: move bitmap_{start, end}write to md upper layer yukuai
2024-12-18 12:17 ` [PATCH v2 md-6.14 1/5] md/md-bitmap: factor behind write counters out from bitmap_{start/end}write() yukuai
2024-12-18 12:17 ` [PATCH v2 md-6.14 2/5] md/md-bitmap: remove the last parameter for bimtap_ops->endwrite() yukuai
2024-12-23  7:31   ` Xiao Ni
2024-12-23  7:50     ` Yu Kuai
2024-12-30  5:01       ` Xiao Ni
2025-01-02  1:17         ` Yu Kuai
2024-12-18 12:17 ` [PATCH v2 md-6.14 3/5] md: add a new callback pers->bitmap_sector() yukuai
2024-12-18 12:17 ` [PATCH v2 md-6.14 4/5] md/raid5: implement pers->bitmap_sector() yukuai
2025-01-01  5:36   ` Xiao Ni
2025-01-02  1:21     ` Yu Kuai
2024-12-18 12:17 ` [PATCH v2 md-6.14 5/5] md/md-bitmap: move bitmap_{start, end}write to md upper layer yukuai
2025-01-02  4:36   ` Xiao Ni
  -- strict thread matches above, loose matches on Subject: below --
2025-01-09  1:51 [PATCH v2 md-6.14 0/5] " Yu Kuai
2025-01-09  1:51 ` [PATCH v2 md-6.14 1/5] md/md-bitmap: factor behind write counters out from bitmap_{start/end}write() Yu Kuai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox