aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-7/+0
2016-09-15blk-mq: only allocate a single mq_map per tag_setChristoph Hellwig1-0/+1
2016-09-14blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer1-0/+1
2016-09-14block: remove blk_mq_alloc_single_hw_queue() prototypeLinus Walleij1-1/+0
2016-09-14block: add poll_considered statisticStephen Bates1-0/+1
2016-08-29blk-mq: improve layout of blk_mq_hw_ctxJens Axboe1-4/+5
2016-08-29blk-mq: turn hctx->run_work into a regular work structJens Axboe1-1/+1
2016-07-08blk-mq: Introduce blk_mq_reinit_tagsetSagi Grimberg1-0/+3
2016-07-05blk-mq: add blk_mq_alloc_request_hctxMing Lin1-0/+2
2016-04-12blk-mq: Make blk_mq_all_tag_busy_iter staticSagi Grimberg1-2/+0