Yu Kuai ([email protected])

Number of posts: 1526 (2.25 per day)
First post: 2022-07-01 08:12:53
Last post: 2024-05-09 12:50:35

Date List Subject
2024-02-29 10:04:07 linux-kernel [PATCH md-6.9 v4 07/11] md/raid1: factor out read_first_rdev() from read_balance()
2024-02-29 10:03:48 linux-kernel [PATCH md-6.9 v4 00/11] md/raid1: refactor read_balance() and some minor fix
2024-02-29 10:03:33 linux-kernel [PATCH md-6.9 v4 03/11] md/raid1: record nonrot rdevs while adding/removing rdevs to conf
2024-02-29 02:14:32 linux-kernel Re: [PATCH v5 05/14] md: don't suspend the array for interrupted reshape
2024-02-29 02:12:13 linux-kernel Re: [PATCH md-6.9 v3 02/11] md/raid1: factor out helpers to add rdev to conf
2024-02-29 01:14:56 linux-kernel Re: [PATCH md-6.9 v3 00/11] md/raid1: refactor read_balance() and some minor fix
2024-02-28 12:44:33 linux-kernel Re: [PATCH v5 04/14] md: don't register sync_thread for reshape directly
2024-02-28 12:12:40 linux-kernel [PATCH md-6.9 v3 04/11] md/raid1: fix choose next idle in read_balance()
2024-02-28 12:08:43 linux-kernel [PATCH md-6.9 v3 01/11] md: add a new helper rdev_has_badblock()
2024-02-28 11:56:21 linux-kernel [PATCH md-6.9 v3 02/11] md/raid1: factor out helpers to add rdev to conf
2024-02-28 11:56:14 linux-kernel [PATCH md-6.9 v3 11/11] md/raid1: factor out helpers to choose the best rdev from read_balance()
2024-02-28 11:56:02 linux-kernel [PATCH md-6.9 v3 00/11] md/raid1: refactor read_balance() and some minor fix
2024-02-28 11:55:44 linux-kernel [PATCH md-6.9 v3 03/11] md/raid1: record nonrot rdevs while adding/removing rdevs to conf
2024-02-28 11:55:00 linux-kernel [PATCH md-6.9 v3 10/11] md/raid1: factor out the code to manage sequential IO
2024-02-28 11:54:47 linux-kernel [PATCH md-6.9 v3 06/11] md/raid1-10: factor out a new helper raid1_should_read_first()
2024-02-28 11:54:41 linux-kernel [PATCH md-6.9 v3 09/11] md/raid1: factor out choose_bb_rdev() from read_balance()
2024-02-28 11:54:24 linux-kernel [PATCH md-6.9 v3 08/11] md/raid1: factor out choose_slow_rdev() from read_balance()
2024-02-28 11:54:15 linux-kernel [PATCH md-6.9 v3 07/11] md/raid1: factor out read_first_rdev() from read_balance()
2024-02-28 11:54:11 linux-kernel [PATCH md-6.9 v3 05/11] md/raid1-10: add a helper raid1_check_read_range()
2024-02-28 02:40:34 linux-kernel Re: [PATCH md-6.9 v2 02/10] md/raid1: record nonrot rdevs while adding/removing rdevs to conf
2024-02-28 02:09:27 linux-kernel Re: [PATCH v5 00/14] dm-raid/md/raid: fix v6.7 regressions
2024-02-27 12:17:45 linux-kernel [PATCH md-6.9 v2 08/10] md/raid1: factor out choose_bb_rdev() from read_balance()
2024-02-27 12:16:44 linux-kernel [PATCH md-6.9 v2 02/10] md/raid1: record nonrot rdevs while adding/removing rdevs to conf
2024-02-27 12:12:05 linux-kernel [PATCH md-6.9 v2 10/10] md/raid1: factor out helpers to choose the best rdev from read_balance()
2024-02-27 12:12:03 linux-kernel [PATCH md-6.9 v2 05/10] md/raid1-10: factor out a new helper raid1_should_read_first()
2024-02-27 12:12:00 linux-kernel [PATCH md-6.9 v2 07/10] md/raid1: factor out choose_slow_rdev() from read_balance()
2024-02-27 12:11:52 linux-kernel [PATCH md-6.9 v2 09/10] md/raid1: factor out the code to manage sequential IO
2024-02-27 12:11:46 linux-kernel [PATCH md-6.9 v2 00/10] md/raid1: refactor read_balance() and some minor fix
2024-02-27 12:11:34 linux-kernel [PATCH md-6.9 v2 03/10] md/raid1: fix choose next idle in read_balance()
2024-02-27 12:11:11 linux-kernel [PATCH md-6.9 v2 06/10] md/raid1: factor out read_first_rdev() from read_balance()
2024-02-27 12:11:04 linux-kernel [PATCH md-6.9 v2 01/10] md: add a new helper rdev_has_badblock()
2024-02-27 12:10:11 linux-kernel [PATCH md-6.9 v2 04/10] md/raid1-10: add a helper raid1_check_read_range()
2024-02-27 02:38:29 linux-kernel Re: [PATCH md-6.9 03/10] md/raid1: fix choose next idle in read_balance()
2024-02-27 01:44:39 linux-kernel Re: [PATCH md-6.9 06/10] md/raid1: factor out read_first_rdev() from read_balance()
2024-02-27 01:07:03 linux-kernel Re: [PATCH md-6.9 06/10] md/raid1: factor out read_first_rdev() from read_balance()
2024-02-26 13:25:36 linux-kernel Re: [PATCH md-6.9 02/10] md: record nonrot rdevs while adding/removing rdevs to conf
2024-02-26 10:04:26 linux-kernel Re: [PATCH md-6.9 03/10] md/raid1: fix choose next idle in read_balance()
2024-02-26 09:47:24 linux-kernel Re: [PATCH md-6.9 03/10] md/raid1: fix choose next idle in read_balance()
2024-02-22 09:31:20 linux-kernel Re: [PATCH] block: add put_device() call when device_add() fails in device_add_disk()
2024-02-22 09:15:08 linux-kernel Re: [PATCH md-6.9 00/10] md/raid1: refactor read_balance() and some minor fix
2024-02-22 09:01:22 linux-kernel Re: [PATCH v5 00/14] dm-raid/md/raid: fix v6.7 regressions
2024-02-22 08:15:25 linux-kernel [PATCH md-6.9 02/10] md: record nonrot rdevs while adding/removing rdevs to conf
2024-02-22 08:10:50 linux-kernel [PATCH md-6.9 03/10] md/raid1: fix choose next idle in read_balance()
2024-02-22 08:10:38 linux-kernel [PATCH md-6.9 06/10] md/raid1: factor out read_first_rdev() from read_balance()
2024-02-22 08:06:35 linux-kernel [PATCH md-6.9 10/10] md/raid1: factor out helpers to choose the best rdev from read_balance()
2024-02-22 08:06:08 linux-kernel [PATCH md-6.9 08/10] md/raid1: factor out choose_bb_rdev() from read_balance()
2024-02-22 08:06:02 linux-kernel [PATCH md-6.9 09/10] md/raid1: factor out the code to manage sequential IO
2024-02-22 08:05:58 linux-kernel [PATCH md-6.9 05/10] md/raid1-10: factor out a new helper raid1_should_read_first()
2024-02-22 08:05:37 linux-kernel [PATCH md-6.9 01/10] md: add a new helper rdev_has_badblock()
2024-02-22 08:04:54 linux-kernel [PATCH md-6.9 00/10] md/raid1: refactor read_balance() and some minor fix
2024-02-22 08:04:22 linux-kernel [PATCH md-6.9 07/10] md/raid1: factor out choose_slow_rdev() from read_balance()