1. 4ecd4fe block: use an atomic_t for mq_freeze_depth by Christoph Hellwig · 9 years ago
  2. 5b3f341 blk-mq: make plug work for mutiple disks and queues by Shaohua Li · 9 years ago
  3. f984df1 blk-mq: do limited block plug for multiple queue case by Shaohua Li · 9 years ago
  4. 239ad21 blk-mq: avoid re-initialize request which is failed in direct dispatch by Shaohua Li · 9 years ago
  5. e6c4438 blk-mq: fix plugging in blk_sq_make_request by Jeff Moyer · 9 years ago
  6. 9ba52e5 blk-mq: don't lose requests if a stopped queue restarts by Shaohua Li · 9 years ago
  7. 2a34c08 blk-mq: fix CPU hotplug handling by Ming Lei · 9 years ago
  8. f054b56 blk-mq: fix race between timeout and CPU hotplug by Ming Lei · 9 years ago
  9. 569fd0c blk-mq: fix iteration of busy bitmap by Jens Axboe · 9 years ago
  10. d82312c Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  11. 889fa31 blk-mq: reduce unnecessary software queue looping by Chong Yuan · 9 years ago
  12. ac21117 blk-mq: initialize 'struct request' and associated data to zero by Linus Torvalds · 9 years ago
  13. c76cbbc blk-mq: put blk_queue_rq_timeout together in blk_mq_init_queue() by Wei Fang · 9 years ago
  14. f9018ac block: remove redundant check about 'set->nr_hw_queues' in blk_mq_alloc_tag_set() by Xiaoguang Wang · 9 years ago
  15. bfd343a blk-mq: don't wait in blk_mq_queue_enter() if __GFP_WAIT isn't set by Keith Busch · 9 years ago
  16. b94ec29 blk-mq: export blk_mq_run_hw_queues by Mike Snitzer · 9 years ago
  17. b62c21b blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_disk by Mike Snitzer · 9 years ago
  18. 9a30b09 blk-mq: fix use of incorrect goto label in blk_mq_init_queue error path by Mike Snitzer · 9 years ago
  19. 3e12cef Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  20. 201f201 blk-mq: make blk_mq_run_queues() static by Jens Axboe · 9 years ago
  21. e09aae7 blk-mq: release mq's kobjects in blk_release_queue() by Ming Lei · 9 years ago
  22. 7417011 Revert "blk-mq: fix hctx/ctx kobject use-after-free" by Ming Lei · 9 years ago
  23. 24391c0 blk-mq: add tag allocation policy by Shaohua Li · 9 years ago
  24. 76d697d blk-mq: fix hctx/ctx kobject use-after-free by Ming Lei · 9 years ago
  25. eb130db blk-mq: End unstarted requests on a dying queue by Keith Busch · 9 years ago
  26. 5b3f25f blk-mq: Allow requests to never expire by Keith Busch · 9 years ago
  27. 1885b24 blk-mq: Add helper to abort requeued requests by Jens Axboe · 9 years ago
  28. c68ed59 blk-mq: Let drivers cancel requeue_work by Keith Busch · 9 years ago
  29. 973c019 blk-mq: Export if requests were started by Keith Busch · 9 years ago
  30. 3fd5940 blk-mq: Wake tasks entering queue on dying by Keith Busch · 9 years ago
  31. 17ded32 blk-mq: get rid of ->cmd_size in the hardware queue by Jens Axboe · 9 years ago
  32. c761d96 blk-mq: export blk_mq_freeze_queue() by Jens Axboe · 9 years ago
  33. aed3ea9 block: wake up waiters when a queue is marked dying by Jens Axboe · 9 years ago
  34. b4c6a02 blk-mq: Export freeze/unfreeze functions by Keith Busch · 9 years ago
  35. c76541a blk-mq: Exit queue on alloc failure by Keith Busch · 9 years ago
  36. caf292a Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  37. 19c66e5 blk-mq: prevent unmapped hw queue from being scheduled by Ming Lei · 10 years ago
  38. dc843ef Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linus by James Bottomley · 10 years ago
  39. 6637fad blk-mq: move the kdump check to blk_mq_alloc_tag_set by Shaohua Li · 10 years ago
  40. b657d7e blk-mq: handle the single queue case in blk_mq_hctx_next_cpu by Christoph Hellwig · 10 years ago
  41. 7c7f2f2 blk-mq: add blk_mq_free_hctx_request() by Jens Axboe · 10 years ago
  42. 1a3b595 blk-mq: export blk_mq_free_request() by Jens Axboe · 10 years ago
  43. 205fb5f blk-mq: add blk_mq_unique_tag() by Bart Van Assche · 10 years ago
  44. 2a90d4a blk-mq: use get_cpu/put_cpu instead of preempt_disable/preempt_enable by Paolo Bonzini · 10 years ago
  45. 398205b blk_mq: call preempt_disable/enable in blk_mq_run_hw_queue, and only if needed by Paolo Bonzini · 10 years ago
  46. f3af020 blk-mq: make mq_queue_reinit_notify() freeze queues in parallel by Tejun Heo · 10 years ago
  47. e167dfb blk-mq: add BLK_MQ_F_DEFER_ISSUE support flag by Jens Axboe · 10 years ago
  48. 74c4505 blk-mq: add a 'list' parameter to ->queue_rq() by Jens Axboe · 10 years ago
  49. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  50. a86073e blk-mq: allocate cpumask on the home node by Jens Axboe · 10 years ago
  51. f70ced0 blk-mq: support per-distpatch_queue flush machinery by Ming Lei · 10 years ago
  52. e97c293 block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queue by Ming Lei · 10 years ago
  53. ba48338 block: remove blk_init_flush() and its pair by Ming Lei · 10 years ago
  54. 7c94e1c block: introduce blk_flush_queue to drive flush machinery by Ming Lei · 10 years ago
  55. f355265 block: introduce blk_init_flush and its pair by Ming Lei · 10 years ago
  56. 1bcb1ea blk-mq: allocate flush_rq in blk_mq_init_flush() by Ming Lei · 10 years ago
  57. 08e98fc blk-mq: handle failure path for initializing hctx by Ming Lei · 10 years ago
  58. 17497ac blk-mq, percpu_ref: start q->mq_usage_counter in atomic mode by Tejun Heo · 10 years ago
  59. 2aad2a8 percpu_ref: add PERCPU_REF_INIT_* flags by Tejun Heo · 10 years ago
  60. 9eca804 Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probe" by Tejun Heo · 10 years ago
  61. d06efeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18 by Tejun Heo · 10 years ago
  62. 0a30288 blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probe by Tejun Heo · 10 years ago
  63. 9041583 block: fix blk_abort_request on blk-mq by Christoph Hellwig · 10 years ago
  64. aedcd72 blk-mq: limit memory consumption if a crash dump is active by Jens Axboe · 10 years ago
  65. 2edd2c7 blk-mq: remove unnecessary blk_clear_rq_complete() by Ming Lei · 10 years ago
  66. 0152fb6 blk-mq: pass a reserved argument to the timeout handler by Christoph Hellwig · 10 years ago
  67. 46f92d4 blk-mq: unshared timeout handler by Christoph Hellwig · 10 years ago
  68. 81481eb blk-mq: fix and simplify tag iteration for the timeout handler by Christoph Hellwig · 10 years ago
  69. c8a446a blk-mq: rename blk_mq_end_io to blk_mq_end_request by Christoph Hellwig · 10 years ago
  70. e249007 blk-mq: call blk_mq_start_request from ->queue_rq by Christoph Hellwig · 10 years ago
  71. bf57229 blk-mq: remove REQ_END by Christoph Hellwig · 10 years ago
  72. 6d11fb4 Merge branch 'for-linus' into for-3.18/core by Jens Axboe · 10 years ago
  73. 8b95741 blk-mq: use blk_mq_start_hw_queues() when running requeue work by Jens Axboe · 10 years ago
  74. 6b55e1f blk-mq: fix potential oops on out-of-memory in __blk_mq_alloc_rq_maps() by Jens Axboe · 10 years ago
  75. a57a178 blk-mq: avoid infinite recursion with the FUA flag by Christoph Hellwig · 10 years ago
  76. 683d0e1 blk-mq: Avoid race condition with uninitialized requests by David Hildenbrand · 10 years ago
  77. 538b753 blk-mq: request deadline must be visible before marking rq as started by Jens Axboe · 10 years ago
  78. b207892 Merge branch 'for-linus' into for-3.18/core by Jens Axboe · 10 years ago
  79. a516440 blk-mq: scale depth and rq map appropriate if low on memory by Jens Axboe · 10 years ago
  80. a34375e percpu-refcount: add @gfp to percpu_ref_init() by Tejun Heo · 10 years ago
  81. 5676e7b blk-mq: cleanup after blk_mq_init_rq_map failures by Robert Elliott · 10 years ago
  82. a492f07 block,scsi: fixup blk_get_request dead queue scenarios by Joe Lawrence · 10 years ago
  83. 6f4a1626 scsi-mq: fix requests that use a separate CDB buffer by Tony Battersby · 10 years ago
  84. cddd5d1 blk-mq: blk_mq_freeze_queue() should allow nesting by Tejun Heo · 10 years ago
  85. a68aafa blk-mq: correct a few wrong/bad comments by Jens Axboe · 10 years ago
  86. 274a584 blk-mq: don't allow merges if turned off for the queue by Jens Axboe · 10 years ago
  87. dd84008 blk-mq: fix WARNING "percpu_ref_kill() called more than once!" by Ming Lei · 10 years ago
  88. add703f blk-mq: use percpu_ref for mq usage count by Tejun Heo · 10 years ago
  89. 72d6f02 blk-mq: collapse __blk_mq_drain_queue() into blk_mq_freeze_queue() by Tejun Heo · 10 years ago
  90. 780db20 blk-mq: decouble blk-mq freezing from generic bypassing by Tejun Heo · 10 years ago
  91. 776687b block, blk-mq: draining can't be skipped even if bypass_depth was non-zero by Tejun Heo · 10 years ago
  92. 531ed62 blk-mq: fix a memory ordering bug in blk_mq_queue_enter() by Tejun Heo · 10 years ago
  93. 0ffbce8 blk-mq: blk_mq_start_hw_queue() should use blk_mq_run_hw_queue() by Jens Axboe · 10 years ago
  94. 95ed068 blk-mq: merge blk_mq_drain_queue and __blk_mq_drain_queue by Christoph Hellwig · 10 years ago
  95. 8f5280f blk-mq: properly drain stopped queues by Christoph Hellwig · 10 years ago
  96. 2b8393b blk-mq: add timer in blk_mq_start_request by Ming Lei · 10 years ago
  97. 3ee3237 blk-mq: always initialize request->start_time by Jens Axboe · 10 years ago
  98. f6be4fb blk-mq: ->timeout should be cleared in blk_mq_rq_ctx_init() by Jens Axboe · 10 years ago
  99. 3b632cf blk-mq: don't allow queue entering for a dying queue by Keith Busch · 10 years ago
  100. a4391c6 blk-mq: bump max tag depth to 10K tags by Jens Axboe · 10 years ago