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