index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
blk-mq.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-01
blk-mq: add a flags parameter to blk_mq_alloc_request
Christoph Hellwig
1
-1
/
+7
2015-11-07
block: add block polling support
Jens Axboe
1
-0
/
+10
2015-10-21
block: generic request_queue reference counting
Dan Williams
1
-1
/
+0
2015-10-01
blk-mq: factor out a helper to iterate all tags for a request_queue
Christoph Hellwig
1
-2
/
+0
2015-10-01
blk-mq: fix racy updates of rq->errors
Christoph Hellwig
1
-1
/
+1
2015-09-29
blk-mq: fix sysfs registration/unregistration race
Akinobu Mita
1
-1
/
+0
2015-06-01
blk-mq: Shared tag enhancements
Keith Busch
1
-0
/
+4
2015-04-17
blk-mq: fix iteration of busy bitmap
Jens Axboe
1
-1
/
+1
2015-04-10
blk-mq: cleanup blk_mq_rq_to_pdu()
Jens Axboe
1
-2
/
+2
2015-03-13
blk-mq: export blk_mq_run_hw_queues
Mike Snitzer
1
-0
/
+1
2015-03-13
blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_disk
Mike Snitzer
1
-0
/
+2
2015-02-13
Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+9
2015-02-10
blk-mq: make blk_mq_run_queues() static
Jens Axboe
1
-1
/
+0
2015-01-24
blk-mq: add tag allocation policy
Shaohua Li
1
-0
/
+8
2015-01-08
blk-mq: Add helper to abort requeued requests
Jens Axboe
1
-0
/
+1
2015-01-08
blk-mq: Let drivers cancel requeue_work
Keith Busch
1
-0
/
+1
2015-01-08
blk-mq: Export if requests were started
Keith Busch
1
-0
/
+1
2015-01-07
blk-mq: get rid of ->cmd_size in the hardware queue
Jens Axboe
1
-2
/
+1
2015-01-03
blk-mq: export blk_mq_freeze_queue()
Jens Axboe
1
-0
/
+1
2014-12-20
blk-mq: Export freeze/unfreeze functions
Keith Busch
1
-0
/
+2
2014-12-14
Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+9
2014-11-17
blk-mq: add blk_mq_free_hctx_request()
Jens Axboe
1
-0
/
+1
2014-11-12
blk-mq: add blk_mq_unique_tag()
Bart Van Assche
1
-0
/
+17
2014-10-29
blk-mq: add BLK_MQ_F_DEFER_ISSUE support flag
Jens Axboe
1
-0
/
+1
2014-10-29
blk-mq: add a 'list' parameter to ->queue_rq()
Jens Axboe
1
-1
/
+7
2014-10-18
Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+17
2014-09-26
blk-mq: support per-distpatch_queue flush machinery
Ming Lei
1
-0
/
+6
2014-09-24
blk-mq, percpu_ref: start q->mq_usage_counter in atomic mode
Tejun Heo
1
-0
/
+1
2014-09-22
blk-mq: pass a reserved argument to the timeout handler
Christoph Hellwig
1
-1
/
+2
2014-09-22
blk-mq: fix and simplify tag iteration for the timeout handler
Christoph Hellwig
1
-1
/
+5
2014-09-22
blk-mq: rename blk_mq_end_io to blk_mq_end_request
Christoph Hellwig
1
-2
/
+2
2014-09-22
blk-mq: call blk_mq_start_request from ->queue_rq
Christoph Hellwig
1
-0
/
+1
2014-09-22
blk-mq: remove REQ_END
Christoph Hellwig
1
-1
/
+1
2014-08-15
blk-mq: get rid of unused BLK_MQ_F_SHOULD_SORT flag
Jens Axboe
1
-4
/
+3
2014-06-18
blk-mq: bitmap tag: fix races on shared ::wake_index fields
Alexander Gordeev
1
-1
/
+1
2014-06-06
blk-mq: bump max tag depth to 10K tags
Jens Axboe
1
-1
/
+1
2014-06-04
blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameter
Jens Axboe
1
-1
/
+1
2014-05-30
blk-mq: make the sysfs mq/ layout reflect current mappings
Jens Axboe
1
-0
/
+1
2014-05-30
blk-mq: blk_mq_tag_to_rq should handle flush request
Shaohua Li
1
-1
/
+1
2014-05-29
block: add queue flag for disabling SG merging
Jens Axboe
1
-0
/
+1
2014-05-28
blk-mq: remove alloc_hctx and free_hctx methods
Christoph Hellwig
1
-10
/
+0
2014-05-28
blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_request
Christoph Hellwig
1
-2
/
+2
2014-05-28
blk-mq: add helper to insert requests from irq context
Christoph Hellwig
1
-0
/
+2
2014-05-28
blk-mq: remove stale comment for blk_mq_complete_request()
Jens Axboe
1
-5
/
+0
2014-05-28
blk-mq: allow non-softirq completions
Jens Axboe
1
-0
/
+4
2014-05-27
blk-mq: pass in suggested NUMA node to ->alloc_hctx()
Jens Axboe
1
-2
/
+2
2014-05-23
blk-mq: export blk_mq_tag_busy_iter
Sam Bradshaw
1
-0
/
+1
2014-05-21
blk-mq: allow the hctx cpu hotplug notifier to return errors
Jens Axboe
1
-1
/
+1
2014-05-20
blk-mq: allow changing of queue depth through sysfs
Jens Axboe
1
-1
/
+1
2014-05-19
Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/core
Jens Axboe
1
-0
/
+7
[next]