mbox series

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

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

Message

Yu Kuai Nov. 7, 2024, 12:58 p.m. UTC
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(-)

Comments

Yu Kuai Nov. 7, 2024, 1:04 p.m. UTC | #1
在 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(-)
>