[PATCH v7 0/4] make logical block size configurable

linan122@huawei.com posted 4 patches 3 months, 1 week ago
There is a newer version of this series
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(-)
[PATCH v7 0/4] make logical block size configurable
Posted by linan122@huawei.com 3 months, 1 week ago
From: Li Nan <linan122@huawei.com>

Resent to cc Kuai's new email.

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