mbox series

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

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

Message

Yu Kuai Nov. 7, 2024, 1:02 p.m. UTC
From: Yu Kuai <yukuai3@huawei.com>

Changes in v3:
 - fix that wrong patch is removed from v2;

Yu Kuai (3):
  tests/04update-uuid: remove bitmap file test
  tests/05r1-re-add-nosuper: remove bitmap file test
  mdadm: remove bitmap file support

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