[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <58F4D954-1EC2-4E79-BE7C-3CB84F31CF49@suse.de>
Date: Thu, 2 Jan 2025 23:28:48 +0800
From: Coly Li <colyli@...e.de>
To: Yu Kuai <yukuai1@...weicloud.com>
Cc: song@...nel.org,
yukuai3@...wei.com,
thetanix@...il.com,
linux-kernel@...r.kernel.org,
linux-raid@...r.kernel.org,
yi.zhang@...wei.com,
yangerkun@...wei.com
Subject: Re: [PATCH RFC md-6.14] md: reintroduce md-linear
> 2025年1月2日 19:28,Yu Kuai <yukuai1@...weicloud.com> 写道:
>
> From: Yu Kuai <yukuai3@...wei.com>
>
> THe md-linear is removed by commit 849d18e27be9 ("md: Remove deprecated
> CONFIG_MD_LINEAR") because it has been marked as deprecated for a long
> time.
>
> However, md-linear is used widely for underlying disks with different size,
> sadly we didn't know this until now, and it's true useful to create
> partitions and assemble multiple raid and then append one to the other.
>
> People have to use dm-linear in this case now, however, they will prefer
> to minimize the number of involved modules.
>
> Signed-off-by: Yu Kuai <yukuai3@...wei.com>
Acked-by: Coly Li <colyli@...nel.org>
I am fully supportive to bring md-linear back. There are still many people/company/products using md-linear, just like the discussion in another thread.
Thanks for doing this.
Coly Li
> ---
> drivers/md/Kconfig | 13 ++
> drivers/md/Makefile | 2 +
> drivers/md/md-autodetect.c | 8 +-
> drivers/md/md-linear.c | 354 +++++++++++++++++++++++++++++++++
> drivers/md/md.c | 2 +-
> include/uapi/linux/raid/md_p.h | 2 +-
> include/uapi/linux/raid/md_u.h | 2 +
> 7 files changed, 379 insertions(+), 4 deletions(-)
> create mode 100644 drivers/md/md-linear.c
>
[snipped]
> 2.39.2
>
Powered by blists - more mailing lists