summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2018-04-25Revert "blk-mq: remove code for dealing with remapping queue"Ming Lei
2018-04-16blk-mq: start request gstate with gen 1Jianchao Wang
2018-04-10blk-mq: remove code for dealing with remapping queueMing Lei
2018-04-10blk-mq: don't check queue mapped in __blk_mq_delay_run_hw_queue()Ming Lei
2018-04-10blk-mq: remove blk_mq_delay_queue()Ming Lei
2018-04-10blk-mq: introduce blk_mq_hw_queue_first_cpu() to figure out first cpuMing Lei
2018-04-10blk-mq: avoid to write intermediate result to hctx->next_cpuMing Lei
2018-04-10blk-mq: make sure that correct hctx->next_cpu is setMing Lei
2018-04-10blk-mq: order getting budget and driver tagMing Lei
2018-03-08block: Protect queue flag changes with the queue lockBart Van Assche
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche
2018-03-08block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche
2018-02-28block: clear ctx pending bit under ctx lockOmar Sandoval
2018-02-24blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatchMing Lei
2018-02-13blk: optimization for classic pollingNitesh Shetty
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-19blk-mq: Avoid that blk_mq_delay_run_hw_queue() introduces unintended delaysBart Van Assche
2018-01-19blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_direct...Bart Van Assche
2018-01-17blk-mq: don't dispatch request in blk_mq_request_direct_issue if queue is busyMing Lei
2018-01-17blk-mq-sched: remove unused 'can_block' arg from blk_mq_sched_insert_requestMike Snitzer
2018-01-17blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei
2018-01-17blk-mq: factor out a few helpers from __blk_mq_try_issue_directlyMike Snitzer
2018-01-17blk-mq: turn WARN_ON in __blk_mq_run_hw_queue into printkMing Lei
2018-01-17blk-mq: make sure hctx->next_cpu is set correctlyMing Lei
2018-01-14blk-mq: fix bad clear of RQF_MQ_INFLIGHT in blk_mq_ct_ctx_init()Jens Axboe
2018-01-12blk-mq: simplify queue mapping & schedule with each possisble CPUChristoph Hellwig
2018-01-11blk-mq: Reduce the number of if-statements in blk_mq_mark_tag_wait()Bart Van Assche
2018-01-10blk-mq: Add locking annotations to hctx_lock() and hctx_unlock()Bart Van Assche
2018-01-10block: rearrange a few request fields for better cache layoutJens Axboe
2018-01-10block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe
2018-01-10block: add accessors for setting/querying request deadlineJens Axboe
2018-01-10block: remove REQ_ATOM_POLL_SLEPTJens Axboe
2018-01-10blk-mq: Explain when 'active_queues' is decrementedBart Van Assche
2018-01-09blk-mq: Fix spelling in a source code commentBart Van Assche
2018-01-09blk-mq: silence false positive warnings in hctx_unlock()Jens Axboe
2018-01-09blk-mq: rename blk_mq_hw_ctx->queue_rq_srcu to ->srcuTejun Heo
2018-01-09blk-mq: remove REQ_ATOM_STARTEDTejun Heo
2018-01-09blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mqTejun Heo
2018-01-09blk-mq: make blk_abort_request() trigger timeout pathTejun Heo
2018-01-09blk-mq: use blk_mq_rq_state() instead of testing REQ_ATOM_COMPLETETejun Heo
2018-01-09blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo
2018-01-09blk-mq: protect completion path with RCUTejun Heo
2018-01-09blk-mq: move hctx lock/unlock into a helperJens Axboe
2018-01-09blk-mq: fix kernel oops in blk_mq_tag_idle()Ming Lei
2018-01-06blk-mq: fix race between updating nr_hw_queues and switching io schedMing Lei
2018-01-06blk-mq: avoid to map CPU into stale hw queueMing Lei
2018-01-06blk-mq: quiesce queue during switching io sched and updating nr_requestsMing Lei
2018-01-05block: drain queue before waiting for q_usage_counter becoming zeroMing Lei