All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] make logical_block_size configurable
@ 2025-07-19  8:31 linan666
  2025-07-19  8:31 ` [PATCH v2 1/3] md: prevent adding disks with larger logical_block_size to active arrays linan666
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: linan666 @ 2025-07-19  8:31 UTC (permalink / raw)
  To: song, yukuai3, martin.petersen, hare, axboe
  Cc: linux-raid, linux-kernel, bvanassche, hch, filipe.c.maia,
	linan666, yangerkun, yi.zhang

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-08-25  1:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-19  8:31 [PATCH v2 0/3] make logical_block_size configurable linan666
2025-07-19  8:31 ` [PATCH v2 1/3] md: prevent adding disks with larger logical_block_size to active arrays linan666
2025-07-31  5:01   ` Martin K. Petersen
2025-07-19  8:31 ` [PATCH v2 2/3] md: allow configuring logical_block_size linan666
2025-07-31  5:36   ` Martin K. Petersen
2025-07-31  7:02     ` Yu Kuai
2025-07-19  8:31 ` [PATCH v2 3/3] md: Fix the return value of mddev_stack_new_rdev linan666
2025-07-31  5:01   ` Martin K. Petersen
2025-08-25  1:26     ` Li Nan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.