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
2016-11-02
blk-mq: Introduce blk_mq_hctx_stopped()
Bart Van Assche
1
-6
/
+6
2016-11-02
blk-mq: Do not invoke .queue_rq() for a stopped queue
Bart Van Assche
1
-3
/
+3
2016-10-28
block: better op and flags encoding
Christoph Hellwig
1
-17
/
+11
2016-10-28
block: split out request-only flags into a new namespace
Christoph Hellwig
1
-10
/
+9
2016-10-28
blk-mq: get rid of confusing blk_map_ctx structure
Jens Axboe
1
-13
/
+5
2016-10-28
blk-mq: update hardware and software queues for sleeping alloc
Jens Axboe
1
-3
/
+3
2016-10-10
Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-67
/
+56
2016-10-10
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-46
/
+37
2016-10-08
Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-120
/
+63
2016-09-23
blk-mq: skip unmapped queues in blk_mq_alloc_request_hctx
Christoph Hellwig
1
-2
/
+14
2016-09-23
blk-mq: fixup "Convert to new hotplug state machine"
Sebastian Andrzej Siewior
1
-1
/
+1
2016-09-22
blk-mq: add flag for drivers wanting blocking ->queue_rq()
Jens Axboe
1
-1
/
+1
2016-09-22
blk-mq: remove non-blocking pass in blk_mq_map_request
Christoph Hellwig
1
-13
/
+1
2016-09-22
blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()
Jens Axboe
1
-14
/
+2
2016-09-22
blk-mq: Convert to new hotplug state machine
Sebastian Andrzej Siewior
1
-44
/
+43
2016-09-22
blk-mq/cpu-notif: Convert to new hotplug state machine
Thomas Gleixner
1
-23
/
+13
2016-09-17
sbitmap: push per-cpu last_tag into sbitmap_queue
Omar Sandoval
1
-1
/
+1
2016-09-17
blk-mq: abstract tag allocation out into sbitmap library
Omar Sandoval
1
-80
/
+32
2016-09-16
blk-mq: account higher order dispatch
Jens Axboe
1
-4
/
+9
2016-09-15
blk-mq: kill unused blk_mq_create_mq_map()
Jens Axboe
1
-24
/
+0
2016-09-15
blk-mq: get rid of the cpumask in struct blk_mq_tags
Christoph Hellwig
1
-4
/
+21
2016-09-15
blk-mq: allow the driver to pass in a queue mapping
Christoph Hellwig
1
-3
/
+15
2016-09-15
blk-mq: remove ->map_queue
Christoph Hellwig
1
-29
/
+11
2016-09-15
blk-mq: only allocate a single mq_map per tag_set
Christoph Hellwig
1
-8
/
+14
2016-09-15
blk-mq: don't redistribute hardware queues on a CPU hotplug event
Christoph Hellwig
1
-2
/
+0
2016-09-14
blk-mq: introduce blk_mq_delay_kick_requeue_list()
Mike Snitzer
1
-4
/
+12
2016-08-29
blk-mq: prefetch request in blk_mq_tag_to_rq()
Jens Axboe
1
-1
/
+4
2016-08-29
blk-mq: turn hctx->run_work into a regular work struct
Jens Axboe
1
-5
/
+4
2016-08-25
blk-mq: improve warning for running a queue on the wrong CPU
Jens Axboe
1
-2
/
+3
2016-08-25
blk-mq: don't overwrite rq->mq_ctx
Jens Axboe
1
-39
/
+16
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
1
-5
/
+5
2016-08-04
blk-mq: Allow timeouts to run while queue is freezing
Gabriel Krisman Bertazi
1
-1
/
+14
2016-07-27
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+43
2016-07-27
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-20
/
+22
2016-07-21
block: ensure bios return from blk_get_request are properly initialized
Christoph Hellwig
1
-0
/
+4
2016-07-05
blk-mq: add blk_mq_alloc_request_hctx
Ming Lin
1
-0
/
+39
2016-06-09
blk-mq: actually hook up defer list when running requests
Omar Sandoval
1
-1
/
+1
2016-06-07
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
1
-2
/
+2
2016-06-07
block: convert is_sync helpers to use REQ_OPs.
Mike Christie
1
-4
/
+4
2016-06-07
block: prepare mq request creation to use REQ_OPs
Mike Christie
1
-14
/
+16
2016-06-02
blk-mq: really fix plug list flushing for nomerge queues
Omar Sandoval
1
-9
/
+8
2016-05-26
blk-mq: clear q->mq_ops if init fail
Ming Lin
1
-1
/
+3
2016-05-16
blk-mq: fix undefined behaviour in order_to_size()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2016-05-03
block: Minor blk_account_io_start usage cleanup
Michael Callahan
1
-2
/
+1
2016-03-20
blk-mq: Use proper cpumask iterator
Thomas Gleixner
1
-1
/
+2
2016-03-19
Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-71
/
+113
2016-03-15
blk-mq: add bounds check on tag-to-rq conversion
Hannes Reinecke
1
-1
/
+4
2016-03-04
blk-mq: Fix NULL pointer updating nr_requests
Keith Busch
1
-0
/
+2
2016-02-15
blk-mq: mark request queue as mq asap
Ming Lei
1
-1
/
+3
2016-02-11
blk-mq: End unstarted requests on dying queue
Keith Busch
1
-2
/
+4
[next]