1. f0c1c4d blk-mq: fix use-after-free in blk_mq_exit_sched by Ming Lei · 3 years, 7 months ago
  2. 61347154 block: Do not pull requests from the scheduler when we cannot dispatch them by Jan Kara · 3 years, 7 months ago
  3. d97e594 blk-mq: Use request queue-wide tags for tagset-wide sbitmap by John Garry · 3 years, 8 months ago
  4. efed9a3 kyber: fix out of bounds access when preempted by Omar Sandoval · 3 years, 8 months ago
  5. d72cd4a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 8 months ago
  6. 4f0f586 treewide: Change list_sort to use const pointers by Sami Tolvanen · 3 years, 9 months ago
  7. 2a5a24a scsi: blk-mq: Return budget token from .get_budget callback by Ming Lei · 4 years ago
  8. 5218e12 block: Drop leftover references to RQF_SORTED by Jean Delvare · 3 years, 10 months ago
  9. b357e4a block: get rid of the trace rq insert wrapper by Chaitanya Kulkarni · 3 years, 10 months ago
  10. a54895f block: remove the request_queue to argument request based tracepoints by Christoph Hellwig · 4 years, 1 month ago
  11. c728152 blk-mq: get rid of the dead flush handle code path by Yufen Yu · 4 years, 3 months ago
  12. eda5cc9 block: move blk_mq_sched_try_merge to blk-merge.c by Christoph Hellwig · 4 years, 3 months ago
  13. ddfb8b0 block: Remove unused blk_mq_sched_free_hctx_data() by Baolin Wang · 4 years, 4 months ago
  14. 32bc15a blk-mq: Facilitate a shared sbitmap per tagset by John Garry · 4 years, 4 months ago
  15. 1c0706a blk-mq: Pass flags for tag init/free by John Garry · 4 years, 4 months ago
  16. e44a6a2 blk-mq: use BLK_MQ_NO_TAG for no tag by Xianting Tian · 4 years, 4 months ago
  17. cdfcef9 block: Remove blk_mq_attempt_merge() function by Baolin Wang · 4 years, 4 months ago
  18. 7d7ca7c block: Add a new helper to attempt to merge a bio by Baolin Wang · 4 years, 4 months ago
  19. bdc6a287 block: Move blk_mq_bio_list_merge() into blk-merge.c by Baolin Wang · 4 years, 4 months ago
  20. d7d8535 blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTART by Ming Lei · 4 years, 4 months ago
  21. c4aecaa block: blk-mq-sched: delete duplicated word by Randy Dunlap · 4 years, 5 months ago
  22. 106e71c blk-mq: Remove unnecessary local variable by Baolin Wang · 4 years, 6 months ago
  23. 6e6fcbc blk-mq: support batching dispatch in case of io by Ming Lei · 4 years, 6 months ago
  24. 1fd40b5 blk-mq: pass obtained budget count to blk_mq_dispatch_rq_list by Ming Lei · 4 years, 6 months ago
  25. 445874e blk-mq: pass hctx to blk_mq_dispatch_rq_list by Ming Lei · 4 years, 6 months ago
  26. 65c7636 blk-mq: pass request queue into get/put budget callback by Ming Lei · 4 years, 6 months ago
  27. e1b586f blk-mq: make function '__blk_mq_sched_dispatch_requests' static by Zheng Bin · 4 years, 8 months ago
  28. 28d6572 block: Limit number of items taken from the I/O scheduler in one go by Salman Qazi · 4 years, 8 months ago
  29. a082342 blk-mq: Rerun dispatching in the case of budget contention by Douglas Anderson · 4 years, 8 months ago
  30. cc3200e blk-mq: insert flush request to the front of dispatch queue by Ming Lei · 4 years, 10 months ago
  31. 01e99ae blk-mq: insert passthrough request into hctx->dispatch directly by Ming Lei · 4 years, 10 months ago
  32. 284b94b blk-mq: move lockdep_assert_held() into elevator_exit by Ming Lei · 5 years ago
  33. c05f422 blk-mq: remove blk_mq_put_ctx() by Bart Van Assche · 5 years ago
  34. 14ccb66 block: remove the bi_phys_segments field in struct bio by Christoph Hellwig · 6 years ago
  35. c326f84 blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_requests by Ming Lei · 6 years ago
  36. c3e2219 block: free sched's request pool in blk_cleanup_queue by Ming Lei · 6 years ago
  37. e87eb30 blk-mq: grab .q_usage_counter when queuing request from plug code path by Ming Lei · 6 years ago
  38. 3dcf60b block: add SPDX tags to block layer files missing licensing information by Christoph Hellwig · 6 years ago
  39. fd9c40f block: Revert v5.0 blk_mq_request_issue_directly() changes by Bart Van Assche · 6 years ago
  40. 8ccdf4a blk-mq: save queue mapping result into ctx directly by Jianchao Wang · 6 years ago
  41. c16d6b5 blk-mq: fix dispatch from sw queue by Ming Lei · 6 years ago
  42. 7211aef8 block: mq-deadline: Fix write completion handling by Damien Le Moal · 6 years ago
  43. 5b7a6f1 blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests by Jianchao Wang · 6 years ago
  44. 0c62bff block: fix attempt to assign NULL io_context by Jens Axboe · 6 years ago
  45. e2b3fa5 block: Remove bio->bi_ioc by Damien Le Moal · 6 years ago
  46. 0d945c1 block: remove the queue_lock indirection by Christoph Hellwig · 6 years ago
  47. 67cae4c blk-mq: cleanup and improve list insertion by Jens Axboe · 6 years ago
  48. ea4f995 blk-mq: cache request hardware queue mapping by Jens Axboe · 6 years ago
  49. f31967f blk-mq: allow software queue to map to multiple hardware queues by Jens Axboe · 6 years ago
  50. f9afca4 blk-mq: pass in request/bio flags to queue mapping by Jens Axboe · 6 years ago
  51. f9cd4bf block: get rid of MQ scheduler ops union by Jens Axboe · 6 years ago
  52. d48ece2 blk-mq: init hctx sched after update ctx and hctx mapping by Jianchao Wang · 6 years ago
  53. 6ce3dd6 blk-mq: issue directly if hw queue isn't busy in case of 'none' by Ming Lei · 6 years ago
  54. 6e768717 blk-mq: dequeue request one by one from sw queue if hctx is busy by Ming Lei · 6 years ago
  55. b04f50a blk-mq: only attempt to merge bio if there is rq in sw queue by Ming Lei · 6 years ago
  56. 97889f9 blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set() by Ming Lei · 7 years ago
  57. 32a50fa blk-mq: update nr_requests when switching to 'none' scheduler by Ming Lei · 7 years ago
  58. acddf3b block: move sysfs_lock into elevator_init by Christoph Hellwig · 7 years ago
  59. ddb7253 block: remove the always unused name argument to elevator_init by Christoph Hellwig · 7 years ago
  60. 9c55873 blk-mq: abstract out blk-mq-sched rq list iteration bio merge helper by Jens Axboe · 7 years ago
  61. bea99a5 blk-mq-sched: Enable merging discard bio into request by Keith Busch · 7 years ago
  62. 9e97d29 blk-mq-sched: remove unused 'can_block' arg from blk_mq_sched_insert_request by Mike Snitzer · 7 years ago
  63. 913a950 blk-mq: remove confusing comment of blk_mq_sched_dispatch_requests by Liu Bo · 7 years ago
  64. 79f720a blk-mq: only run the hardware queue if IO is pending by Jens Axboe · 7 years ago
  65. 05b7941 Revert "blk-mq: don't handle TAG_SHARED in restart" by Jens Axboe · 7 years ago
  66. 923218f blk-mq: don't allocate driver tag upfront for flush rq by Ming Lei · 7 years ago
  67. a6a252e blk-mq-sched: decide how to handle flush rq via RQF_FLUSH_SEQ by Ming Lei · 7 years ago
  68. 88022d7 blk-mq: don't handle failure in .get_budget by Ming Lei · 7 years ago
  69. 1f460b6 blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCE by Ming Lei · 7 years ago
  70. 358a3a6 blk-mq: don't handle TAG_SHARED in restart by Ming Lei · 7 years ago
  71. b347689 blk-mq-sched: improve dispatching from sw queue by Ming Lei · 7 years ago
  72. de14829 blk-mq: introduce .get_budget and .put_budget in blk_mq_ops by Ming Lei · 7 years ago
  73. caf8eb0 blk-mq-sched: move actual dispatching into one helper by Ming Lei · 7 years ago
  74. 5e3d02b blk-mq-sched: dispatch from scheduler IFF progress is made in ->dispatch by Ming Lei · 7 years ago
  75. 32825c4 blk-mq-sched: fix performance regression of mq-deadline by Ming Lei · 7 years ago
  76. f95a0d6 Merge commit '8e8320c9315c' into for-4.13/block by Jens Axboe · 8 years ago
  77. 8e8320c blk-mq: fix performance regression with shared tags by Jens Axboe · 8 years ago
  78. 7b60781 blk-mq: Document locking assumptions by Bart Van Assche · 8 years ago
  79. f4560ff blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queue by Ming Lei · 8 years ago
  80. 44e8c2b blk-mq: refactor blk_mq_sched_assign_ioc by Christoph Hellwig · 8 years ago
  81. ea511e3 blk-mq: remove blk_mq_sched_{get,put}_rq_priv by Christoph Hellwig · 8 years ago
  82. d2c0d38 blk-mq: move blk_mq_sched_{get,put}_request to blk-mq.c by Christoph Hellwig · 8 years ago
  83. 9bddeb2 blk-mq: make per-sw-queue bio merge as default .bio_merge by Ming Lei · 8 years ago
  84. d332ce0 blk-mq-debugfs: allow schedulers to register debugfs attributes by Omar Sandoval · 8 years ago
  85. 9f2779b blk-mq-sched: remove hack that bypasses scheduler for reserved requests by Jens Axboe · 8 years ago
  86. 3393180 blk-mq-sched: alloate reserved tags out of normal pool by Jens Axboe · 8 years ago
  87. 246665d blk-mq: Remove blk_mq_sched_move_to_dispatch() by Bart Van Assche · 8 years ago
  88. ee056f9 blk-mq-sched: provide hooks for initializing hardware queue data by Omar Sandoval · 8 years ago
  89. 6d8c6c0 blk-mq: Restart a single queue if tag sets are shared by Bart Van Assche · 8 years ago
  90. 54d5329 blk-mq-sched: fix crash in switch error path by Omar Sandoval · 8 years ago
  91. 9325263 blk-mq-sched: set up scheduler tags when bringing up new queues by Omar Sandoval · 8 years ago
  92. 6917ff0 blk-mq-sched: refactor scheduler initialization by Omar Sandoval · 8 years ago
  93. 81380ca blk-mq: use the right hctx when getting a driver tag fails by Omar Sandoval · 8 years ago
  94. 562bef4 blk-mq: move update of tags->rqs to __blk_mq_alloc_request() by Omar Sandoval · 8 years ago
  95. 6d2809d blk-mq: make blk_mq_alloc_request_hctx() allocate a scheduler request by Omar Sandoval · 8 years ago
  96. 415b806 blk-mq-sched: Allocate sched reserved tags as specified in the original queue tagset by Sagi Grimberg · 8 years ago
  97. d38d351 blk-mq-sched: separate mark hctx and queue restart operations by Omar Sandoval · 8 years ago
  98. b86dd81 block: get rid of blk-mq default scheduler choice Kconfig entries by Jens Axboe · 8 years ago
  99. 64765a7 blk-mq-sched: ask scheduler for work, if we failed dispatching leftovers by Jens Axboe · 8 years ago
  100. c7a571b blk-mq-sched: don't add flushes to the head of requeue queue by Jens Axboe · 8 years ago