index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-mq-tag.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-19
block: move blk_mq_tag_to_rq() inline
Jens Axboe
1
-23
/
+0
2021-10-18
block: add support for blk_mq_end_request_batch()
Jens Axboe
1
-0
/
+1
2021-10-18
block: improve batched tag allocation
Jens Axboe
1
-0
/
+2
2021-10-18
blk-mq: Change shared sbitmap naming to shared tags
John Garry
1
-2
/
+2
2021-10-18
blk-mq: Stop using pointers for blk_mq_tags bitmap tags
John Garry
1
-5
/
+2
2021-10-18
blk-mq: Use shared tags for shared sbitmap support
John Garry
1
-4
/
+2
2021-10-18
blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()
John Garry
1
-0
/
+1
2021-10-18
block: move elevator.h to block/
Christoph Hellwig
1
-0
/
+2
2021-05-24
blk-mq: Some tag allocation code refactoring
John Garry
1
-3
/
+6
2021-05-24
blk-mq: clear stale request in tags->rq[] before freeing one request pool
Ming Lei
1
-0
/
+6
2020-09-03
blk-mq: Relocate hctx_may_queue()
John Garry
1
-33
/
+0
2020-09-03
blk-mq: Facilitate a shared sbitmap per tagset
John Garry
1
-0
/
+7
2020-09-03
blk-mq: Use pointers for blk_mq_tags bitmap tags
John Garry
1
-2
/
+5
2020-09-03
blk-mq: Pass flags for tag init/free
John Garry
1
-3
/
+4
2020-09-03
blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED
Ming Lei
1
-3
/
+3
2020-07-08
blk-mq: centralise related handling into blk_mq_get_driver_tag
Ming Lei
1
-12
/
+0
2020-07-01
Revert "blk-mq: put driver tag when this request is completed"
Jens Axboe
1
-0
/
+12
2020-06-30
blk-mq: centralise related handling into blk_mq_get_driver_tag
Ming Lei
1
-12
/
+0
2020-06-30
blk-mq: move blk_mq_get_driver_tag into blk-mq.c
Ming Lei
1
-8
/
+31
2020-06-07
blk-mq: split out a __blk_mq_get_driver_tag helper
Christoph Hellwig
1
-0
/
+8
2020-05-29
blk-mq: add blk_mq_all_tag_iter
Ming Lei
1
-0
/
+2
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
-1
/
+0
2017-11-14
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-01
blk-mq-tag: kill unused tag enums
Jens Axboe
1
-6
/
+1
2017-03-02
blk-mq-sched: Allocate sched reserved tags as specified in the original queue...
Sagi Grimberg
1
-0
/
+6
2017-01-27
blk-mq: move tags and sched_tags info from sysfs to debugfs
Omar Sandoval
1
-1
/
+0
2017-01-20
blk-mq: allow resize of scheduler requests
Jens Axboe
1
-1
/
+3
2017-01-17
blk-mq: split tag ->rqs[] into two
Jens Axboe
1
-0
/
+1
2017-01-17
blk-mq-tag: cleanup the normal/reserved tag allocation
Jens Axboe
1
-2
/
+2
2016-10-09
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+0
2016-09-17
sbitmap: randomize initial alloc_hint values
Omar Sandoval
1
-1
/
+0
2016-09-17
sbitmap: push alloc policy into sbitmap_queue
Omar Sandoval
1
-1
/
+0
2016-09-17
sbitmap: push per-cpu last_tag into sbitmap_queue
Omar Sandoval
1
-1
/
+2
2016-09-17
blk-mq: abstract tag allocation out into sbitmap library
Omar Sandoval
1
-27
/
+10
2016-09-15
blk-mq: get rid of the cpumask in struct blk_mq_tags
Christoph Hellwig
1
-1
/
+0
2015-10-01
blk-mq: factor out a helper to iterate all tags for a request_queue
Christoph Hellwig
1
-0
/
+2
2015-08-15
blk-mq: fix race between timeout and freeing request
Ming Lei
1
-0
/
+12
2015-06-01
blk-mq: Shared tag enhancements
Keith Busch
1
-0
/
+1
2015-01-23
blk-mq: add tag allocation policy
Shaohua Li
1
-1
/
+3
2014-12-31
block: wake up waiters when a queue is marked dying
Jens Axboe
1
-0
/
+1
2014-06-17
blk-mq: bitmap tag: fix races on shared ::wake_index fields
Alexander Gordeev
1
-1
/
+1
2014-06-03
blk-mq: fix schedule from atomic context
Ming Lei
1
-1
/
+1
2014-05-28
blk-mq: remove blk_mq_wait_for_tags
Christoph Hellwig
1
-1
/
+0
2014-05-23
blk-mq: export blk_mq_tag_busy_iter
Sam Bradshaw
1
-1
/
+0
2014-05-20
blk-mq: allow changing of queue depth through sysfs
Jens Axboe
1
-0
/
+1
2014-05-19
Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/core
Jens Axboe
1
-3
/
+24
2014-05-19
blk-mq: move the cache friendly bitmap type of out blk-mq-tag
Jens Axboe
1
-6
/
+3
[next]