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

linan666@huaweicloud.com posted 4 patches 1 month, 2 weeks 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                  | 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(-)
[PATCH v8 0/4] make logical block size configurable
Posted by linan666@huaweicloud.com 1 month, 2 weeks ago
From: Li Nan <linan122@huawei.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