1. c8a446a blk-mq: rename blk_mq_end_io to blk_mq_end_request by Christoph Hellwig · 10 years ago
  2. e249007 blk-mq: call blk_mq_start_request from ->queue_rq by Christoph Hellwig · 10 years ago
  3. bf57229 blk-mq: remove REQ_END by Christoph Hellwig · 10 years ago
  4. 6d11fb4 Merge branch 'for-linus' into for-3.18/core by Jens Axboe · 10 years ago
  5. 8b95741 blk-mq: use blk_mq_start_hw_queues() when running requeue work by Jens Axboe · 10 years ago
  6. 6b55e1f blk-mq: fix potential oops on out-of-memory in __blk_mq_alloc_rq_maps() by Jens Axboe · 10 years ago
  7. a57a178 blk-mq: avoid infinite recursion with the FUA flag by Christoph Hellwig · 10 years ago
  8. 683d0e1 blk-mq: Avoid race condition with uninitialized requests by David Hildenbrand · 10 years ago
  9. 538b753 blk-mq: request deadline must be visible before marking rq as started by Jens Axboe · 10 years ago
  10. b207892 Merge branch 'for-linus' into for-3.18/core by Jens Axboe · 10 years ago
  11. a516440 blk-mq: scale depth and rq map appropriate if low on memory by Jens Axboe · 10 years ago
  12. 5676e7b blk-mq: cleanup after blk_mq_init_rq_map failures by Robert Elliott · 10 years ago
  13. a492f07 block,scsi: fixup blk_get_request dead queue scenarios by Joe Lawrence · 10 years ago
  14. 6f4a1626 scsi-mq: fix requests that use a separate CDB buffer by Tony Battersby · 10 years ago
  15. cddd5d1 blk-mq: blk_mq_freeze_queue() should allow nesting by Tejun Heo · 10 years ago
  16. a68aafa blk-mq: correct a few wrong/bad comments by Jens Axboe · 10 years ago
  17. 274a584 blk-mq: don't allow merges if turned off for the queue by Jens Axboe · 10 years ago
  18. dd84008 blk-mq: fix WARNING "percpu_ref_kill() called more than once!" by Ming Lei · 10 years ago
  19. add703f blk-mq: use percpu_ref for mq usage count by Tejun Heo · 10 years ago
  20. 72d6f02 blk-mq: collapse __blk_mq_drain_queue() into blk_mq_freeze_queue() by Tejun Heo · 10 years ago
  21. 780db20 blk-mq: decouble blk-mq freezing from generic bypassing by Tejun Heo · 10 years ago
  22. 776687b block, blk-mq: draining can't be skipped even if bypass_depth was non-zero by Tejun Heo · 10 years ago
  23. 531ed62 blk-mq: fix a memory ordering bug in blk_mq_queue_enter() by Tejun Heo · 10 years ago
  24. 0ffbce8 blk-mq: blk_mq_start_hw_queue() should use blk_mq_run_hw_queue() by Jens Axboe · 10 years ago
  25. 95ed068 blk-mq: merge blk_mq_drain_queue and __blk_mq_drain_queue by Christoph Hellwig · 10 years ago
  26. 8f5280f blk-mq: properly drain stopped queues by Christoph Hellwig · 10 years ago
  27. 2b8393b blk-mq: add timer in blk_mq_start_request by Ming Lei · 10 years ago
  28. 3ee3237 blk-mq: always initialize request->start_time by Jens Axboe · 10 years ago
  29. f6be4fb blk-mq: ->timeout should be cleared in blk_mq_rq_ctx_init() by Jens Axboe · 10 years ago
  30. 3b632cf blk-mq: don't allow queue entering for a dying queue by Keith Busch · 10 years ago
  31. a4391c6 blk-mq: bump max tag depth to 10K tags by Jens Axboe · 10 years ago
  32. 0e62f51 blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameter by Jens Axboe · 10 years ago
  33. f899fed blk-mq: fix regression from commit 624dbe475416 by Jens Axboe · 10 years ago
  34. ff87bce blk-mq: handle NULL req return from blk_map_request in single queue mode by Jens Axboe · 10 years ago
  35. e6cdb09 blk-mq: fix sparse warning on missed __percpu annotation by Ming Lei · 10 years ago
  36. cb96a42 blk-mq: fix schedule from atomic context by Ming Lei · 10 years ago
  37. 1aecfe4 blk-mq: move blk_mq_get_ctx/blk_mq_put_ctx to mq private header by Ming Lei · 10 years ago
  38. ed85186 blk-mq: push IPI or local end_io decision to __blk_mq_complete_request() by Jens Axboe · 10 years ago
  39. feff689 blk-mq: remember to start timeout handler for direct queue by Jens Axboe · 10 years ago
  40. 67aec14 blk-mq: make the sysfs mq/ layout reflect current mappings by Jens Axboe · 10 years ago
  41. 2230237 blk-mq: blk_mq_tag_to_rq should handle flush request by Shaohua Li · 10 years ago
  42. 4b57052 blk-mq: request initialization optimizations by Jens Axboe · 10 years ago
  43. 05f1dd5 block: add queue flag for disabling SG merging by Jens Axboe · 10 years ago
  44. cdef54d blk-mq: remove alloc_hctx and free_hctx methods by Christoph Hellwig · 10 years ago
  45. 75bb462 blk-mq: add file comments and update copyright notices by Jens Axboe · 10 years ago
  46. d852564 blk-mq: remove blk_mq_alloc_request_pinned by Christoph Hellwig · 10 years ago
  47. 793597a blk-mq: do not use blk_mq_alloc_request_pinned in blk_mq_map_request by Christoph Hellwig · 10 years ago
  48. a3bd775 blk-mq: remove blk_mq_wait_for_tags by Christoph Hellwig · 10 years ago
  49. 5dee857 blk-mq: initialize request in __blk_mq_alloc_request by Christoph Hellwig · 10 years ago
  50. 4ce01dd blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_request by Christoph Hellwig · 10 years ago
  51. 6fca6a6 blk-mq: add helper to insert requests from irq context by Christoph Hellwig · 10 years ago
  52. 95f0968 blk-mq: allow non-softirq completions by Jens Axboe · 10 years ago
  53. f14bbe7 blk-mq: pass in suggested NUMA node to ->alloc_hctx() by Jens Axboe · 10 years ago
  54. 3d2936f block: only allocate/free mq_usage_counter in blk-mq by Ming Lei · 10 years ago
  55. 624dbe4 blk-mq: avoid code duplication by Ming Lei · 10 years ago
  56. 1f9f07e blk-mq: fix leak of hctx->ctx_map by Ming Lei · 10 years ago
  57. 19c5d84 blk-mq: idle all hardware contexts before freeing a queue by Christoph Hellwig · 10 years ago
  58. c22d9d8 blk-mq: allow setting of per-request timeouts by Jens Axboe · 10 years ago
  59. 07068d5 blk-mq: split make request handler for multi and single queue by Jens Axboe · 10 years ago
  60. 484b406 blk-mq: save memory by freeing requests on unused hardware queues by Jens Axboe · 10 years ago
  61. e814e71 blk-mq: allow the hctx cpu hotplug notifier to return errors by Jens Axboe · 10 years ago
  62. da41a58 blk-mq: Micro-optimize blk_queue_nomerges() check by Robert Elliott · 10 years ago
  63. eba7176 blk-mq: initialize q->nr_requests after calling blk_queue_make_request() by Jens Axboe · 10 years ago
  64. e3a2b3f blk-mq: allow changing of queue depth through sysfs by Jens Axboe · 10 years ago
  65. 39a9f97 Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/core by Jens Axboe · 10 years ago
  66. 1429d7c blk-mq: switch ctx pending map to the sparser blk_align_bitmap by Jens Axboe · 10 years ago
  67. 0d2602c blk-mq: improve support for shared tags maps by Jens Axboe · 10 years ago
  68. cf4b50a blk-mq: fix race in IO start accounting by Jens Axboe · 10 years ago
  69. 4bb659b blk-mq: implement new and more efficient tagging scheme by Jens Axboe · 10 years ago
  70. af76e55 blk-mq: initialize struct request fields individually by Christoph Hellwig · 10 years ago
  71. 9fccfed blk-mq: update a hotplug comment for grammar by Jens Axboe · 10 years ago
  72. 506e931 blk-mq: add basic round-robin of what CPU to queue workqueue work on by Jens Axboe · 10 years ago
  73. 74814b1 blk-mq: remove extra requeue trace by Jens Axboe · 10 years ago
  74. c6d600c blk-mq: refactor request insertion/merging by Jens Axboe · 10 years ago
  75. 98bc1f2 blk-mq remove debug BUG_ON() when draining software queues by Jens Axboe · 10 years ago
  76. 5810d90 blk-mq: fix waiting for reserved tags by Jens Axboe · 10 years ago
  77. 3853520 blk-mq: respect rq_affinity by Christoph Hellwig · 10 years ago
  78. 87ee7b1 blk-mq: fix race with timeouts and requeue events by Jens Axboe · 10 years ago
  79. 70ab0b2 Revert "blk-mq: initialize req->q in allocation" by Jens Axboe · 10 years ago
  80. 981bd18 blk-mq: fix leak of set->tags by Ming Lei · 10 years ago
  81. 6a3c8a3 blk-mq: initialize req->q in allocation by Ming Lei · 10 years ago
  82. 4ca0850 blk-mq: user (1 << order) to implement order_to_size() by Ming Lei · 10 years ago
  83. 4847900 blk-mq: fix allocation of set->tags by Ming Lei · 10 years ago
  84. 11471e0 blk-mq: free hctx->ctx_map when init failed by Ming Lei · 10 years ago
  85. ed0791b blk-mq: add blk_mq_requeue_request by Christoph Hellwig · 10 years ago
  86. 2f26855 blk-mq: add blk_mq_start_hw_queues by Christoph Hellwig · 10 years ago
  87. 70f4db6 blk-mq: add blk_mq_delay_queue by Christoph Hellwig · 10 years ago
  88. 1b4a325 blk-mq: add async parameter to blk_mq_start_stopped_hw_queues by Christoph Hellwig · 10 years ago
  89. 91b6363 blk-mq: bidi support by Christoph Hellwig · 10 years ago
  90. 63151a4 blk-mq: allow drivers to hook into I/O completion by Christoph Hellwig · 10 years ago
  91. 6700a67 blk-mq: kill preempt disable/enable in blk_mq_work_fn() by Jens Axboe · 10 years ago
  92. fd1270d blk-mq: don't use preempt_count() to check for right CPU by Jens Axboe · 10 years ago
  93. 24d2f90 blk-mq: split out tag initialization, support shared tags by Christoph Hellwig · 10 years ago
  94. ed44832 blk-mq: initialize request on allocation by Christoph Hellwig · 10 years ago
  95. e9b267d blk-mq: add ->init_request and ->exit_request methods by Christoph Hellwig · 10 years ago
  96. 8727af4 blk-mq: make ->flush_rq fully transparent to drivers by Christoph Hellwig · 10 years ago
  97. 9d74e25 blk-mq: do not initialize req->special by Christoph Hellwig · 10 years ago
  98. 742ee69 blk-mq: initialize resid_len by Christoph Hellwig · 10 years ago
  99. e4043dc blk-mq: ensure that hardware queues are always run on the mapped CPUs by Jens Axboe · 10 years ago
  100. 59c3d45 block: remove 'q' parameter from kblockd_schedule_*_work() by Jens Axboe · 10 years ago