1. c761d96 blk-mq: export blk_mq_freeze_queue() by Jens Axboe · 9 years ago
  2. aed3ea9 block: wake up waiters when a queue is marked dying by Jens Axboe · 9 years ago
  3. b4c6a02 blk-mq: Export freeze/unfreeze functions by Keith Busch · 9 years ago
  4. c76541a blk-mq: Exit queue on alloc failure by Keith Busch · 9 years ago
  5. caf292a Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  6. 19c66e5 blk-mq: prevent unmapped hw queue from being scheduled by Ming Lei · 10 years ago
  7. dc843ef Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linus by James Bottomley · 10 years ago
  8. 6637fad blk-mq: move the kdump check to blk_mq_alloc_tag_set by Shaohua Li · 10 years ago
  9. b657d7e blk-mq: handle the single queue case in blk_mq_hctx_next_cpu by Christoph Hellwig · 10 years ago
  10. 7c7f2f2 blk-mq: add blk_mq_free_hctx_request() by Jens Axboe · 10 years ago
  11. 1a3b595 blk-mq: export blk_mq_free_request() by Jens Axboe · 10 years ago
  12. 205fb5f blk-mq: add blk_mq_unique_tag() by Bart Van Assche · 10 years ago
  13. 2a90d4a blk-mq: use get_cpu/put_cpu instead of preempt_disable/preempt_enable by Paolo Bonzini · 10 years ago
  14. 398205b blk_mq: call preempt_disable/enable in blk_mq_run_hw_queue, and only if needed by Paolo Bonzini · 10 years ago
  15. f3af020 blk-mq: make mq_queue_reinit_notify() freeze queues in parallel by Tejun Heo · 10 years ago
  16. e167dfb blk-mq: add BLK_MQ_F_DEFER_ISSUE support flag by Jens Axboe · 10 years ago
  17. 74c4505 blk-mq: add a 'list' parameter to ->queue_rq() by Jens Axboe · 10 years ago
  18. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  19. a86073e blk-mq: allocate cpumask on the home node by Jens Axboe · 10 years ago
  20. f70ced0 blk-mq: support per-distpatch_queue flush machinery by Ming Lei · 10 years ago
  21. e97c293 block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queue by Ming Lei · 10 years ago
  22. ba48338 block: remove blk_init_flush() and its pair by Ming Lei · 10 years ago
  23. 7c94e1c block: introduce blk_flush_queue to drive flush machinery by Ming Lei · 10 years ago
  24. f355265 block: introduce blk_init_flush and its pair by Ming Lei · 10 years ago
  25. 1bcb1ea blk-mq: allocate flush_rq in blk_mq_init_flush() by Ming Lei · 10 years ago
  26. 08e98fc blk-mq: handle failure path for initializing hctx by Ming Lei · 10 years ago
  27. 17497ac blk-mq, percpu_ref: start q->mq_usage_counter in atomic mode by Tejun Heo · 10 years ago
  28. 2aad2a8 percpu_ref: add PERCPU_REF_INIT_* flags by Tejun Heo · 10 years ago
  29. 9eca804 Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probe" by Tejun Heo · 10 years ago
  30. 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
  31. 0a30288 blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probe by Tejun Heo · 10 years ago
  32. 9041583 block: fix blk_abort_request on blk-mq by Christoph Hellwig · 10 years ago
  33. aedcd72 blk-mq: limit memory consumption if a crash dump is active by Jens Axboe · 10 years ago
  34. 2edd2c7 blk-mq: remove unnecessary blk_clear_rq_complete() by Ming Lei · 10 years ago
  35. 0152fb6 blk-mq: pass a reserved argument to the timeout handler by Christoph Hellwig · 10 years ago
  36. 46f92d4 blk-mq: unshared timeout handler by Christoph Hellwig · 10 years ago
  37. 81481eb blk-mq: fix and simplify tag iteration for the timeout handler by Christoph Hellwig · 10 years ago
  38. c8a446a blk-mq: rename blk_mq_end_io to blk_mq_end_request by Christoph Hellwig · 10 years ago
  39. e249007 blk-mq: call blk_mq_start_request from ->queue_rq by Christoph Hellwig · 10 years ago
  40. bf57229 blk-mq: remove REQ_END by Christoph Hellwig · 10 years ago
  41. 6d11fb4 Merge branch 'for-linus' into for-3.18/core by Jens Axboe · 10 years ago
  42. 8b95741 blk-mq: use blk_mq_start_hw_queues() when running requeue work by Jens Axboe · 10 years ago
  43. 6b55e1f blk-mq: fix potential oops on out-of-memory in __blk_mq_alloc_rq_maps() by Jens Axboe · 10 years ago
  44. a57a178 blk-mq: avoid infinite recursion with the FUA flag by Christoph Hellwig · 10 years ago
  45. 683d0e1 blk-mq: Avoid race condition with uninitialized requests by David Hildenbrand · 10 years ago
  46. 538b753 blk-mq: request deadline must be visible before marking rq as started by Jens Axboe · 10 years ago
  47. b207892 Merge branch 'for-linus' into for-3.18/core by Jens Axboe · 10 years ago
  48. a516440 blk-mq: scale depth and rq map appropriate if low on memory by Jens Axboe · 10 years ago
  49. a34375e percpu-refcount: add @gfp to percpu_ref_init() by Tejun Heo · 10 years ago
  50. 5676e7b blk-mq: cleanup after blk_mq_init_rq_map failures by Robert Elliott · 10 years ago
  51. a492f07 block,scsi: fixup blk_get_request dead queue scenarios by Joe Lawrence · 10 years ago
  52. 6f4a1626 scsi-mq: fix requests that use a separate CDB buffer by Tony Battersby · 10 years ago
  53. cddd5d1 blk-mq: blk_mq_freeze_queue() should allow nesting by Tejun Heo · 10 years ago
  54. a68aafa blk-mq: correct a few wrong/bad comments by Jens Axboe · 10 years ago
  55. 274a584 blk-mq: don't allow merges if turned off for the queue by Jens Axboe · 10 years ago
  56. dd84008 blk-mq: fix WARNING "percpu_ref_kill() called more than once!" by Ming Lei · 10 years ago
  57. add703f blk-mq: use percpu_ref for mq usage count by Tejun Heo · 10 years ago
  58. 72d6f02 blk-mq: collapse __blk_mq_drain_queue() into blk_mq_freeze_queue() by Tejun Heo · 10 years ago
  59. 780db20 blk-mq: decouble blk-mq freezing from generic bypassing by Tejun Heo · 10 years ago
  60. 776687b block, blk-mq: draining can't be skipped even if bypass_depth was non-zero by Tejun Heo · 10 years ago
  61. 531ed62 blk-mq: fix a memory ordering bug in blk_mq_queue_enter() by Tejun Heo · 10 years ago
  62. 0ffbce8 blk-mq: blk_mq_start_hw_queue() should use blk_mq_run_hw_queue() by Jens Axboe · 10 years ago
  63. 95ed068 blk-mq: merge blk_mq_drain_queue and __blk_mq_drain_queue by Christoph Hellwig · 10 years ago
  64. 8f5280f blk-mq: properly drain stopped queues by Christoph Hellwig · 10 years ago
  65. 2b8393b blk-mq: add timer in blk_mq_start_request by Ming Lei · 10 years ago
  66. 3ee3237 blk-mq: always initialize request->start_time by Jens Axboe · 10 years ago
  67. f6be4fb blk-mq: ->timeout should be cleared in blk_mq_rq_ctx_init() by Jens Axboe · 10 years ago
  68. 3b632cf blk-mq: don't allow queue entering for a dying queue by Keith Busch · 10 years ago
  69. a4391c6 blk-mq: bump max tag depth to 10K tags by Jens Axboe · 10 years ago
  70. 0e62f51 blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameter by Jens Axboe · 10 years ago
  71. f899fed blk-mq: fix regression from commit 624dbe475416 by Jens Axboe · 10 years ago
  72. ff87bce blk-mq: handle NULL req return from blk_map_request in single queue mode by Jens Axboe · 10 years ago
  73. e6cdb09 blk-mq: fix sparse warning on missed __percpu annotation by Ming Lei · 10 years ago
  74. cb96a42 blk-mq: fix schedule from atomic context by Ming Lei · 10 years ago
  75. 1aecfe4 blk-mq: move blk_mq_get_ctx/blk_mq_put_ctx to mq private header by Ming Lei · 10 years ago
  76. ed85186 blk-mq: push IPI or local end_io decision to __blk_mq_complete_request() by Jens Axboe · 10 years ago
  77. feff689 blk-mq: remember to start timeout handler for direct queue by Jens Axboe · 10 years ago
  78. 67aec14 blk-mq: make the sysfs mq/ layout reflect current mappings by Jens Axboe · 10 years ago
  79. 2230237 blk-mq: blk_mq_tag_to_rq should handle flush request by Shaohua Li · 10 years ago
  80. 4b57052 blk-mq: request initialization optimizations by Jens Axboe · 10 years ago
  81. 05f1dd5 block: add queue flag for disabling SG merging by Jens Axboe · 10 years ago
  82. cdef54d blk-mq: remove alloc_hctx and free_hctx methods by Christoph Hellwig · 10 years ago
  83. 75bb462 blk-mq: add file comments and update copyright notices by Jens Axboe · 10 years ago
  84. d852564 blk-mq: remove blk_mq_alloc_request_pinned by Christoph Hellwig · 10 years ago
  85. 793597a blk-mq: do not use blk_mq_alloc_request_pinned in blk_mq_map_request by Christoph Hellwig · 10 years ago
  86. a3bd775 blk-mq: remove blk_mq_wait_for_tags by Christoph Hellwig · 10 years ago
  87. 5dee857 blk-mq: initialize request in __blk_mq_alloc_request by Christoph Hellwig · 10 years ago
  88. 4ce01dd blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_request by Christoph Hellwig · 10 years ago
  89. 6fca6a6 blk-mq: add helper to insert requests from irq context by Christoph Hellwig · 10 years ago
  90. 95f0968 blk-mq: allow non-softirq completions by Jens Axboe · 10 years ago
  91. f14bbe7 blk-mq: pass in suggested NUMA node to ->alloc_hctx() by Jens Axboe · 10 years ago
  92. 3d2936f block: only allocate/free mq_usage_counter in blk-mq by Ming Lei · 10 years ago
  93. 624dbe4 blk-mq: avoid code duplication by Ming Lei · 10 years ago
  94. 1f9f07e blk-mq: fix leak of hctx->ctx_map by Ming Lei · 10 years ago
  95. 19c5d84 blk-mq: idle all hardware contexts before freeing a queue by Christoph Hellwig · 10 years ago
  96. c22d9d8 blk-mq: allow setting of per-request timeouts by Jens Axboe · 10 years ago
  97. 07068d5 blk-mq: split make request handler for multi and single queue by Jens Axboe · 10 years ago
  98. 484b406 blk-mq: save memory by freeing requests on unused hardware queues by Jens Axboe · 10 years ago
  99. e814e71 blk-mq: allow the hctx cpu hotplug notifier to return errors by Jens Axboe · 10 years ago
  100. da41a58 blk-mq: Micro-optimize blk_queue_nomerges() check by Robert Elliott · 10 years ago