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
/
include
/
linux
/
blk-mq.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-10
Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+1
2016-10-10
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+4
2016-09-22
blk-mq: add flag for drivers wanting blocking ->queue_rq()
Jens Axboe
1
-0
/
+1
2016-09-22
blk-mq/cpu-notif: Convert to new hotplug state machine
Thomas Gleixner
1
-7
/
+1
2016-09-21
blk-mq: register device instead of disk
Matias Bjørling
1
-2
/
+2
2016-09-17
blk-mq: abstract tag allocation out into sbitmap library
Omar Sandoval
1
-7
/
+2
2016-09-15
blk-mq: get rid of the cpumask in struct blk_mq_tags
Christoph Hellwig
1
-1
/
+0
2016-09-15
blk-mq: allow the driver to pass in a queue mapping
Christoph Hellwig
1
-0
/
+3
2016-09-15
blk-mq: remove ->map_queue
Christoph Hellwig
1
-7
/
+0
2016-09-15
blk-mq: only allocate a single mq_map per tag_set
Christoph Hellwig
1
-0
/
+1
2016-09-14
blk-mq: introduce blk_mq_delay_kick_requeue_list()
Mike Snitzer
1
-0
/
+1
2016-09-14
block: remove blk_mq_alloc_single_hw_queue() prototype
Linus Walleij
1
-1
/
+0
2016-09-14
block: add poll_considered statistic
Stephen Bates
1
-0
/
+1
2016-08-29
blk-mq: improve layout of blk_mq_hw_ctx
Jens Axboe
1
-4
/
+5
2016-08-29
blk-mq: turn hctx->run_work into a regular work struct
Jens Axboe
1
-1
/
+1
2016-07-08
blk-mq: Introduce blk_mq_reinit_tagset
Sagi Grimberg
1
-0
/
+3
2016-07-05
blk-mq: add blk_mq_alloc_request_hctx
Ming Lin
1
-0
/
+2
2016-04-13
blk-mq: Make blk_mq_all_tag_busy_iter static
Sagi Grimberg
1
-2
/
+0
2016-04-12
blk-mq: Export tagset iter function
Sagi Grimberg
1
-0
/
+2
2016-03-20
blk-mq: Use proper cpumask iterator
Thomas Gleixner
1
-14
/
+0
2016-02-09
blk-mq: dynamic h/w context count
Keith Busch
1
-0
/
+2
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
[next]