public inbox for linux-raid@vger.kernel.org
 help / color / mirror / Atom feed
From: <linan122@huawei.com>
To: <corbet@lwn.net>, <song@kernel.org>, <yukuai3@huawei.com>,
	<linan122@huawei.com>, <xni@redhat.com>, <hare@suse.de>
Cc: <linux-doc@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-raid@vger.kernel.org>, <martin.petersen@oracle.com>,
	<linan666@huaweicloud.com>, <yangerkun@huawei.com>,
	<yi.zhang@huawei.com>
Subject: [PATCH -next v7 0/4] make logical block size configurable
Date: Wed, 15 Oct 2025 16:03:50 +0800	[thread overview]
Message-ID: <20251015080354.3398457-1-linan122@huawei.com> (raw)

From: Li Nan <linan122@huawei.com>

v7:
 - Add three prerequisite patch to fix some config lbs related issues
 - Update sb when lbs configuration is done
 - This feature should support raid0, update documentation accordingly

Li Nan (4):
  md: delete md_redundancy_group when array is becoming inactive
  md: init bioset in mddev_init
  md/raid0: Move queue limit setup before r0conf initialization
  md: allow configuring logical block size

 Documentation/admin-guide/md.rst |   7 ++
 drivers/md/md.h                  |   1 +
 include/uapi/linux/raid/md_p.h   |   3 +-
 drivers/md/md-linear.c           |   1 +
 drivers/md/md.c                  | 154 +++++++++++++++++++++++--------
 drivers/md/raid0.c               |  14 +--
 drivers/md/raid1.c               |   1 +
 drivers/md/raid10.c              |   1 +
 drivers/md/raid5.c               |   1 +
 9 files changed, 140 insertions(+), 43 deletions(-)

-- 
2.39.2


             reply	other threads:[~2025-10-15  8:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-15  8:03 linan122 [this message]
2025-10-15  8:03 ` [PATCH -next v7 1/4] md: delete md_redundancy_group when array is becoming inactive linan122
2025-10-15  8:03 ` [PATCH -next v7 2/4] md: init bioset in mddev_init linan122
2025-10-15  8:03 ` [PATCH -next v7 3/4] md/raid0: Move queue limit setup before r0conf initialization linan122
2025-10-15  8:03 ` [PATCH -next v7 4/4] md: allow configuring logical block size linan122

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251015080354.3398457-1-linan122@huawei.com \
    --to=linan122@huawei.com \
    --cc=corbet@lwn.net \
    --cc=hare@suse.de \
    --cc=linan666@huaweicloud.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=song@kernel.org \
    --cc=xni@redhat.com \
    --cc=yangerkun@huawei.com \
    --cc=yi.zhang@huawei.com \
    --cc=yukuai3@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox