[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251030062807.1515356-1-linan666@huaweicloud.com>
Date: Thu, 30 Oct 2025 14:28:03 +0800
From: linan666@...weicloud.com
To: corbet@....net,
song@...nel.org,
yukuai@...as.com,
linan122@...wei.com,
hare@...e.de,
xni@...hat.com
Cc: linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-raid@...r.kernel.org,
linan666@...weicloud.com,
yangerkun@...wei.com,
yi.zhang@...wei.com
Subject: [PATCH v8 0/4] make logical block size configurable
From: Li Nan <linan122@...wei.com>
v8:
- Path 2: remove unnecessary bioset_initialized() check.
- Path 3: remove the max(blksize, ...)
- Path 4: set MD_SB_CHANGE_DEVS instead of call md_update_sb().
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 | 150 +++++++++++++++++++++++--------
drivers/md/raid0.c | 17 ++--
drivers/md/raid1.c | 1 +
drivers/md/raid10.c | 1 +
drivers/md/raid5.c | 1 +
9 files changed, 136 insertions(+), 46 deletions(-)
--
2.39.2
Powered by blists - more mailing lists