index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-mq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-10-09
1
-67
/
+56
|
\
|
*
blk-mq: fixup "Convert to new hotplug state machine"
Sebastian Andrzej Siewior
2016-09-23
1
-1
/
+1
|
*
blk-mq: Convert to new hotplug state machine
Sebastian Andrzej Siewior
2016-09-22
1
-44
/
+43
|
*
blk-mq/cpu-notif: Convert to new hotplug state machine
Thomas Gleixner
2016-09-22
1
-23
/
+13
*
|
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-10-09
1
-46
/
+37
|
\
\
|
*
|
blk-mq: kill unused blk_mq_create_mq_map()
Jens Axboe
2016-09-15
1
-24
/
+0
|
*
|
blk-mq: get rid of the cpumask in struct blk_mq_tags
Christoph Hellwig
2016-09-15
1
-4
/
+21
|
*
|
blk-mq: allow the driver to pass in a queue mapping
Christoph Hellwig
2016-09-15
1
-3
/
+15
|
*
|
blk-mq: remove ->map_queue
Christoph Hellwig
2016-09-15
1
-29
/
+11
|
*
|
blk-mq: only allocate a single mq_map per tag_set
Christoph Hellwig
2016-09-15
1
-8
/
+14
|
*
|
blk-mq: don't redistribute hardware queues on a CPU hotplug event
Christoph Hellwig
2016-09-15
1
-2
/
+0
*
|
|
Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-10-07
1
-120
/
+63
|
\
\
\
|
*
|
|
blk-mq: add flag for drivers wanting blocking ->queue_rq()
Jens Axboe
2016-09-22
1
-1
/
+1
|
*
|
|
blk-mq: remove non-blocking pass in blk_mq_map_request
Christoph Hellwig
2016-09-22
1
-13
/
+1
|
*
|
|
blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()
Jens Axboe
2016-09-22
1
-14
/
+2
|
|
|
/
|
|
/
|
|
*
|
sbitmap: push per-cpu last_tag into sbitmap_queue
Omar Sandoval
2016-09-17
1
-1
/
+1
|
*
|
blk-mq: abstract tag allocation out into sbitmap library
Omar Sandoval
2016-09-17
1
-80
/
+32
|
*
|
blk-mq: account higher order dispatch
Jens Axboe
2016-09-16
1
-4
/
+9
|
|
/
|
*
blk-mq: introduce blk_mq_delay_kick_requeue_list()
Mike Snitzer
2016-09-14
1
-4
/
+12
|
*
blk-mq: prefetch request in blk_mq_tag_to_rq()
Jens Axboe
2016-08-29
1
-1
/
+4
|
*
blk-mq: turn hctx->run_work into a regular work struct
Jens Axboe
2016-08-29
1
-5
/
+4
*
|
blk-mq: skip unmapped queues in blk_mq_alloc_request_hctx
Christoph Hellwig
2016-09-23
1
-2
/
+14
|
/
*
blk-mq: improve warning for running a queue on the wrong CPU
Jens Axboe
2016-08-24
1
-2
/
+3
*
blk-mq: don't overwrite rq->mq_ctx
Jens Axboe
2016-08-24
1
-39
/
+16
*
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-08-07
1
-5
/
+5
*
blk-mq: Allow timeouts to run while queue is freezing
Gabriel Krisman Bertazi
2016-08-04
1
-1
/
+14
*
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-07-26
1
-0
/
+43
|
\
|
*
block: ensure bios return from blk_get_request are properly initialized
Christoph Hellwig
2016-07-20
1
-0
/
+4
|
*
blk-mq: add blk_mq_alloc_request_hctx
Ming Lin
2016-07-05
1
-0
/
+39
*
|
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-07-26
1
-20
/
+22
|
\
\
|
*
|
blk-mq: actually hook up defer list when running requests
Omar Sandoval
2016-06-09
1
-1
/
+1
|
|
/
|
*
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
2016-06-07
1
-2
/
+2
|
*
block: convert is_sync helpers to use REQ_OPs.
Mike Christie
2016-06-07
1
-4
/
+4
|
*
block: prepare mq request creation to use REQ_OPs
Mike Christie
2016-06-07
1
-14
/
+16
*
|
blk-mq: really fix plug list flushing for nomerge queues
Omar Sandoval
2016-06-02
1
-9
/
+8
|
/
*
blk-mq: clear q->mq_ops if init fail
Ming Lin
2016-05-26
1
-1
/
+3
*
blk-mq: fix undefined behaviour in order_to_size()
Bartlomiej Zolnierkiewicz
2016-05-16
1
-1
/
+1
*
block: Minor blk_account_io_start usage cleanup
Michael Callahan
2016-05-03
1
-2
/
+1
*
blk-mq: Use proper cpumask iterator
Thomas Gleixner
2016-03-20
1
-1
/
+2
*
Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-03-18
1
-71
/
+113
|
\
|
*
blk-mq: add bounds check on tag-to-rq conversion
Hannes Reinecke
2016-03-15
1
-1
/
+4
|
*
blk-mq: Fix NULL pointer updating nr_requests
Keith Busch
2016-03-03
1
-0
/
+2
|
*
blk-mq: mark request queue as mq asap
Ming Lei
2016-02-14
1
-1
/
+3
|
*
blk-mq: dynamic h/w context count
Keith Busch
2016-02-09
1
-69
/
+104
*
|
blk-mq: End unstarted requests on dying queue
Keith Busch
2016-02-11
1
-2
/
+4
|
/
*
Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-01-21
1
-5
/
+8
|
\
|
*
block: remove REQ_NO_TIMEOUT flag
Christoph Hellwig
2015-12-22
1
-2
/
+0
|
*
block: defer timeouts to a workqueue
Christoph Hellwig
2015-12-22
1
-3
/
+8
*
|
blk-mq: Avoid memoryless numa node encoded in hctx numa_node
Raghavendra K T
2015-12-03
1
-1
/
+1
*
|
blk-mq: Reuse hardware context cpumask for tags
Raghavendra K T
2015-12-03
1
-8
/
+1
|
/
[next]