index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-mq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
blk-mq: add REQ_SYNC early
Shaohua Li
2014-03-21
1
-0
/
+2
*
blk-mq: support partial I/O completions
Christoph Hellwig
2014-03-21
1
-32
/
+5
*
blk-mq: merge blk_mq_insert_request and blk_mq_run_request
Christoph Hellwig
2014-03-21
1
-43
/
+10
*
blk-mq: remove blk_mq_alloc_rq
Christoph Hellwig
2014-03-21
1
-8
/
+2
*
blk-mq: don't dump CPU -> hw queue map on driver load
Jens Axboe
2014-03-20
1
-0
/
+10
*
blk-mq: fix wrong usage of hctx->state vs hctx->flags
Jens Axboe
2014-03-19
1
-3
/
+3
*
blk-mq: allow blk_mq_init_commands() to return failure
Jens Axboe
2014-03-14
1
-7
/
+45
*
blktrace: fix accounting of partially completed requests
Roman Pen
2014-03-05
1
-1
/
+1
*
smp: Rename __smp_call_function_single() to smp_call_function_single_async()
Frederic Weisbecker
2014-02-24
1
-1
/
+1
*
smp: Remove wait argument from __smp_call_function_single()
Frederic Weisbecker
2014-02-24
1
-1
/
+1
*
blk-mq: pair blk_mq_start_request / blk_mq_requeue_request
Christoph Hellwig
2014-02-11
1
-23
/
+26
*
blk-mq: dont assume rq->errors is set when returning an error from ->queue_rq
Christoph Hellwig
2014-02-11
1
-1
/
+1
*
blk-mq: rework flush sequencing logic
Christoph Hellwig
2014-02-10
1
-35
/
+19
*
blk-mq: rework I/O completions
Christoph Hellwig
2014-02-10
1
-21
/
+31
*
blk-mq: Add bio_integrity setup to blk_mq_make_request
Nicholas Bellinger
2014-02-07
1
-0
/
+5
*
blk-mq: initialize sg_reserved_size
Christoph Hellwig
2014-02-07
1
-0
/
+2
*
blk-mq: handle dma_drain_size
Christoph Hellwig
2014-02-07
1
-0
/
+10
*
blk-mq: support at_head inserations for blk_execute_rq
Christoph Hellwig
2014-02-07
1
-7
/
+10
*
blk-mq: Don't reserve a tag for flush request
Shaohua Li
2014-01-30
1
-16
/
+30
*
blk-mq: uses page->list incorrectly
Dave Hansen
2014-01-08
1
-3
/
+3
*
blk-mq: use __smp_call_function_single directly
Christoph Hellwig
2014-01-08
1
-57
/
+11
*
blk-mq: fix initializing request's start time
Ming Lei
2014-01-03
1
-0
/
+2
*
block: blk-mq: don't export blk_mq_free_queue()
Ming Lei
2013-12-31
1
-1
/
+0
*
block: blk-mq: make blk_sync_queue support mq
Ming Lei
2013-12-31
1
-1
/
+0
*
block: blk-mq: support draining mq queue
Ming Lei
2013-12-31
1
-16
/
+27
*
Merge tag 'v3.13-rc6' into for-3.14/core
Jens Axboe
2013-12-31
1
-6
/
+10
|
\
|
*
blk-mq: fix use-after-free of request
Ming Lei
2013-12-05
1
-2
/
+2
|
*
blk-mq: fix dereference of rq->mq_ctx if allocation fails
Jeff Moyer
2013-12-03
1
-4
/
+8
*
|
block: Abstract out bvec iterator
Kent Overstreet
2013-11-23
1
-1
/
+1
|
/
*
blk-mq: add blktrace insert event trace
Jens Axboe
2013-11-19
1
-0
/
+2
*
blk-mq: ensure that we set REQ_IO_STAT so diskstats work
Jens Axboe
2013-11-19
1
-4
/
+8
*
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2013-11-15
1
-3
/
+3
|
\
|
*
blk-mq: remove newly added instances of __cpuinit
Paul Gortmaker
2013-11-14
1
-3
/
+3
*
|
kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS
Christoph Hellwig
2013-11-15
1
-2
/
+2
|
/
*
blk-mq: mq plug list breakage
Shaohua Li
2013-10-29
1
-1
/
+1
*
blk-mq: fix for flush deadlock
Christoph Hellwig
2013-10-28
1
-2
/
+12
*
blk-mq: add blk_mq_stop_hw_queues
Christoph Hellwig
2013-10-25
1
-0
/
+10
*
blk-mq: new multi-queue block IO queueing mechanism
Jens Axboe
2013-10-25
1
-0
/
+1480