Message ID | 20241107125839.310633-1-yukuai1@huaweicloud.com (mailing list archive) |
---|---|
Headers | show |
Series | mdadm: remove bitmap file support | expand |
在 2024/11/07 20:58, Yu Kuai 写道: > From: Yu Kuai <yukuai3@huawei.com> > > Changes in v2: > - remove patch 4; > > Yu Kuai (3): > tests/05r1-re-add-nosuper: remove bitmap file test > mdadm: remove bitmap file support > mdadm: add support for new lockless bitmap Dame, I wanted to remove patch 4, but actually, patch 1 was removed. :( My bad. My apologize for the noise. Kuai > > Assemble.c | 33 +------------- > Build.c | 35 +-------------- > Create.c | 42 ++++------------- > Grow.c | 95 +++++---------------------------------- > Incremental.c | 37 +-------------- > bitmap.c | 44 +++++++++--------- > bitmap.h | 1 + > config.c | 17 ++++--- > mdadm.c | 83 ++++++++++++++++------------------ > mdadm.h | 19 +++++--- > tests/05r1-re-add-nosuper | 5 +-- > 11 files changed, 113 insertions(+), 298 deletions(-) >
From: Yu Kuai <yukuai3@huawei.com> Changes in v2: - remove patch 4; Yu Kuai (3): 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 | 42 ++++------------- Grow.c | 95 +++++---------------------------------- Incremental.c | 37 +-------------- bitmap.c | 44 +++++++++--------- bitmap.h | 1 + config.c | 17 ++++--- mdadm.c | 83 ++++++++++++++++------------------ mdadm.h | 19 +++++--- tests/05r1-re-add-nosuper | 5 +-- 11 files changed, 113 insertions(+), 298 deletions(-)