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
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
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
2014-09-22
blk-mq: fix and simplify tag iteration for the timeout handler
Christoph Hellwig
1
-1
/
+5
2014-09-22
blk-mq: rename blk_mq_end_io to blk_mq_end_request
Christoph Hellwig
1
-2
/
+2
2014-09-22
blk-mq: call blk_mq_start_request from ->queue_rq
Christoph Hellwig
1
-0
/
+1
2014-09-22
blk-mq: remove REQ_END
Christoph Hellwig
1
-1
/
+1
2014-08-15
blk-mq: get rid of unused BLK_MQ_F_SHOULD_SORT flag
Jens Axboe
1
-4
/
+3
2014-06-18
blk-mq: bitmap tag: fix races on shared ::wake_index fields
Alexander Gordeev
1
-1
/
+1
2014-06-06
blk-mq: bump max tag depth to 10K tags
Jens Axboe
1
-1
/
+1
2014-06-04
blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameter
Jens Axboe
1
-1
/
+1
2014-05-30
blk-mq: make the sysfs mq/ layout reflect current mappings
Jens Axboe
1
-0
/
+1
2014-05-30
blk-mq: blk_mq_tag_to_rq should handle flush request
Shaohua Li
1
-1
/
+1
2014-05-29
block: add queue flag for disabling SG merging
Jens Axboe
1
-0
/
+1
2014-05-28
blk-mq: remove alloc_hctx and free_hctx methods
Christoph Hellwig
1
-10
/
+0
2014-05-28
blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_request
Christoph Hellwig
1
-2
/
+2
2014-05-28
blk-mq: add helper to insert requests from irq context
Christoph Hellwig
1
-0
/
+2
2014-05-28
blk-mq: remove stale comment for blk_mq_complete_request()
Jens Axboe
1
-5
/
+0
2014-05-28
blk-mq: allow non-softirq completions
Jens Axboe
1
-0
/
+4
2014-05-27
blk-mq: pass in suggested NUMA node to ->alloc_hctx()
Jens Axboe
1
-2
/
+2
2014-05-23
blk-mq: export blk_mq_tag_busy_iter
Sam Bradshaw
1
-0
/
+1
2014-05-21
blk-mq: allow the hctx cpu hotplug notifier to return errors
Jens Axboe
1
-1
/
+1
2014-05-20
blk-mq: allow changing of queue depth through sysfs
Jens Axboe
1
-1
/
+1
2014-05-19
Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/core
Jens Axboe
1
-0
/
+7
2014-05-19
blk-mq: switch ctx pending map to the sparser blk_align_bitmap
Jens Axboe
1
-2
/
+8
2014-05-14
blk-mq: improve support for shared tags maps
Jens Axboe
1
-0
/
+7
2014-05-09
blk-mq: implement new and more efficient tagging scheme
Jens Axboe
1
-2
/
+4
2014-05-07
blk-mq: add basic round-robin of what CPU to queue workqueue work on
Jens Axboe
1
-0
/
+4
2014-04-25
blk-mq: respect rq_affinity
Christoph Hellwig
1
-1
/
+0
2014-04-17
blk-mq: add blk_mq_requeue_request
Christoph Hellwig
1
-0
/
+2
2014-04-17
blk-mq: add blk_mq_start_hw_queues
Christoph Hellwig
1
-0
/
+1
2014-04-17
blk-mq: add blk_mq_delay_queue
Christoph Hellwig
1
-1
/
+3
2014-04-17
blk-mq: add async parameter to blk_mq_start_stopped_hw_queues
Christoph Hellwig
1
-1
/
+1
2014-04-17
blk-mq: allow drivers to hook into I/O completion
Christoph Hellwig
1
-7
/
+2
2014-04-16
blk-mq: split out tag initialization, support shared tags
Christoph Hellwig
1
-18
/
+16
2014-04-16
blk-mq: add ->init_request and ->exit_request methods
Christoph Hellwig
1
-2
/
+12
2014-04-09
blk-mq: ensure that hardware queues are always run on the mapped CPUs
Jens Axboe
1
-0
/
+1
2014-04-02
Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+3
2014-03-21
blk-mq: merge blk_mq_insert_request and blk_mq_run_request
Christoph Hellwig
1
-2
/
+1
[next]