mbox series

[mdadm/master,v2,0/4] remove bitmap file support and reserve major number for lockless bitmap

Message ID 20241107081347.1947132-1-yukuai1@huaweicloud.com (mailing list archive)
Headers show
Series remove bitmap file support and reserve major number for lockless bitmap | expand

Message

Yu Kuai Nov. 7, 2024, 8:13 a.m. UTC
From: Yu Kuai <yukuai3@huawei.com>

Yu Kuai (4):
  tests/04update-uuid: remove bitmap file test
  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                  | 40 ++++-------------
 Grow.c                    | 95 +++++----------------------------------
 Incremental.c             | 37 +--------------
 bitmap.c                  | 44 +++++++++---------
 bitmap.h                  |  1 +
 config.c                  | 17 ++++---
 mdadm.c                   | 83 ++++++++++++++++------------------
 mdadm.h                   | 19 +++++---
 tests/04update-uuid       | 34 --------------
 tests/05r1-re-add-nosuper |  5 +--
 12 files changed, 112 insertions(+), 331 deletions(-)

Comments

Yu Kuai Nov. 7, 2024, 8:19 a.m. UTC | #1
Hi, all!

the title "mdadm/master v2" is used in downstream, and I forgot to
remove it, please ignore it and this is the fist version of the set.

Thanks,
Kuai

在 2024/11/07 16:13, Yu Kuai 写道:
> From: Yu Kuai <yukuai3@huawei.com>
> 
> Yu Kuai (4):
>    tests/04update-uuid: remove bitmap file test
>    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                  | 40 ++++-------------
>   Grow.c                    | 95 +++++----------------------------------
>   Incremental.c             | 37 +--------------
>   bitmap.c                  | 44 +++++++++---------
>   bitmap.h                  |  1 +
>   config.c                  | 17 ++++---
>   mdadm.c                   | 83 ++++++++++++++++------------------
>   mdadm.h                   | 19 +++++---
>   tests/04update-uuid       | 34 --------------
>   tests/05r1-re-add-nosuper |  5 +--
>   12 files changed, 112 insertions(+), 331 deletions(-)
>