Paolo Valente ([email protected])

Number of posts: 854 (1.39 per day)
First post: 2016-03-09 06:34:32
Last post: 2017-11-13 06:35:51

Date List Subject
2022-10-30 10:15:18 linux-kernel [PATCH V5 6/8] block, bfq: retrieve independent access ranges from request queue
2022-10-30 10:06:41 linux-kernel [PATCH V5 7/8] block, bfq: inject I/O to underutilized actuators
2022-10-30 10:06:29 linux-kernel [PATCH V5 8/8] block, bfq: balance I/O injection among underutilized actuators
2022-10-30 10:05:57 linux-kernel [PATCH V5 5/8] block, bfq: split also async bfq_queues on a per-actuator basis
2022-10-30 10:05:49 linux-kernel [PATCH V5 0/8] block, bfq: extend bfq to support multi-actuator drives
2022-10-30 10:05:47 linux-kernel [PATCH V5 4/8] block, bfq: turn bfqq_data into an array in bfq_io_cq
2022-10-30 10:05:40 linux-kernel [PATCH V5 2/8] block, bfq: forbid stable merging of queues associated with different actuators
2022-10-30 10:05:40 linux-kernel [PATCH V5 3/8] block, bfq: move io_cq-persistent bfqq data into a dedicated struct
2022-10-28 09:43:06 linux-kernel Re: [PATCH V4 1/8] block, bfq: split sync bfq_queues on a per-actuator basis
2022-10-20 16:27:31 linux-kernel [PATCH V4 7/8] block, bfq: inject I/O to underutilized actuators
2022-10-20 16:27:27 linux-kernel [PATCH V4 1/8] block, bfq: split sync bfq_queues on a per-actuator basis
2022-10-20 16:26:12 linux-kernel [PATCH V4 2/8] block, bfq: forbid stable merging of queues associated with different actuators
2022-10-20 16:21:54 linux-kernel [PATCH V4 5/8] block, bfq: split also async bfq_queues on a per-actuator basis
2022-10-20 15:43:33 linux-kernel [PATCH V4 8/8] block, bfq: balance I/O injection among underutilized actuators
2022-10-20 15:35:45 linux-kernel [PATCH V4 3/8] block, bfq: move io_cq-persistent bfqq data into a dedicated struct
2022-10-20 15:34:55 linux-kernel [PATCH V4 6/8] block, bfq: retrieve independent access ranges from request queue
2022-10-20 15:34:14 linux-kernel [PATCH V4 0/8] block, bfq: extend bfq to support multi-actuator drives
2022-10-20 15:29:18 linux-kernel [PATCH V4 4/8] block, bfq: turn bfqq_data into an array in bfq_io_cq
2022-10-16 10:09:49 linux-kernel Re: [PATCH] bfq: do try insert merge before bfq_init_rq() call
2022-10-11 08:33:46 linux-kernel Re: [patch v11 0/6] support concurrent sync io for bfq on a specail occasion
2022-10-04 10:22:00 linux-kernel [PATCH V2 2/8] block, bfq: forbid stable merging of queues associated with different actuators
2022-10-04 09:56:10 linux-kernel [PATCH V3 4/8] block, bfq: split also async bfq_queues on a per-actuator basis
2022-10-04 09:55:56 linux-kernel [PATCH V3 7/8] block, bfq: inject I/O to underutilized actuators
2022-10-04 09:55:24 linux-kernel [PATCH V3 1/8] block, bfq: split sync bfq_queues on a per-actuator basis
2022-10-04 09:53:57 linux-kernel [PATCH V3 8/8] block, bfq: balance I/O injection among underutilized actuators
2022-10-04 09:53:49 linux-kernel [PATCH V3 3/8] block, bfq: turn scalar fields into arrays in bfq_io_cq
2022-10-04 09:53:47 linux-kernel [PATCH V3 6/8] block, bfq: retrieve independent access ranges from request queue
2022-10-04 09:53:41 linux-kernel [PATCH V3 5/8] block, bfq: turn BFQ_NUM_ACTUATORS into BFQ_MAX_ACTUATORS
2022-10-04 09:53:27 linux-kernel [PATCH V3 0/8] block, bfq: extend bfq to support multi-actuator drives
2022-10-04 09:52:56 linux-kernel [PATCH V3 2/8] block, bfq: forbid stable merging of queues associated with different actuators
2022-10-04 09:52:11 linux-kernel [PATCH V2 3/8] block, bfq: turn scalar fields into arrays in bfq_io_cq
2022-10-04 09:31:23 linux-kernel [PATCH V2 6/8] block, bfq: retrieve independent access ranges from request queue
2022-10-04 09:30:16 linux-kernel [PATCH V2 8/8] block, bfq: balance I/O injection among underutilized actuators
2022-10-04 09:30:16 linux-kernel [PATCH V2 4/8] block, bfq: split also async bfq_queues on a per-actuator basis
2022-10-04 09:30:16 linux-kernel [PATCH V2 5/8] block, bfq: turn BFQ_NUM_ACTUATORS into BFQ_MAX_ACTUATORS
2022-10-04 09:30:16 linux-kernel [PATCH V2 7/8] block, bfq: inject I/O to underutilized actuators
2022-10-04 09:29:02 linux-kernel Re: block: wrong return value by bio_end_sector?
2022-10-04 09:28:56 linux-kernel [PATCH V2 1/8] block, bfq: split sync bfq_queues on a per-actuator basis
2022-10-04 09:28:53 linux-kernel [PATCH V2 0/8] block, bfq: extend bfq to support multi-actuator drives
2022-10-02 16:51:29 linux-kernel Re: block: wrong return value by bio_end_sector?
2022-09-30 16:31:26 linux-kernel Re: [PATCH 0/8] block, bfq: extend bfq to support multi-actuator drives
2022-09-30 16:13:51 linux-kernel block: wrong return value by bio_end_sector?
2022-09-27 18:17:16 linux-kernel Re: [patch v11 3/6] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'
2022-09-27 17:22:24 linux-kernel Re: [patch v11 0/6] support concurrent sync io for bfq on a specail occasion
2022-09-27 16:36:40 linux-kernel Re: [patch v11 5/6] block, bfq: cleanup bfq_weights_tree add/remove apis
2022-09-27 16:30:45 linux-kernel Re: [PATCH v3 3/5] block, bfq: don't disable wbt if CONFIG_BFQ_GROUP_IOSCHED is disabled
2022-09-08 11:00:16 linux-kernel Re: [PATCH 0/8] block, bfq: extend bfq to support multi-actuator drives
2022-09-06 10:03:22 linux-kernel Re: stalling IO regression since linux 5.12, through 5.18
2022-09-06 10:02:33 linux-kernel Re: stalling IO regression since linux 5.12, through 5.18
2022-08-25 15:03:56 linux-kernel Re: [PATCH 0/8] block, bfq: extend bfq to support multi-actuator drives
2022-08-10 10:52:54 linux-kernel Re: [PATCH 0/8] block, bfq: extend bfq to support multi-actuator drives