mbox series

[v3,0/4] mdadm: remove bitmap file support

Message ID 20241120064637.3657385-1-yukuai1@huaweicloud.com (mailing list archive)
Headers show
Series mdadm: remove bitmap file support | expand

Message

Yu Kuai Nov. 20, 2024, 6:46 a.m. UTC
From: Yu Kuai <yukuai3@huawei.com>

Changes in v2:
 - remove patch to support lockless bitmap;

Changes in v3:
 - add patch 4;

Yu Kuai (4):
  tests/04update-uuid: remove bitmap file test
  tests/05r1-re-add-nosuper: remove bitmap file test
  mdadm: remove bitmap file support
  Manage: forbid re-add to the array without metadata

 Assemble.c                | 33 +-------------
 Build.c                   | 35 +--------------
 Create.c                  | 39 +++-------------
 Grow.c                    | 94 +++++----------------------------------
 Incremental.c             | 37 +--------------
 Manage.c                  | 12 +++++
 bitmap.c                  | 44 +++++++++---------
 config.c                  | 17 ++++---
 mdadm.c                   | 76 +++++++++++++------------------
 mdadm.h                   | 18 +++++---
 tests/04update-uuid       | 34 --------------
 tests/05r1-re-add-nosuper | 32 +++----------
 12 files changed, 117 insertions(+), 354 deletions(-)