From: yukuai@kernel.org
To: song@kernel.org, yukuai3@huawei.com
Cc: linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org,
yi.zhang@hauwei.com, yangerkun@huawei.com,
Yu Kuai <yukuai@kernel.org>
Subject: [PATCH v2 md-6.14 0/5] md/md-bitmap: move bitmap_{start, end}write to md upper layer
Date: Wed, 18 Dec 2024 20:17:40 +0800 [thread overview]
Message-ID: <20241218121745.2459-1-yukuai@kernel.org> (raw)
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
next reply other threads:[~2024-12-18 12:18 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-18 12:17 yukuai [this message]
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 18:57 ` Song Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241218121745.2459-1-yukuai@kernel.org \
--to=yukuai@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=song@kernel.org \
--cc=yangerkun@huawei.com \
--cc=yi.zhang@hauwei.com \
--cc=yukuai3@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox