Show patches with: Submitter = Ming Lei       |    State = Action Required       |   2749 patches
« 1 2 ... 25 26 27 28 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,30/49] btrfs: use bvec_get_last_page to get bio's last page - - - --- 2017-08-08 Ming Lei New
[v3,29/49] fs/buffer.c: use bvec iterator to truncate the bio - - - --- 2017-08-08 Ming Lei New
[v3,28/49] block: introduce bvec_get_last_page() - - - --- 2017-08-08 Ming Lei New
[v3,27/49] block: bio: introduce single/multi page version of bio_for_each_segment_all() - - - --- 2017-08-08 Ming Lei New
[v3,26/49] block: introduce bvec_for_each_sp_bvec() - - - --- 2017-08-08 Ming Lei New
[v3,25/49] block: use bio_for_each_segment_mp() to map sg - - - --- 2017-08-08 Ming Lei New
[v3,24/49] block: use bio_for_each_segment_mp() to compute segments count - - - --- 2017-08-08 Ming Lei New
[v3,23/49] block: blk-merge: remove unnecessary check - 1 - --- 2017-08-08 Ming Lei New
[v3,22/49] block: blk-merge: try to make front segments in full size - - - --- 2017-08-08 Ming Lei New
[v3,21/49] blk-merge: compute bio->bi_seg_front_size efficiently - - - --- 2017-08-08 Ming Lei New
[v3,20/49] block: introduce bio_for_each_segment_mp() - - - --- 2017-08-08 Ming Lei New
[v3,19/49] block: implement sp version of bvec iterator helpers - - - --- 2017-08-08 Ming Lei New
[v3,18/49] block: introduce multipage/single page bvec helpers - - - --- 2017-08-08 Ming Lei New
[v3,17/49] block: comments on bio_for_each_segment[_all] - - - --- 2017-08-08 Ming Lei New
[v3,16/49] block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq - - - --- 2017-08-08 Ming Lei New
[v3,15/49] bvec_iter: introduce BVEC_ITER_ALL_INIT - - - --- 2017-08-08 Ming Lei New
[v3,14/49] block: bounce: avoid direct access to bvec table - - - --- 2017-08-08 Ming Lei New
[v3,13/49] btrfs: comment on direct access bvec table - - - --- 2017-08-08 Ming Lei New
[v3,12/49] btrfs: avoid to access bvec table directly for a cloned bio - 1 - --- 2017-08-08 Ming Lei New
[v3,11/49] btrfs: avoid access to .bi_vcnt directly 1 - - --- 2017-08-08 Ming Lei New
[v3,10/49] dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE - 1 - --- 2017-08-08 Ming Lei New
[v3,09/49] block: comment on bio_iov_iter_get_pages() - - - --- 2017-08-08 Ming Lei New
[v3,08/49] block: comment on bio_alloc_pages() - - - --- 2017-08-08 Ming Lei New
[v3,07/49] bcache: comment on direct access to bvec table 1 - - --- 2017-08-08 Ming Lei New
[v3,06/49] f2fs: f2fs_read_end_io: comment on direct access to bvec table - - - --- 2017-08-08 Ming Lei New
[v3,05/49] fs/buffer: comment on direct access to bvec table - - - --- 2017-08-08 Ming Lei New
[v3,04/49] mm: page_io.c: comment on direct access to bvec table - - - --- 2017-08-08 Ming Lei New
[v3,03/49] kernel/power/swap.c: comment on direct access to bvec table - - - --- 2017-08-08 Ming Lei New
[v3,02/49] block: loop: comment on direct access to bvec table - - - --- 2017-08-08 Ming Lei New
[v3,01/49] block: drbd: comment on direct access bvec table - - - --- 2017-08-08 Ming Lei New
[V2,20/20] blk-mq: improve bio merge from blk-mq sw queue - - - --- 2017-08-05 Ming Lei New
[V2,19/20] blk-mq-sched: refactor blk_mq_sched_try_merge() - - - --- 2017-08-05 Ming Lei New
[V2,18/20] block: introduce .last_merge and .hash to blk_mq_ctx - - - --- 2017-08-05 Ming Lei New
[V2,17/20] block: add check on elevator for supporting bio merge via hashtable from blk-mq sw queue - - - --- 2017-08-05 Ming Lei New
[V2,16/20] block: move actual bio merge code into __elv_merge - - - --- 2017-08-05 Ming Lei New
[V2,15/20] block: introduce rqhash helpers - - - --- 2017-08-05 Ming Lei New
[V2,14/20] blk-mq-sched: improve IO scheduling on SCSI devcie - - - --- 2017-08-05 Ming Lei New
[V2,13/20] blk-mq: pass 'request_queue *' to several helpers of operating BUSY - - - --- 2017-08-05 Ming Lei New
[V2,12/20] blk-mq: introduce pointers to dispatch lock & list - - - --- 2017-08-05 Ming Lei New
[V2,11/20] blk-mq: introduce helpers for operating ->dispatch list - - - --- 2017-08-05 Ming Lei New
[V2,10/20] blk-mq-sched: introduce helpers for query, change busy state - - - --- 2017-08-05 Ming Lei New
[V2,09/20] blk-mq: introduce BLK_MQ_F_SHARED_DEPTH - - - --- 2017-08-05 Ming Lei New
[V2,08/20] blk-mq-sched: use q->queue_depth as hint for q->nr_requests - 2 - --- 2017-08-05 Ming Lei New
[V2,07/20] blk-mq-sched: introduce blk_mq_sched_queue_depth() - 2 - --- 2017-08-05 Ming Lei New
[V2,06/20] blk-mq-sched: don't dequeue request until all in ->dispatch are flushed - - - --- 2017-08-05 Ming Lei New
[V2,05/20] blk-mq-sched: improve dispatching from sw queue - - - --- 2017-08-05 Ming Lei New
[V2,04/20] blk-mq-sched: move actual dispatching into one helper - 1 - --- 2017-08-05 Ming Lei New
[V2,03/20] blk-mq: introduce blk_mq_dispatch_rq_from_ctx() - - - --- 2017-08-05 Ming Lei New
[V2,02/20] sbitmap: introduce __sbitmap_for_each_set() - - - --- 2017-08-05 Ming Lei New
[V2,01/20] blk-mq-sched: fix scheduler bad performance - 1 - --- 2017-08-05 Ming Lei New
[V2] blk-mq: don't leak preempt counter/q_usage_counter when allocating rq failed - - - --- 2017-08-02 Ming Lei New
[14/14] blk-mq-sched: improve IO scheduling on SCSI devcie - - - --- 2017-07-31 Ming Lei New
[13/14] blk-mq: pass 'request_queue *' to several helpers of operating BUSY - - - --- 2017-07-31 Ming Lei New
[12/14] blk-mq: introduce pointers to dispatch lock & list - - - --- 2017-07-31 Ming Lei New
[11/14] blk-mq: introduce helpers for operating ->dispatch list - - - --- 2017-07-31 Ming Lei New
[10/14] blk-mq-sched: introduce helpers for query, change busy state - - - --- 2017-07-31 Ming Lei New
[09/14] blk-mq-sched: cleanup blk_mq_sched_dispatch_requests() - - - --- 2017-07-31 Ming Lei New
[08/14] blk-mq: introduce BLK_MQ_F_SHARED_DEPTH - - - --- 2017-07-31 Ming Lei New
[07/14] blk-mq-sched: use q->queue_depth as hint for q->nr_requests - 1 - --- 2017-07-31 Ming Lei New
[06/14] blk-mq-sched: introduce blk_mq_sched_queue_depth() - 1 - --- 2017-07-31 Ming Lei New
[05/14] blk-mq-sched: don't dequeue request until all in ->dispatch are flushed - - - --- 2017-07-31 Ming Lei New
[04/14] blk-mq-sched: improve dispatching from sw queue - - - --- 2017-07-31 Ming Lei New
[03/14] blk-mq: introduce blk_mq_dispatch_rq_from_ctxs() - - - --- 2017-07-31 Ming Lei New
[02/14] blk-mq: rename flush_busy_ctx_data as ctx_iter_data - - - --- 2017-07-31 Ming Lei New
[01/14] blk-mq-sched: fix scheduler bad performance - 1 - --- 2017-07-31 Ming Lei New
[2/2] blk-mq-sched: use q->queue_depth as hint for q->nr_requests - 1 - --- 2017-07-17 Ming Lei New
[1/2] blk-mq-sched: introduce blk_mq_sched_queue_depth() - 1 - --- 2017-07-17 Ming Lei New
[6/6] blk-mq: unexport APIs for start/stop queues - - - --- 2017-07-14 Ming Lei New
[5/6] block: use BLK_MQ_F_AUTO_RESTART on virtio-blk and xen-blkfront - - - --- 2017-07-14 Ming Lei New
[4/6] blk-mq: introduce auto restart - - - --- 2017-07-14 Ming Lei New
[3/6] block: don't call blk_mq_delay_run_hw_queue() in case of BLK_STS_RESOURCE - - - --- 2017-07-14 Ming Lei New
[2/6] SCSI: use blk_mq_run_hw_queues() in scsi_kick_queue() - - - --- 2017-07-14 Ming Lei New
[1/6] xen-blkfront: quiesce/unquiesce queue instead of start/stop queues - - - --- 2017-07-14 Ming Lei New
blk-mq: don't leak preempt counter/q_usage_counter when allocating rq failed - - - --- 2017-07-14 Ming Lei New
[v2,3/3] md: raid1-10: move raid1/raid10 common code into raid1-10.c - - - --- 2017-07-14 Ming Lei New
[v2,2/3] md: raid1/raid10: initialize bvec table via bio_add_page() 1 - - --- 2017-07-14 Ming Lei New
[v2,1/3] md: remove 'idx' from 'struct resync_pages' - - - --- 2017-07-14 Ming Lei New
[2/2] md: raid1/raid10: initialize bvec table via bio_add_page() 1 - - --- 2017-07-12 Ming Lei New
[1/2] md: remove 'idx' from 'struct resync_pages' - - - --- 2017-07-12 Ming Lei New
[6/6] blk-mq: unexport APIs for start/stop queues - - - --- 2017-07-11 Ming Lei New
[5/6] blk-mq: introduce basic congestion control - - - --- 2017-07-11 Ming Lei New
[4/6] blk-mq: use EWMA to estimate congestion threshold - - - --- 2017-07-11 Ming Lei New
[3/6] blk-mq: send the request to dispatch list if direct issue returns busy - - - --- 2017-07-11 Ming Lei New
[2/6] SCSI: use blk_mq_run_hw_queues() in scsi_kick_queue() - - - --- 2017-07-11 Ming Lei New
[1/6] xen-blkfront: avoid to use start/stop queue - - - --- 2017-07-11 Ming Lei New
[v3,05/14] md: raid1: don't use bio's vec table to manage resync pages - - - --- 2017-07-10 Ming Lei New
[v3,05/14] md: raid1: don't use bio's vec table to manage resync pages - - - --- 2017-07-10 Ming Lei New
mtip32xx: avoid to read HOST_CAP from HW in .queue_rq() - 1 - --- 2017-07-05 Ming Lei New
blk-mq-sched: fix performance regression of mq-deadline - - - --- 2017-07-03 Ming Lei New
[1/1] block: Convert hd_struct in_flight from atomic to percpu - - - --- 2017-06-30 Ming Lei New
[v2,11/51] md: raid1: initialize bvec table via bio_add_page() 1 - - --- 2017-06-27 Ming Lei New
[v2,51/51] block: bio: pass segments to bio if bio_add_page() is bypassed - - - --- 2017-06-26 Ming Lei New
[v2,50/51] block: enable multipage bvecs - - - --- 2017-06-26 Ming Lei New
[v2,49/51] fs/direct-io: convert to bio_for_each_segment_all_sp() - - - --- 2017-06-26 Ming Lei New
[v2,48/51] fs/btrfs: convert to bio_for_each_segment_all_sp() - - - --- 2017-06-26 Ming Lei New
[v2,47/51] fs: crypto: convert to bio_for_each_segment_all_sp() - - - --- 2017-06-26 Ming Lei New
[v2,46/51] exofs: convert to bio_for_each_segment_all_sp() - - - --- 2017-06-26 Ming Lei New
[v2,45/51] f2fs: convert to bio_for_each_segment_all_sp() - - - --- 2017-06-26 Ming Lei New
[v2,44/51] gfs2: convert to bio_for_each_segment_all_sp() - - - --- 2017-06-26 Ming Lei New
[v2,43/51] xfs: convert to bio_for_each_segment_all_sp() - - - --- 2017-06-26 Ming Lei New
« 1 2 ... 25 26 27 28 »