[PATCH v2 0/3] make logical_block_size configurable

linan666@huaweicloud.com posted 3 patches 2 months, 2 weeks ago
There is a newer version of this series
drivers/md/md.h                |  1 +
include/uapi/linux/raid/md_p.h |  6 ++-
drivers/md/md-linear.c         |  1 +
drivers/md/md.c                | 74 +++++++++++++++++++++++++++++++++-
drivers/md/raid0.c             |  1 +
drivers/md/raid1.c             |  1 +
drivers/md/raid10.c            |  1 +
drivers/md/raid5.c             |  1 +
8 files changed, 83 insertions(+), 3 deletions(-)
[PATCH v2 0/3] make logical_block_size configurable
Posted by linan666@huaweicloud.com 2 months, 2 weeks ago
From: Li Nan <linan122@huawei.com>

v2: No new exported interfaces are introduced.

Li Nan (3):
  md: prevent adding disks with larger logical_block_size to active
    arrays
  md: allow configuring logical_block_size
  md: Fix the return value of mddev_stack_new_rdev

 drivers/md/md.h                |  1 +
 include/uapi/linux/raid/md_p.h |  6 ++-
 drivers/md/md-linear.c         |  1 +
 drivers/md/md.c                | 74 +++++++++++++++++++++++++++++++++-
 drivers/md/raid0.c             |  1 +
 drivers/md/raid1.c             |  1 +
 drivers/md/raid10.c            |  1 +
 drivers/md/raid5.c             |  1 +
 8 files changed, 83 insertions(+), 3 deletions(-)

-- 
2.39.2