index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-mq-sched.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
blk-mq-sched: Don't reference queue tagset in blk_mq_sched_tags_teardown()
John Garry
2021-10-22
1
-1
/
+1
*
block: clean up blk_mq_submit_bio() merging
Pavel Begunkov
2021-10-21
1
-1
/
+1
*
block: remove debugfs blk_mq_ctx dispatched/merged/completed attributes
Jens Axboe
2021-10-18
1
-4
/
+1
*
blk-mq: inline hot part of __blk_mq_sched_restart
Pavel Begunkov
2021-10-18
1
-3
/
+1
*
blk-mq: Change shared sbitmap naming to shared tags
John Garry
2021-10-18
1
-16
/
+16
*
blk-mq: Use shared tags for shared sbitmap support
John Garry
2021-10-18
1
-41
/
+41
*
blk-mq: Add blk_mq_alloc_map_and_rqs()
John Garry
2021-10-18
1
-12
/
+3
*
blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()
John Garry
2021-10-18
1
-2
/
+1
*
blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()
John Garry
2021-10-18
1
-3
/
+3
*
blk-mq-sched: Rename blk_mq_sched_alloc_{tags -> map_and_rqs}()
John Garry
2021-10-18
1
-7
/
+7
*
block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ
John Garry
2021-10-18
1
-1
/
+1
*
blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handling
John Garry
2021-07-27
1
-13
/
+4
*
blk: Fix lock inversion between ioc lock and bfqd lock
Jan Kara
2021-06-24
1
-2
/
+3
*
block: Remove unnecessary elevator operation checks
Damien Le Moal
2021-06-18
1
-7
/
+6
*
blk-mq: fix use-after-free in blk_mq_exit_sched
Ming Lei
2021-06-18
1
-1
/
+3
*
block: Do not pull requests from the scheduler when we cannot dispatch them
Jan Kara
2021-06-03
1
-1
/
+11
*
blk-mq: Use request queue-wide tags for tagset-wide sbitmap
John Garry
2021-05-24
1
-13
/
+54
*
kyber: fix out of bounds access when preempted
Omar Sandoval
2021-05-11
1
-3
/
+5
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-04-28
1
-4
/
+13
|
\
|
*
scsi: blk-mq: Return budget token from .get_budget callback
Ming Lei
2021-03-04
1
-4
/
+13
*
|
treewide: Change list_sort to use const pointers
Sami Tolvanen
2021-04-08
1
-1
/
+2
*
|
block: Drop leftover references to RQF_SORTED
Jean Delvare
2021-03-01
1
-5
/
+1
|
/
*
block: get rid of the trace rq insert wrapper
Chaitanya Kulkarni
2021-02-22
1
-6
/
+0
*
block: remove the request_queue to argument request based tracepoints
Christoph Hellwig
2020-12-04
1
-1
/
+1
*
blk-mq: get rid of the dead flush handle code path
Yufen Yu
2020-10-09
1
-6
/
+0
*
block: move blk_mq_sched_try_merge to blk-merge.c
Christoph Hellwig
2020-10-06
1
-32
/
+0
*
block: Remove unused blk_mq_sched_free_hctx_data()
Baolin Wang
2020-09-07
1
-15
/
+0
*
blk-mq: Facilitate a shared sbitmap per tagset
John Garry
2020-09-03
1
-3
/
+5
*
blk-mq: Pass flags for tag init/free
John Garry
2020-09-03
1
-3
/
+8
*
blk-mq: use BLK_MQ_NO_TAG for no tag
Xianting Tian
2020-09-01
1
-1
/
+1
*
block: Remove blk_mq_attempt_merge() function
Baolin Wang
2020-09-01
1
-28
/
+16
*
block: Add a new helper to attempt to merge a bio
Baolin Wang
2020-09-01
1
-3
/
+3
*
block: Move blk_mq_bio_list_merge() into blk-merge.c
Baolin Wang
2020-09-01
1
-45
/
+1
*
blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTART
Ming Lei
2020-08-17
1
-0
/
+9
*
block: blk-mq-sched: delete duplicated word
Randy Dunlap
2020-07-31
1
-1
/
+1
*
blk-mq: Remove unnecessary local variable
Baolin Wang
2020-07-10
1
-3
/
+1
*
blk-mq: support batching dispatch in case of io
Ming Lei
2020-06-30
1
-7
/
+82
*
blk-mq: pass obtained budget count to blk_mq_dispatch_rq_list
Ming Lei
2020-06-30
1
-4
/
+4
*
blk-mq: pass hctx to blk_mq_dispatch_rq_list
Ming Lei
2020-06-30
1
-8
/
+6
*
blk-mq: pass request queue into get/put budget callback
Ming Lei
2020-06-30
1
-4
/
+4
*
blk-mq: make function '__blk_mq_sched_dispatch_requests' static
Zheng Bin
2020-04-29
1
-1
/
+1
*
block: Limit number of items taken from the I/O scheduler in one go
Salman Qazi
2020-04-24
1
-13
/
+51
*
blk-mq: Rerun dispatching in the case of budget contention
Douglas Anderson
2020-04-20
1
-0
/
+18
*
blk-mq: insert flush request to the front of dispatch queue
Ming Lei
2020-03-12
1
-0
/
+22
*
blk-mq: insert passthrough request into hctx->dispatch directly
Ming Lei
2020-02-24
1
-7
/
+15
*
blk-mq: move lockdep_assert_held() into elevator_exit
Ming Lei
2019-09-26
1
-2
/
+0
*
blk-mq: remove blk_mq_put_ctx()
Bart Van Assche
2019-07-02
1
-4
/
+1
*
block: remove the bi_phys_segments field in struct bio
Christoph Hellwig
2019-06-20
1
-11
/
+15
*
blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_requests
Ming Lei
2019-06-13
1
-1
/
+0
*
block: free sched's request pool in blk_cleanup_queue
Ming Lei
2019-06-06
1
-3
/
+27
[next]