1. c16d6b5 blk-mq: fix dispatch from sw queue by Ming Lei · 6 years ago
  2. 5aceaeb blk-mq: only dispatch to non-defauly queue maps if they have queues by Christoph Hellwig · 6 years ago
  3. d6a51a9 blk-mq: replace and kill blk_mq_request_issue_directly by Jianchao Wang · 6 years ago
  4. e016b78 block: return just one value from part_in_flight by Mikulas Patocka · 6 years ago
  5. e20ba6e block: move queues types to the block layer by Christoph Hellwig · 6 years ago
  6. be94f05 blk-mq: use bd->last == true for list inserts by Jens Axboe · 6 years ago
  7. 1db4909 blk-mq: not embed .mq_kobj and ctx->kobj into queue instance by Ming Lei · 6 years ago
  8. ea4f995 blk-mq: cache request hardware queue mapping by Jens Axboe · 6 years ago
  9. b3c661b blk-mq: support multiple hctx maps by Jens Axboe · 6 years ago
  10. f31967f blk-mq: allow software queue to map to multiple hardware queues by Jens Axboe · 6 years ago
  11. f9afca4 blk-mq: pass in request/bio flags to queue mapping by Jens Axboe · 6 years ago
  12. ff2c566 blk-mq: provide dummy blk_mq_map_queue_type() helper by Jens Axboe · 6 years ago
  13. ed76e32 blk-mq: abstract out queue map by Jens Axboe · 6 years ago
  14. a890893 blk-mq: kill q->mq_map by Jens Axboe · 6 years ago
  15. 6ce3dd6 blk-mq: issue directly if hw queue isn't busy in case of 'none' by Ming Lei · 6 years ago
  16. 0da73d0 blk-mq: code clean-up by adding an API to clear set->mq_map by Minwoo Im · 6 years ago
  17. 8ab6bb9e blk-mq: cleanup blk_mq_get_driver_tag() by Ming Lei · 6 years ago
  18. 12f5b93 blk-mq: Remove generation seqeunce by Keith Busch · 6 years ago
  19. bf0ddab blk-mq: fix sysfs inflight counter by Omar Sandoval · 7 years ago
  20. fe64407 block: mq: Add some minor doc for core structs by Linus Walleij · 7 years ago
  21. c77ff7f blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_directly() by Bart Van Assche · 7 years ago
  22. 396eaf2 blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback by Ming Lei · 7 years ago
  23. 5a61c36 blk-mq: remove REQ_ATOM_STARTED by Tejun Heo · 7 years ago
  24. 358f70d blk-mq: make blk_abort_request() trigger timeout path by Tejun Heo · 7 years ago
  25. 1d9bd51 blk-mq: replace timeout synchronization with a RCU and generation based scheme by Tejun Heo · 7 years ago
  26. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  27. 79f720a blk-mq: only run the hardware queue if IO is pending by Jens Axboe · 7 years ago
  28. 9a95e4e block, nvme: Introduce blk_mq_req_flags_t by Bart Van Assche · 7 years ago
  29. 244c65a blk-mq: move blk_mq_put_driver_tag*() into blk-mq.h by Ming Lei · 7 years ago
  30. b085029 block: pass 'run_queue' to blk_mq_request_bypass_insert by Ming Lei · 7 years ago
  31. 88022d7 blk-mq: don't handle failure in .get_budget by Ming Lei · 7 years ago
  32. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  33. b347689 blk-mq-sched: improve dispatching from sw queue by Ming Lei · 7 years ago
  34. de14829 blk-mq: introduce .get_budget and .put_budget in blk_mq_ops by Ming Lei · 7 years ago
  35. 157f377 block: directly insert blk-mq request from blk_insert_cloned_request() by Jens Axboe · 7 years ago
  36. f299b7c blk-mq: provide internal in-flight variant by Jens Axboe · 7 years ago
  37. 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
  38. 4b855ad blk-mq: Create hctx for each present CPU by Christoph Hellwig · 7 years ago
  39. e4cdf1a blk-mq: remove __blk_mq_alloc_request by Christoph Hellwig · 7 years ago
  40. 6af5405 blk-mq: simplify blk_mq_free_request by Christoph Hellwig · 7 years ago
  41. 6e15cf2 blk-mq: mark blk_mq_rq_ctx_init static by Christoph Hellwig · 7 years ago
  42. d173a25 blk-mq: move debugfs declarations to a separate header file by Omar Sandoval · 8 years ago
  43. 62d6c94 blk-mq-debugfs: Rename functions for registering and unregistering the mq directory by Bart Van Assche · 8 years ago
  44. 4c9e401 blk-mq: Let blk_mq_debugfs_register() look up the queue name by Bart Van Assche · 8 years ago
  45. 2d0364c blk-mq: Register <dev>/queue/mq after having registered <dev>/queue by Bart Van Assche · 8 years ago
  46. 229a9287 blk-mq: add shallow depth option for blk_mq_get_tag() by Omar Sandoval · 8 years ago
  47. 65f619d Merge branch 'for-linus' into for-4.12/block by Jens Axboe · 8 years ago
  48. 81380ca blk-mq: use the right hctx when getting a driver tag fails by Omar Sandoval · 8 years ago
  49. 34dbad5 blk-stat: convert to callback-based statistics reporting by Omar Sandoval · 8 years ago
  50. 7ea5fe3 blk-mq: make lifetime consitent between q/ctx and its kobject by Ming Lei · 8 years ago
  51. 737f98c blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue() by Ming Lei · 8 years ago
  52. 5974839 blk-mq: kill blk_mq_set_alloc_data() by Omar Sandoval · 8 years ago
  53. 18fbda9 block: use same block debugfs directory for blk-mq and blktrace by Omar Sandoval · 8 years ago
  54. 400f73b blk-mq: fix debugfs compilation issues by Omar Sandoval · 8 years ago
  55. bd6737f blk-mq-sched: add flush insertion into blk_mq_sched_insert_request() by Jens Axboe · 8 years ago
  56. 50e1dab blk-mq-sched: fix starvation for multiple hardware queues and shared tags by Jens Axboe · 8 years ago
  57. 07e4fea blk-mq: create debugfs directory tree by Omar Sandoval · 8 years ago
  58. bd166ef blk-mq-sched: add framework for MQ capable IO schedulers by Jens Axboe · 8 years ago
  59. cc71a6f blk-mq: abstract out helpers for allocating/freeing tag maps by Jens Axboe · 8 years ago
  60. 4941115 blk-mq-tag: cleanup the normal/reserved tag allocation by Jens Axboe · 8 years ago
  61. 2c3ad66 blk-mq: export some helpers we need to the scheduling framework by Jens Axboe · 8 years ago
  62. a829a84 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  63. f04c3df blk-mq: abstract out blk_mq_dispatch_rq_list() helper by Jens Axboe · 8 years ago
  64. cf43e6b block: add scalable completion tracking of requests by Jens Axboe · 8 years ago
  65. 9e5a7e2 blk-mq: export blk_mq_map_queues by Christoph Hellwig · 8 years ago
  66. 5d1b25c blk-mq: Introduce blk_mq_hctx_stopped() by Bart Van Assche · 8 years ago
  67. 24532f7 Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  68. 12e3d3c Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  69. 9467f85 blk-mq/cpu-notif: Convert to new hotplug state machine by Thomas Gleixner · 8 years ago
  70. 40aabb6 sbitmap: push per-cpu last_tag into sbitmap_queue by Omar Sandoval · 8 years ago
  71. 8845964 blk-mq: abstract tag allocation out into sbitmap library by Omar Sandoval · 8 years ago
  72. da695ba blk-mq: allow the driver to pass in a queue mapping by Christoph Hellwig · 8 years ago
  73. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  74. 868f2f0 blk-mq: dynamic h/w context count by Keith Busch · 9 years ago
  75. 6f3b0e8 blk-mq: add a flags parameter to blk_mq_alloc_request by Christoph Hellwig · 9 years ago
  76. 1fa8cc5 blk-mq: mark __blk_mq_complete_request() static by Jens Axboe · 9 years ago
  77. 3380f45 blk-mq: remove unused blk_mq_clone_flush_request prototype by Christoph Hellwig · 9 years ago
  78. 5778322 blk-mq: avoid inserting requests before establishing new mapping by Akinobu Mita · 9 years ago
  79. e09aae7e blk-mq: release mq's kobjects in blk_release_queue() by Ming Lei · 10 years ago
  80. aed3ea9 block: wake up waiters when a queue is marked dying by Jens Axboe · 10 years ago
  81. 19c66e5 blk-mq: prevent unmapped hw queue from being scheduled by Ming Lei · 10 years ago
  82. f355265 block: introduce blk_init_flush and its pair by Ming Lei · 10 years ago
  83. 1bcb1ea blk-mq: allocate flush_rq in blk_mq_init_flush() by Ming Lei · 10 years ago
  84. 9041583 block: fix blk_abort_request on blk-mq by Christoph Hellwig · 10 years ago
  85. 780db20 blk-mq: decouble blk-mq freezing from generic bypassing by Tejun Heo · 10 years ago
  86. cb96a42 blk-mq: fix schedule from atomic context by Ming Lei · 10 years ago
  87. 1aecfe4 blk-mq: move blk_mq_get_ctx/blk_mq_put_ctx to mq private header by Ming Lei · 10 years ago
  88. 67aec14 blk-mq: make the sysfs mq/ layout reflect current mappings by Jens Axboe · 10 years ago
  89. f14bbe7 blk-mq: pass in suggested NUMA node to ->alloc_hctx() by Jens Axboe · 10 years ago
  90. e814e71 blk-mq: allow the hctx cpu hotplug notifier to return errors by Jens Axboe · 10 years ago
  91. e3a2b3f blk-mq: allow changing of queue depth through sysfs by Jens Axboe · 10 years ago
  92. e93ecf6 blk-mq: move the cache friendly bitmap type of out blk-mq-tag by Jens Axboe · 11 years ago
  93. 4bb659b blk-mq: implement new and more efficient tagging scheme by Jens Axboe · 11 years ago
  94. 3853520 blk-mq: respect rq_affinity by Christoph Hellwig · 11 years ago
  95. 87ee7b1 blk-mq: fix race with timeouts and requeue events by Jens Axboe · 11 years ago
  96. 24d2f90 blk-mq: split out tag initialization, support shared tags by Christoph Hellwig · 11 years ago
  97. 8727af4 blk-mq: make ->flush_rq fully transparent to drivers by Christoph Hellwig · 11 years ago
  98. 9d74e25 blk-mq: do not initialize req->special by Christoph Hellwig · 11 years ago
  99. eeabc85 blk-mq: merge blk_mq_insert_request and blk_mq_run_request by Christoph Hellwig · 11 years ago
  100. 676141e blk-mq: don't dump CPU -> hw queue map on driver load by Jens Axboe · 11 years ago