Message ID | 20241107081347.1947132-1-yukuai1@huaweicloud.com (mailing list archive) |
---|---|
Headers | show |
Series | remove bitmap file support and reserve major number for lockless bitmap | expand |
Hi, all! the title "mdadm/master v2" is used in downstream, and I forgot to remove it, please ignore it and this is the fist version of the set. Thanks, Kuai 在 2024/11/07 16:13, Yu Kuai 写道: > From: Yu Kuai <yukuai3@huawei.com> > > Yu Kuai (4): > tests/04update-uuid: remove bitmap file test > tests/05r1-re-add-nosuper: remove bitmap file test > mdadm: remove bitmap file support > mdadm: add support for new lockless bitmap > > Assemble.c | 33 +------------- > Build.c | 35 +-------------- > Create.c | 40 ++++------------- > Grow.c | 95 +++++---------------------------------- > Incremental.c | 37 +-------------- > bitmap.c | 44 +++++++++--------- > bitmap.h | 1 + > config.c | 17 ++++--- > mdadm.c | 83 ++++++++++++++++------------------ > mdadm.h | 19 +++++--- > tests/04update-uuid | 34 -------------- > tests/05r1-re-add-nosuper | 5 +-- > 12 files changed, 112 insertions(+), 331 deletions(-) >
From: Yu Kuai <yukuai3@huawei.com> Yu Kuai (4): tests/04update-uuid: remove bitmap file test tests/05r1-re-add-nosuper: remove bitmap file test mdadm: remove bitmap file support mdadm: add support for new lockless bitmap Assemble.c | 33 +------------- Build.c | 35 +-------------- Create.c | 40 ++++------------- Grow.c | 95 +++++---------------------------------- Incremental.c | 37 +-------------- bitmap.c | 44 +++++++++--------- bitmap.h | 1 + config.c | 17 ++++--- mdadm.c | 83 ++++++++++++++++------------------ mdadm.h | 19 +++++--- tests/04update-uuid | 34 -------------- tests/05r1-re-add-nosuper | 5 +-- 12 files changed, 112 insertions(+), 331 deletions(-)