linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Optimize r1conf->r1bio_pool
@ 2025-06-24  1:55 Wang Jinchao
  2025-06-24  1:55 ` [PATCH v3 1/2] md/raid1: change r1conf->r1bio_pool to a pointer type Wang Jinchao
  0 siblings, 1 reply; 6+ messages in thread
From: Wang Jinchao @ 2025-06-24  1:55 UTC (permalink / raw)
  To: Song Liu, Yu Kuai; +Cc: Wang Jinchao, linux-raid, linux-kernel

The r1conf->r1bio_pool field was previously a struct, 
which caused a bug after raid1_reshape.
These patch changes it to a pointer type 
and removes struct pool_info and related code.

Wang Jinchao (2):
  md/raid1: change r1conf->r1bio_pool to a pointer type
  md/raid1: remove struct pool_info and related code

 drivers/md/raid1.c | 84 +++++++++++++++++-----------------------------
 drivers/md/raid1.h | 22 +-----------
 2 files changed, 31 insertions(+), 75 deletions(-)
-- 
v1: Replace mempool_init() with mempool_create()
v2: Replace mempool_init() with mempool_create_kmalloc_pool()
v3: Fix checkpatch errors and a bug in calculating new_r1bio_size

The idea was proposed by Kuai, and I implemented it.
Thanks for the guidance and review.

-- 
2.43.0


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

end of thread, other threads:[~2025-06-30  3:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-24  1:55 [PATCH v3 0/2] Optimize r1conf->r1bio_pool Wang Jinchao
2025-06-24  1:55 ` [PATCH v3 1/2] md/raid1: change r1conf->r1bio_pool to a pointer type Wang Jinchao
2025-06-24  1:55   ` [PATCH v3 2/2] md/raid1: remove struct pool_info and related code Wang Jinchao
2025-06-28  3:18     ` Yu Kuai
2025-06-28  3:17   ` [PATCH v3 1/2] md/raid1: change r1conf->r1bio_pool to a pointer type Yu Kuai
2025-06-30  3:49     ` Wang Jinchao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).