All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] bugfix of logical_block_size and make it configurable
@ 2025-03-04 12:19 linan666
  2025-03-04 12:19 ` [PATCH 1/4] block: factor out a helper to set logical/physical block size linan666
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: linan666 @ 2025-03-04 12:19 UTC (permalink / raw)
  To: axboe, song, yukuai3, hare, martin.petersen
  Cc: linux-block, linux-kernel, linux-raid, linan666, yangerkun,
	zhangxiaoxu5, wanghai38

From: Li Nan <linan122@huawei.com>

Li Nan (4):
  block: factor out a helper to set logical/physical block size
  md: make raid logical_block_size configurable
  md: prevent adding disks with larger logical_block_size to active
    arrays
  md: Fix the return value of mddev_stack_new_rdev

 drivers/md/md.h                |  1 +
 include/linux/blkdev.h         |  2 +
 include/uapi/linux/raid/md_p.h |  6 ++-
 block/blk-settings.c           | 85 +++++++++++++++++++---------------
 drivers/md/md-linear.c         |  1 +
 drivers/md/md.c                | 83 ++++++++++++++++++++++++++++++++-
 drivers/md/raid0.c             |  1 +
 drivers/md/raid1.c             |  1 +
 drivers/md/raid10.c            |  1 +
 drivers/md/raid5.c             |  1 +
 10 files changed, 142 insertions(+), 40 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2025-04-07 14:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-04 12:19 [PATCH 0/4] bugfix of logical_block_size and make it configurable linan666
2025-03-04 12:19 ` [PATCH 1/4] block: factor out a helper to set logical/physical block size linan666
2025-03-04 14:32   ` Bart Van Assche
2025-04-07 11:25     ` Li Nan
2025-04-07 14:52   ` Christoph Hellwig
2025-03-04 12:19 ` [PATCH 2/4] md: make raid logical_block_size configurable linan666
2025-03-04 12:19 ` [PATCH 3/4] md: prevent adding disks with larger logical_block_size to active arrays linan666
2025-03-04 12:19 ` [PATCH 4/4] md: Fix the return value of mddev_stack_new_rdev linan666

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.