aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-11block: directly insert blk-mq request from blk_insert_cloned_request()Jens Axboe1-0/+16
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+49
2017-08-18block: Fix two comments that refer to .queue_rq() return valuesBart Van Assche1-2/+2
2017-08-15blk-mq: Fix queue usage on failed request allocationKeith Busch1-3/+2
2017-08-09block: Make blk_mq_delay_kick_requeue_list() rerun the queue at a quiet timeBart Van Assche1-2/+2
2017-08-09blk-mq: enable checking two part inflight counts at the same timeJens Axboe1-4/+8
2017-08-09blk-mq: provide internal in-flight variantJens Axboe1-0/+31
2017-08-02blk-mq: don't leak preempt counter/q_usage_counter when allocating rq failedMing Lei1-6/+11
2017-08-01blk-mq: add warning to __blk_mq_run_hw_queue() for ints disabledJens Axboe1-0/+10
2017-07-29blk-mq: blk_mq_requeue_work() doesn't need to save IRQ flagsJens Axboe1-3/+2
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-109/+11
2017-07-03bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov1-3/+1
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-06-28blk-mq: Create hctx for each present CPUChristoph Hellwig1-109/+11
2017-06-27blk-mq: don't bounce by defaultChristoph Hellwig1-5/+0
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig1-0/+5
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-3/+13
2017-06-22Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe1-3/+13
2017-06-22blk-mq: remove double set queue_numweiping1-1/+0
2017-06-21blk-mq: Make it safe to quiesce and unquiesce from an interrupt handlerBart Van Assche1-2/+18
2017-06-21blk-mq: fix performance regression with shared tagsJens Axboe1-3/+13
2017-06-20blk-mq: Warn when attempting to run a hardware queue that is not mappedBart Van Assche1-3/+5
2017-06-20blk-mq: Document locking assumptionsBart Van Assche1-0/+4
2017-06-20blk-mq: Initialize .rq_flags in blk_mq_rq_ctx_init()Bart Van Assche1-1/+2
2017-06-20block: Make request operation type argument declarations consistentBart Van Assche1-5/+5
2017-06-20blk-mq: Reduce blk_mq_hw_ctx sizeBart Van Assche1-8/+22
2017-06-20block: return on congested block deviceGoldwyn Rodrigues1-0/+4
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-18Revert "blk-mq: don't use sync workqueue flushing from drivers"Ming Lei1-22/+8
2017-06-18blk-mq: clarify dispatch may not be drained/blocked by stopping queueMing Lei1-0/+18
2017-06-18blk-mq: don't stop queue for quiescingMing Lei1-6/+3
2017-06-18blk-mq: update comments on blk_mq_quiesce_queue()Ming Lei1-3/+4
2017-06-18blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei1-1/+10
2017-06-18blk-mq: introduce blk_mq_unquiesce_queueMing Lei1-0/+13
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown1-1/+1
2017-06-18blk-mq: remove __blk_mq_alloc_requestChristoph Hellwig1-41/+27
2017-06-18blk-mq-sched: unify request prepare methodsChristoph Hellwig1-16/+6
2017-06-18blk-mq: refactor blk_mq_sched_assign_iocChristoph Hellwig1-2/+12
2017-06-18blk-mq: streamline blk_mq_get_requestChristoph Hellwig1-14/+14
2017-06-18blk-mq: simplify blk_mq_free_requestChristoph Hellwig1-35/+15
2017-06-18blk-mq-sched: unify request finished methodsChristoph Hellwig1-7/+4
2017-06-18blk-mq: remove blk_mq_sched_{get,put}_rq_privChristoph Hellwig1-1/+2
2017-06-18blk-mq: move blk_mq_sched_{get,put}_request to blk-mq.cChristoph Hellwig1-4/+63
2017-06-18blk-mq: mark blk_mq_rq_ctx_init staticChristoph Hellwig1-3/+2
2017-06-12blk-mq: fixup type of 'ret' in __blk_mq_try_issue_directly()Jens Axboe1-1/+1
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe1-10/+27
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-20/+17
2017-06-09block: introduce new block status code typeChristoph Hellwig1-4/+4