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-tag.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-02
block: remove useless BUG_ON() in blk_mq_put_tag()
Damien Le Moal
1
-1
/
+0
2022-03-09
blk-mq: manage hctx map via xarray
Ming Lei
1
-1
/
+1
2022-03-09
blk-mq: prepare for implementing hctx table via xarray
Ming Lei
1
-1
/
+1
2022-02-08
sbitmap: Delete old sbitmap_queue_get_shallow()
John Garry
1
-1
/
+1
2022-01-13
blk-mq: fix tag_get wait task can't be awakened
Laibin Qiu
1
-7
/
+33
2021-12-06
blk-mq: Optimise blk_mq_queue_tag_busy_iter() for shared tags
John Garry
1
-18
/
+41
2021-12-06
blk-mq: Delete busy_iter_fn
John Garry
1
-3
/
+3
2021-12-06
blk-mq: Drop busy_iter_fn blk_mq_hw_ctx argument
John Garry
1
-1
/
+1
2021-12-04
block: switch to atomic_t for request references
Jens Axboe
1
-1
/
+1
2021-10-21
blk-mq: Fix blk_mq_tagset_busy_iter() for shared tags
John Garry
1
-2
/
+5
2021-10-18
block: add support for blk_mq_end_request_batch()
Jens Axboe
1
-0
/
+6
2021-10-18
block: improve batched tag allocation
Jens Axboe
1
-0
/
+15
2021-10-18
blk-mq: Change shared sbitmap naming to shared tags
John Garry
1
-9
/
+9
2021-10-18
blk-mq: Stop using pointers for blk_mq_tags bitmap tags
John Garry
1
-36
/
+20
2021-10-18
blk-mq: Use shared tags for shared sbitmap support
John Garry
1
-44
/
+19
2021-10-18
blk-mq: Refactor and rename blk_mq_free_map_and_{requests->rqs}()
John Garry
1
-2
/
+1
2021-10-18
blk-mq: Add blk_mq_alloc_map_and_rqs()
John Garry
1
-8
/
+1
2021-10-18
blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()
John Garry
1
-0
/
+6
2021-09-13
blk-mq: avoid to iterate over stale request
Ming Lei
1
-1
/
+1
2021-05-24
blk-mq: Use request queue-wide tags for tagset-wide sbitmap
John Garry
1
-6
/
+5
2021-05-24
blk-mq: Some tag allocation code refactoring
John Garry
1
-21
/
+33
2021-05-24
blk-mq: clear stale request in tags->rq[] before freeing one request pool
Ming Lei
1
-2
/
+7
2021-05-24
blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter
Ming Lei
1
-11
/
+33
2021-04-06
blk-mq: Always use blk_mq_is_sbitmap_shared
Nikolay Borisov
1
-2
/
+2
2021-03-25
blk-mq: Sentence reconstruct for better readability
Bhaskar Chowdhury
1
-2
/
+2
2020-09-29
block-mq: fix comments in blk_mq_queue_tag_busy_iter
yangerkun
1
-3
/
+1
2020-09-11
blk-mq: always allow reserved allocation in hctx_may_queue
Ming Lei
1
-1
/
+2
2020-09-04
blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...
John Garry
1
-8
/
+25
2020-09-04
blk-mq: Facilitate a shared sbitmap per tagset
John Garry
1
-4
/
+47
2020-09-04
blk-mq: Use pointers for blk_mq_tags bitmap tags
John Garry
1
-19
/
+22
2020-09-04
blk-mq: Pass flags for tag init/free
John Garry
1
-5
/
+7
2020-09-04
blk-mq: Free tags in blk_mq_init_tags() upon error
Hannes Reinecke
1
-8
/
+10
2020-06-30
blk-mq: move blk_mq_get_driver_tag into blk-mq.c
Ming Lei
1
-58
/
+0
2020-06-29
blk-mq: remove the BLK_MQ_REQ_INTERNAL flag
Christoph Hellwig
1
-2
/
+2
2020-06-15
blk-mq: Remove redundant 'return' statement
Baolin Wang
1
-1
/
+1
2020-06-07
blk-mq: fix blk_mq_all_tag_iter
Ming Lei
1
-3
/
+9
2020-06-07
blk-mq: split out a __blk_mq_get_driver_tag helper
Christoph Hellwig
1
-0
/
+27
2020-05-29
blk-mq: drain I/O when all CPUs in a hctx are offline
Ming Lei
1
-0
/
+8
2020-05-29
blk-mq: add blk_mq_all_tag_iter
Ming Lei
1
-18
/
+32
2020-05-29
blk-mq: use BLK_MQ_NO_TAG in more places
Christoph Hellwig
1
-4
/
+4
2020-05-29
blk-mq: rename BLK_MQ_TAG_FAIL to BLK_MQ_NO_TAG
Christoph Hellwig
1
-2
/
+2
2020-02-26
blk-mq: Remove some unused function arguments
John Garry
1
-2
/
+2
2019-11-13
blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue()
John Garry
1
-8
/
+0
2019-08-05
blk-mq: introduce blk_mq_tagset_wait_completed_request()
Ming Lei
1
-0
/
+32
2019-07-03
blk-mq: remove blk_mq_put_ctx()
Bart Van Assche
1
-8
/
+0
2019-05-01
block: add SPDX tags to block layer files missing licensing information
Christoph Hellwig
1
-0
/
+1
2019-02-01
blk-mq: save queue mapping result into ctx directly
Jianchao Wang
1
-1
/
+1
2018-12-01
sbitmap: optimize wakeup check
Jens Axboe
1
-6
/
+5
2018-11-08
blk-mq-tag: document tag iteration helper return value
Jens Axboe
1
-4
/
+8
2018-11-08
blk-mq-tag: change busy_iter_fn to return whether to continue or not
Jens Axboe
1
-2
/
+2
[next]