1. 2a19b28 blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release() by Ming Lei · 3 years, 2 months ago
  2. b637108 blk-mq: fix filesystem I/O request allocation by Ming Lei · 3 years, 2 months ago
  3. ecaf97f block: use enum type for blk_mq_alloc_data->rq_flags by Jens Axboe · 3 years, 2 months ago
  4. 3b87c6e blk-mq: update hctx->nr_active in blk_mq_end_request_batch() by Ming Lei · 3 years, 2 months ago
  5. 56f8da6 block: add rq_flags to struct blk_mq_alloc_data by Jens Axboe · 3 years, 3 months ago
  6. dbb6f76 blk-mq: move blk_mq_flush_plug_list to block/blk-mq.h by Christoph Hellwig · 3 years, 3 months ago
  7. a808a9d block: inline fast path of driver tag allocation by Jens Axboe · 3 years, 3 months ago
  8. 5a72e89 block: add a struct io_comp_batch argument to fops->iopoll() by Jens Axboe · 3 years, 3 months ago
  9. 9a14d6c block: remove debugfs blk_mq_ctx dispatched/merged/completed attributes by Jens Axboe · 3 years, 3 months ago
  10. 3e08773 block: switch polling to be bio based by Christoph Hellwig · 3 years, 3 months ago
  11. 6ce913f block: rename REQ_HIPRI to REQ_POLLED by Christoph Hellwig · 3 years, 3 months ago
  12. 47c122e block: pre-allocate requests if plug is started and is a batch by Jens Axboe · 3 years, 3 months ago
  13. 079a2e3 blk-mq: Change shared sbitmap naming to shared tags by John Garry · 3 years, 3 months ago
  14. e155b0c blk-mq: Use shared tags for shared sbitmap support by John Garry · 3 years, 3 months ago
  15. 645db34 blk-mq: Refactor and rename blk_mq_free_map_and_{requests->rqs}() by John Garry · 3 years, 3 months ago
  16. 63064be blk-mq: Add blk_mq_alloc_map_and_rqs() by John Garry · 3 years, 3 months ago
  17. fd2ef39 blk: Fix lock inversion between ioc lock and bfqd lock by Jan Kara · 3 years, 7 months ago
  18. 61347154 block: Do not pull requests from the scheduler when we cannot dispatch them by Jan Kara · 3 years, 8 months ago
  19. 2e315dc blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter by Ming Lei · 3 years, 8 months ago
  20. 2a5a24a scsi: blk-mq: Return budget token from .get_budget callback by Ming Lei · 4 years ago
  21. 2569063 blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queue by Ming Lei · 4 years, 1 month ago
  22. d220a21 blk-mq: update arg in comment of blk_mq_map_queue by Minwoo Im · 4 years, 1 month ago
  23. 8446fe9 block: switch partition lookup to use struct block_device by Christoph Hellwig · 4 years, 2 months ago
  24. f1b49fd blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared sbitmap by John Garry · 4 years, 5 months ago
  25. bccf5e2 blk-mq: Record nr_active_requests per queue for when using shared sbitmap by John Garry · 4 years, 5 months ago
  26. a0235d2 blk-mq: Relocate hctx_may_queue() by John Garry · 4 years, 5 months ago
  27. 32bc15a blk-mq: Facilitate a shared sbitmap per tagset by John Garry · 4 years, 5 months ago
  28. 1c0706a blk-mq: Pass flags for tag init/free by John Garry · 4 years, 5 months ago
  29. 4e2f62e5 Revert "blk-mq: put driver tag when this request is completed" by Jens Axboe · 4 years, 7 months ago
  30. 723bf17 blk-mq: move blk_mq_put_driver_tag() into blk-mq.c by Ming Lei · 4 years, 7 months ago
  31. 1fd40b5 blk-mq: pass obtained budget count to blk_mq_dispatch_rq_list by Ming Lei · 4 years, 7 months ago
  32. 445874e blk-mq: pass hctx to blk_mq_dispatch_rq_list by Ming Lei · 4 years, 7 months ago
  33. 65c7636 blk-mq: pass request queue into get/put budget callback by Ming Lei · 4 years, 7 months ago
  34. 42fdc5e blk-mq: remove the BLK_MQ_REQ_INTERNAL flag by Christoph Hellwig · 4 years, 7 months ago
  35. d94ecfc blk-mq: split out a __blk_mq_get_driver_tag helper by Christoph Hellwig · 4 years, 7 months ago
  36. 76647368 blk-mq: use BLK_MQ_NO_TAG in more places by Christoph Hellwig · 4 years, 8 months ago
  37. cae740a blk-mq: Remove some unused function arguments by John Garry · 4 years, 11 months ago
  38. 01e99ae blk-mq: insert passthrough request into hctx->dispatch directly by Ming Lei · 4 years, 11 months ago
  39. 27a4698 blk-mq: Inline status checkers by Pavel Begunkov · 5 years ago
  40. b49773e7 block: Disable write plugging for zoned block devices by Damien Le Moal · 6 years ago
  41. c05f422 blk-mq: remove blk_mq_put_ctx() by Bart Van Assche · 6 years ago
  42. c7e2d94 blk-mq: free hw queue's resource in hctx's release handler by Ming Lei · 6 years ago
  43. fd9c40f block: Revert v5.0 blk_mq_request_issue_directly() changes by Bart Van Assche · 6 years ago
  44. 13f0638 blk-mq: use blk_mq_put_driver_tag() to put tag by Yufen Yu · 6 years ago
  45. e6c9871 block: Unexport blk_mq_add_to_requeue_list() by Bart Van Assche · 6 years ago
  46. 6fb845f Merge tag 'v5.0-rc6' into for-5.1/block by Jens Axboe · 6 years ago
  47. 2698484 blk-mq: remove duplicated definition of blk_mq_freeze_queue by Liu Bo · 6 years ago
  48. bb94aea blk-mq: save default hctx into ctx->hctxs for not-supported type by Jianchao Wang · 6 years ago
  49. 8ccdf4a blk-mq: save queue mapping result into ctx directly by Jianchao Wang · 6 years ago
  50. c16d6b5 blk-mq: fix dispatch from sw queue by Ming Lei · 6 years ago
  51. 5aceaeb blk-mq: only dispatch to non-defauly queue maps if they have queues by Christoph Hellwig · 6 years ago
  52. d6a51a9 blk-mq: replace and kill blk_mq_request_issue_directly by Jianchao Wang · 6 years ago
  53. e016b78 block: return just one value from part_in_flight by Mikulas Patocka · 6 years ago
  54. e20ba6e block: move queues types to the block layer by Christoph Hellwig · 6 years ago
  55. be94f05 blk-mq: use bd->last == true for list inserts by Jens Axboe · 6 years ago
  56. 1db4909 blk-mq: not embed .mq_kobj and ctx->kobj into queue instance by Ming Lei · 6 years ago
  57. ea4f995 blk-mq: cache request hardware queue mapping by Jens Axboe · 6 years ago
  58. b3c661b blk-mq: support multiple hctx maps by Jens Axboe · 6 years ago
  59. f31967f blk-mq: allow software queue to map to multiple hardware queues by Jens Axboe · 6 years ago
  60. f9afca4 blk-mq: pass in request/bio flags to queue mapping by Jens Axboe · 6 years ago
  61. ff2c566 blk-mq: provide dummy blk_mq_map_queue_type() helper by Jens Axboe · 6 years ago
  62. ed76e32 blk-mq: abstract out queue map by Jens Axboe · 6 years ago
  63. a890893 blk-mq: kill q->mq_map by Jens Axboe · 6 years ago
  64. 6ce3dd6 blk-mq: issue directly if hw queue isn't busy in case of 'none' by Ming Lei · 7 years ago
  65. 0da73d0 blk-mq: code clean-up by adding an API to clear set->mq_map by Minwoo Im · 7 years ago
  66. 8ab6bb9e blk-mq: cleanup blk_mq_get_driver_tag() by Ming Lei · 7 years ago
  67. 12f5b93 blk-mq: Remove generation seqeunce by Keith Busch · 7 years ago
  68. bf0ddab blk-mq: fix sysfs inflight counter by Omar Sandoval · 7 years ago
  69. fe64407 block: mq: Add some minor doc for core structs by Linus Walleij · 7 years ago
  70. c77ff7f blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_directly() by Bart Van Assche · 7 years ago
  71. 396eaf2 blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback by Ming Lei · 7 years ago
  72. 5a61c36 blk-mq: remove REQ_ATOM_STARTED by Tejun Heo · 7 years ago
  73. 358f70d blk-mq: make blk_abort_request() trigger timeout path by Tejun Heo · 7 years ago
  74. 1d9bd51 blk-mq: replace timeout synchronization with a RCU and generation based scheme by Tejun Heo · 7 years ago
  75. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  76. 79f720a blk-mq: only run the hardware queue if IO is pending by Jens Axboe · 7 years ago
  77. 9a95e4e block, nvme: Introduce blk_mq_req_flags_t by Bart Van Assche · 7 years ago
  78. 244c65a blk-mq: move blk_mq_put_driver_tag*() into blk-mq.h by Ming Lei · 7 years ago
  79. b085029 block: pass 'run_queue' to blk_mq_request_bypass_insert by Ming Lei · 7 years ago
  80. 88022d7 blk-mq: don't handle failure in .get_budget by Ming Lei · 7 years ago
  81. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  82. b347689 blk-mq-sched: improve dispatching from sw queue by Ming Lei · 7 years ago
  83. de14829 blk-mq: introduce .get_budget and .put_budget in blk_mq_ops by Ming Lei · 7 years ago
  84. 157f377 block: directly insert blk-mq request from blk_insert_cloned_request() by Jens Axboe · 7 years ago
  85. f299b7c blk-mq: provide internal in-flight variant by Jens Axboe · 7 years ago
  86. 03ffbcd Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  87. 4b855ad blk-mq: Create hctx for each present CPU by Christoph Hellwig · 8 years ago
  88. e4cdf1a blk-mq: remove __blk_mq_alloc_request by Christoph Hellwig · 8 years ago
  89. 6af5405 blk-mq: simplify blk_mq_free_request by Christoph Hellwig · 8 years ago
  90. 6e15cf2 blk-mq: mark blk_mq_rq_ctx_init static by Christoph Hellwig · 8 years ago
  91. d173a25 blk-mq: move debugfs declarations to a separate header file by Omar Sandoval · 8 years ago
  92. 62d6c94 blk-mq-debugfs: Rename functions for registering and unregistering the mq directory by Bart Van Assche · 8 years ago
  93. 4c9e401 blk-mq: Let blk_mq_debugfs_register() look up the queue name by Bart Van Assche · 8 years ago
  94. 2d0364c blk-mq: Register <dev>/queue/mq after having registered <dev>/queue by Bart Van Assche · 8 years ago
  95. 229a9287 blk-mq: add shallow depth option for blk_mq_get_tag() by Omar Sandoval · 8 years ago
  96. 65f619d Merge branch 'for-linus' into for-4.12/block by Jens Axboe · 8 years ago
  97. 81380ca blk-mq: use the right hctx when getting a driver tag fails by Omar Sandoval · 8 years ago
  98. 34dbad5 blk-stat: convert to callback-based statistics reporting by Omar Sandoval · 8 years ago
  99. 7ea5fe3 blk-mq: make lifetime consitent between q/ctx and its kobject by Ming Lei · 8 years ago
  100. 737f98c blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue() by Ming Lei · 8 years ago