aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-18blk-mq: Make blk_mq_reinit_tagset() calls easier to readBart Van Assche1-3/+2
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-06-21blk-mq: Make it safe to quiesce and unquiesce from an interrupt handlerBart Van Assche1-9/+1
2017-06-20block: Introduce request_queue.initialize_rq_fn()Bart Van Assche1-0/+2
2017-06-20block: Make request operation type argument declarations consistentBart Van Assche1-3/+3
2017-06-20blk-mq: Reduce blk_mq_hw_ctx sizeBart Van Assche1-2/+3
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-18blk-mq: don't stop queue for quiescingMing Lei1-2/+0
2017-06-18blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei1-0/+4
2017-06-18blk-mq: introduce blk_mq_unquiesce_queueMing Lei1-0/+1
2017-06-18blk-mq: introduce blk_mq_quiesce_queue_nowait()Ming Lei1-0/+8
2017-06-18blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.hMing Lei1-0/+1
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-5/+2
2017-06-09block: introduce new block status code typeChristoph Hellwig1-2/+2
2017-05-22blk-mq: remove blk_mq_abort_requeue_list()Ming Lei1-1/+0
2017-05-04blk-mq-debugfs: allow schedulers to register debugfs attributesOmar Sandoval1-0/+1
2017-05-04blk-mq: untangle debugfs and sysfsOmar Sandoval1-0/+4
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-2/+2
2017-04-28blk-mq: unify hctx delay_work and run_workJens Axboe1-2/+1
2017-04-28blk-mq: unify hctx delayed_run_work and run_workJens Axboe1-2/+1
2017-04-26blk-mq: Add blk_mq_ops.show_rq()Bart Van Assche1-0/+8
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-14blk-mq: export helpersOmar Sandoval1-0/+1
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe1-0/+2
2017-04-07blk-mq: Introduce blk_mq_delay_run_hw_queue()Bart Van Assche1-0/+2
2017-04-05blk-mq: Remove blk_mq_queue_data.listBart Van Assche1-1/+0
2017-03-29block: rename blk_mq_freeze_queue_start()Ming Lei1-1/+1
2017-03-22blk-mq: remove BLK_MQ_F_DEFER_ISSUEChristoph Hellwig1-1/+0
2017-03-02blk-mq: Provide freeze queue timeoutKeith Busch1-0/+2
2017-03-02blk-mq: Export blk_mq_freeze_queue_waitKeith Busch1-0/+1
2017-02-23blk-mq: use sbq wait queues instead of restart for driver tagsOmar Sandoval1-0/+2
2017-01-17blk-mq-sched: allow setting of default IO schedulerJens Axboe1-0/+1
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe1-1/+4
2017-01-17blk-mq: un-export blk_mq_free_hctx_request()Jens Axboe1-1/+0
2017-01-11blk-mq: make mq_ops a const pointerJens Axboe1-1/+1
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2016-12-09blk-mq: add blk_mq_start_stopped_hw_queue()Jens Axboe1-0/+1
2016-11-08blk-mq: export blk_mq_map_queuesChristoph Hellwig1-0/+1
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche1-2/+3
2016-11-02blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche1-0/+3
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche1-1/+0
2016-11-02blk-mq: Introduce blk_mq_queue_stopped()Bart Van Assche1-0/+1
2016-10-09Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+1
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+4
2016-09-22blk-mq: add flag for drivers wanting blocking ->queue_rq()Jens Axboe1-0/+1
2016-09-22blk-mq/cpu-notif: Convert to new hotplug state machineThomas Gleixner1-7/+1
2016-09-21blk-mq: register device instead of diskMatias Bjørling1-2/+2
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval1-7/+2
2016-09-15blk-mq: get rid of the cpumask in struct blk_mq_tagsChristoph Hellwig1-1/+0
2016-09-15blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig1-0/+3