index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-mq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-07
blk-mq: fix potential stall during CPU unplug with IO pending
Jens Axboe
1
-2
/
+6
2014-03-21
blk-mq: add REQ_SYNC early
Shaohua Li
1
-0
/
+2
2014-03-21
blk-mq: support partial I/O completions
Christoph Hellwig
1
-32
/
+5
2014-03-21
blk-mq: merge blk_mq_insert_request and blk_mq_run_request
Christoph Hellwig
1
-43
/
+10
2014-03-21
blk-mq: remove blk_mq_alloc_rq
Christoph Hellwig
1
-8
/
+2
2014-03-20
blk-mq: don't dump CPU -> hw queue map on driver load
Jens Axboe
1
-0
/
+10
2014-03-20
blk-mq: fix wrong usage of hctx->state vs hctx->flags
Jens Axboe
1
-3
/
+3
2014-03-14
blk-mq: allow blk_mq_init_commands() to return failure
Jens Axboe
1
-7
/
+45
2014-03-06
blktrace: fix accounting of partially completed requests
Roman Pen
1
-1
/
+1
2014-02-25
smp: Rename __smp_call_function_single() to smp_call_function_single_async()
Frederic Weisbecker
1
-1
/
+1
2014-02-25
smp: Remove wait argument from __smp_call_function_single()
Frederic Weisbecker
1
-1
/
+1
2014-02-11
blk-mq: pair blk_mq_start_request / blk_mq_requeue_request
Christoph Hellwig
1
-23
/
+26
2014-02-11
blk-mq: dont assume rq->errors is set when returning an error from ->queue_rq
Christoph Hellwig
1
-1
/
+1
2014-02-10
blk-mq: rework flush sequencing logic
Christoph Hellwig
1
-35
/
+19
2014-02-10
blk-mq: rework I/O completions
Christoph Hellwig
1
-21
/
+31
2014-02-08
blk-mq: Add bio_integrity setup to blk_mq_make_request
Nicholas Bellinger
1
-0
/
+5
2014-02-07
blk-mq: initialize sg_reserved_size
Christoph Hellwig
1
-0
/
+2
2014-02-07
blk-mq: handle dma_drain_size
Christoph Hellwig
1
-0
/
+10
2014-02-07
blk-mq: support at_head inserations for blk_execute_rq
Christoph Hellwig
1
-7
/
+10
2014-01-30
blk-mq: Don't reserve a tag for flush request
Shaohua Li
1
-16
/
+30
2014-01-09
blk-mq: uses page->list incorrectly
Dave Hansen
1
-3
/
+3
2014-01-09
blk-mq: use __smp_call_function_single directly
Christoph Hellwig
1
-57
/
+11
2014-01-03
blk-mq: fix initializing request's start time
Ming Lei
1
-0
/
+2
2013-12-31
block: blk-mq: don't export blk_mq_free_queue()
Ming Lei
1
-1
/
+0
2013-12-31
block: blk-mq: make blk_sync_queue support mq
Ming Lei
1
-1
/
+0
2013-12-31
block: blk-mq: support draining mq queue
Ming Lei
1
-16
/
+27
2013-12-31
Merge tag 'v3.13-rc6' into for-3.14/core
Jens Axboe
1
-6
/
+10
2013-12-05
blk-mq: fix use-after-free of request
Ming Lei
1
-2
/
+2
2013-12-04
blk-mq: fix dereference of rq->mq_ctx if allocation fails
Jeff Moyer
1
-4
/
+8
2013-11-24
block: Abstract out bvec iterator
Kent Overstreet
1
-1
/
+1
2013-11-20
blk-mq: add blktrace insert event trace
Jens Axboe
1
-0
/
+2
2013-11-19
blk-mq: ensure that we set REQ_IO_STAT so diskstats work
Jens Axboe
1
-4
/
+8
2013-11-16
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+3
2013-11-15
kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS
Christoph Hellwig
1
-2
/
+2
2013-11-14
blk-mq: remove newly added instances of __cpuinit
Paul Gortmaker
1
-3
/
+3
2013-10-29
blk-mq: mq plug list breakage
Shaohua Li
1
-1
/
+1
2013-10-28
blk-mq: fix for flush deadlock
Christoph Hellwig
1
-2
/
+12
2013-10-25
blk-mq: add blk_mq_stop_hw_queues
Christoph Hellwig
1
-0
/
+10
2013-10-25
blk-mq: new multi-queue block IO queueing mechanism
Jens Axboe
1
-0
/
+1480