From: Yu Kuai <yukuai3@xxxxxxxxxx> Changes in v2: - remove patch to support lockless bitmap; Changes in v3: - add patch 4; Changes in v4: - add patch 4 to change behaviour if user doesn't set bitmap; - add commit message about external metadata for patch 3; Yu Kuai (5): tests/04update-uuid: remove bitmap file test tests/05r1-re-add-nosuper: remove bitmap file test Manage: forbid re-add to the array without metadata mdadm: ask user if bitmap is not set mdadm: remove bitmap file support Assemble.c | 33 +------------- Build.c | 35 +-------------- Create.c | 48 ++------------------ Grow.c | 94 +++++---------------------------------- Incremental.c | 37 +-------------- Manage.c | 12 +++++ bitmap.c | 44 +++++++++--------- config.c | 17 ++++--- mdadm.c | 87 ++++++++++++++++++------------------ mdadm.h | 18 +++++--- tests/04update-uuid | 34 -------------- tests/05r1-re-add-nosuper | 32 +++---------- 12 files changed, 126 insertions(+), 365 deletions(-) -- 2.39.2