Chengming Zhou ([email protected])

Number of posts: 452 (1.06 per day)
First post: 2023-04-12 16:20:46
Last post: 2024-06-14 12:09:43

Date List Subject
2023-07-07 10:06:47 linux-kernel [PATCH v3 2/4] blk-mq: use percpu csd to remote complete instead of per-rq csd
2023-07-07 09:52:18 linux-kernel [PATCH v3 3/4] blk-flush: count inflight flush_data requests
2023-07-07 09:48:01 linux-kernel [bug report] concurrent blk_mq_complete_request() when blktests nvme/040
2023-07-06 15:09:36 linux-kernel Re: [PATCH v2 1/4] blk-mq: use percpu csd to remote complete instead of per-rq csd
2023-07-06 14:47:08 linux-kernel Re: [PATCH v2 4/4] blk-mq: delete unused completion_data in struct request
2023-06-29 12:27:54 linux-kernel [PATCH v4 2/2] blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq
2023-06-29 12:27:22 linux-kernel [PATCH v4 1/2] blk-mq: move data->rq_flags initialization code
2023-06-29 12:20:35 linux-kernel [PATCH v4 0/2] blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq
2023-06-29 11:48:20 linux-kernel [PATCH v2 3/4] blk-flush: reuse rq queuelist in flush state machine
2023-06-29 11:33:08 linux-kernel [PATCH v2 1/4] blk-mq: use percpu csd to remote complete instead of per-rq csd
2023-06-29 11:32:29 linux-kernel [PATCH v2 0/4] blk-mq: optimize the size of struct request
2023-06-29 11:20:44 linux-kernel [PATCH v2 4/4] blk-mq: delete unused completion_data in struct request
2023-06-29 11:19:00 linux-kernel [PATCH v2 2/4] blk-flush: count inflight flush_data requests
2023-06-29 07:26:27 linux-kernel Re: [PATCH v3 3/3] blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq
2023-06-29 07:00:44 linux-kernel Re: [PATCH v3 2/3] blk-mq: ktime_get_ns() only once for batched requests init
2023-06-28 13:18:31 linux-kernel Re: [PATCH 2/4] blk-flush: count inflight flush_data requests
2023-06-28 13:15:04 linux-kernel [PATCH v3 2/3] blk-mq: ktime_get_ns() only once for batched requests init
2023-06-28 12:55:08 linux-kernel [PATCH v3 3/3] blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq
2023-06-28 12:55:00 linux-kernel [PATCH v3 0/3] blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq
2023-06-28 12:54:54 linux-kernel [PATCH v3 1/3] blk-mq: always use __blk_mq_alloc_requests() to alloc and init rq
2023-06-28 09:33:19 linux-kernel Re: [PATCH 2/4] blk-flush: count inflight flush_data requests
2023-06-28 08:33:12 linux-kernel Re: [PATCH 1/4] blk-mq: use percpu csd to remote complete instead of per-rq csd
2023-06-28 03:43:16 linux-kernel Re: [PATCH 1/4] blk-mq: use percpu csd to remote complete instead of per-rq csd
2023-06-28 01:31:30 linux-kernel Re: [PATCH v2 3/3] blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq
2023-06-27 12:41:05 linux-kernel [PATCH 0/4] blk-mq: optimize the size of struct request
2023-06-27 12:38:56 linux-kernel [PATCH 1/4] blk-mq: use percpu csd to remote complete instead of per-rq csd
2023-06-27 12:26:29 linux-kernel [PATCH 4/4] blk-mq: delete unused completion_data in struct request
2023-06-27 12:26:15 linux-kernel [PATCH 3/4] blk-flush: reuse rq queuelist in flush state machine
2023-06-27 12:23:46 linux-kernel [PATCH 2/4] blk-flush: count inflight flush_data requests
2023-06-27 12:19:56 linux-kernel Re: [PATCH v2 3/3] blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq
2023-06-26 05:32:56 linux-kernel [PATCH v2 1/3] blk-mq: always use __blk_mq_alloc_requests() to alloc and init rq
2023-06-26 05:32:56 linux-kernel [PATCH v2 2/3] blk-mq: ktime_get_ns() only once for batched requests init
2023-06-26 05:28:23 linux-kernel [PATCH v2 3/3] blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq
2023-06-26 05:12:50 linux-kernel [PATCH v2 0/3] blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq
2023-06-24 16:00:08 linux-kernel Re: [PATCH] blk-mq: fix incorrect rq start_time_ns and alloc_time_ns after throttled
2023-06-06 10:42:22 linux-kernel Re: [PATCH] blk-mq: fix incorrect rq start_time_ns and alloc_time_ns after throttled
2023-06-01 06:22:47 linux-kernel [PATCH] blk-mq: fix incorrect rq start_time_ns and alloc_time_ns after throttled
2023-05-12 10:06:03 linux-kernel Re: [PATCH -next v2 1/6] blk-wbt: fix that wbt can't be disabled by default
2023-05-04 10:09:48 linux-kernel Re: [syzbot] upstream boot error: BUG: unable to handle kernel NULL pointer dereference in psi_task_switch
2023-04-13 06:41:41 linux-kernel [PATCH v2 2/2] blk-throttle: only enable blk-stat when BLK_DEV_THROTTLING_LOW
2023-04-13 06:31:44 linux-kernel [PATCH v2 1/2] blk-stat: fix QUEUE_FLAG_STATS clear
2023-04-13 03:32:58 linux-kernel Re: [PATCH 1/2] blk-stat: fix QUEUE_FLAG_STATS clear
2023-04-12 16:21:00 linux-kernel [PATCH 2/2] blk-throttle: only enable blk-stat when BLK_DEV_THROTTLING_LOW
2023-04-12 16:20:46 linux-kernel [PATCH 1/2] blk-stat: fix QUEUE_FLAG_STATS clear