1. d904bfa block/blk-mq.c: use kmalloc_array_node() by Johannes Thumshirn · 7 years ago
  2. ff821d2 blk-mq: fixup some comment typos and lengths by Jens Axboe · 7 years ago
  3. f906a6a blk-mq: improve tag waiting setup for non-shared tags by Jens Axboe · 7 years ago
  4. 79f720a blk-mq: only run the hardware queue if IO is pending by Jens Axboe · 7 years ago
  5. 9a95e4e block, nvme: Introduce blk_mq_req_flags_t by Bart Van Assche · 7 years ago
  6. 3a0a529 block, scsi: Make SCSI quiesce and resume work reliably by Bart Van Assche · 7 years ago
  7. 1b6d65a block: Introduce BLK_MQ_REQ_PREEMPT by Bart Van Assche · 7 years ago
  8. 055f6e1 block: Make q_usage_counter also track legacy requests by Ming Lei · 7 years ago
  9. eb619fd blk-mq: fix issue with shared tag queue re-running by Jens Axboe · 7 years ago
  10. 0c6af1c blk-mq: put driver tag if dispatch budget can't be got by Ming Lei · 7 years ago
  11. 923218f blk-mq: don't allocate driver tag upfront for flush rq by Ming Lei · 7 years ago
  12. 244c65a blk-mq: move blk_mq_put_driver_tag*() into blk-mq.h by Ming Lei · 7 years ago
  13. b085029 block: pass 'run_queue' to blk_mq_request_bypass_insert by Ming Lei · 7 years ago
  14. 6d6f167c blk-mq: put the driver tag of nxt rq before first one is requeued by Jianchao Wang · 7 years ago
  15. 88022d7 blk-mq: don't handle failure in .get_budget by Ming Lei · 7 years ago
  16. 21e768b blk-mq: Make blk_mq_get_request() error path less confusing by Bart Van Assche · 7 years ago
  17. c2e82a2 blk-mq: fix nr_requests wrong value when modify it from sysfs by weiping zhang · 7 years ago
  18. ea435e1 block: add a poll_fn callback to struct request_queue by Christoph Hellwig · 7 years ago
  19. 1f460b6 blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCE by Ming Lei · 7 years ago
  20. b347689 blk-mq-sched: improve dispatching from sw queue by Ming Lei · 7 years ago
  21. de14829 blk-mq: introduce .get_budget and .put_budget in blk_mq_ops by Ming Lei · 7 years ago
  22. 85acb3b block: set request_list for request by Shaohua Li · 7 years ago
  23. fc13457 blk-mq: document the need to have STARTED and COMPLETED share a byte by Jens Axboe · 7 years ago
  24. a7af0af blk-mq: attempt to fix atomic flag memory ordering by Peter Zijlstra · 7 years ago
  25. 7beb2f8 blk-mq: wire up completion notifier for laptop mode by Jens Axboe · 7 years ago
  26. 5472487 blk-mq: remove unused function hctx_allow_merges by weiping zhang · 7 years ago
  27. 157f377 block: directly insert blk-mq request from blk_insert_cloned_request() by Jens Axboe · 7 years ago
  28. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  29. 4d60621 block: Fix two comments that refer to .queue_rq() return values by Bart Van Assche · 7 years ago
  30. 3280d66 blk-mq: Fix queue usage on failed request allocation by Keith Busch · 7 years ago
  31. d4acf36 block: Make blk_mq_delay_kick_requeue_list() rerun the queue at a quiet time by Bart Van Assche · 7 years ago
  32. b8d62b3 blk-mq: enable checking two part inflight counts at the same time by Jens Axboe · 7 years ago
  33. f299b7c blk-mq: provide internal in-flight variant by Jens Axboe · 7 years ago
  34. 1ad43c0 blk-mq: don't leak preempt counter/q_usage_counter when allocating rq failed by Ming Lei · 7 years ago
  35. b7a71e6 blk-mq: add warning to __blk_mq_run_hw_queue() for ints disabled by Jens Axboe · 7 years ago
  36. 18e9781 blk-mq: blk_mq_requeue_work() doesn't need to save IRQ flags by Jens Axboe · 7 years ago
  37. 130568d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  38. 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
  39. e23947b bio-integrity: fold bio_integrity_enabled to bio_integrity_prep by Dmitry Monakhov · 7 years ago
  40. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  41. 4b855ad blk-mq: Create hctx for each present CPU by Christoph Hellwig · 7 years ago
  42. 46685d1 blk-mq: don't bounce by default by Christoph Hellwig · 7 years ago
  43. 0b0bcac block: don't bother with bounce limits for make_request drivers by Christoph Hellwig · 7 years ago
  44. 1bc3cd4 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  45. f95a0d6 Merge commit '8e8320c9315c' into for-4.13/block by Jens Axboe · 7 years ago
  46. a9590fe blk-mq: remove double set queue_num by weiping · 7 years ago
  47. 852ec80 blk-mq: Make it safe to quiesce and unquiesce from an interrupt handler by Bart Van Assche · 7 years ago
  48. 8e8320c blk-mq: fix performance regression with shared tags by Jens Axboe · 7 years ago
  49. 5435c02 blk-mq: Warn when attempting to run a hardware queue that is not mapped by Bart Van Assche · 7 years ago
  50. 7b60781 blk-mq: Document locking assumptions by Bart Van Assche · 7 years ago
  51. c3a148d blk-mq: Initialize .rq_flags in blk_mq_rq_ctx_init() by Bart Van Assche · 7 years ago
  52. cd6ce14 block: Make request operation type argument declarations consistent by Bart Van Assche · 7 years ago
  53. 0731967 blk-mq: Reduce blk_mq_hw_ctx size by Bart Van Assche · 7 years ago
  54. 03a07c9 block: return on congested block device by Goldwyn Rodrigues · 7 years ago
  55. 2055da9 sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming by Ingo Molnar · 7 years ago
  56. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  57. 641a9ed Revert "blk-mq: don't use sync workqueue flushing from drivers" by Ming Lei · 7 years ago
  58. 39a70c7 blk-mq: clarify dispatch may not be drained/blocked by stopping queue by Ming Lei · 7 years ago
  59. 1d9e9bc blk-mq: don't stop queue for quiescing by Ming Lei · 7 years ago
  60. 69e07c4 blk-mq: update comments on blk_mq_quiesce_queue() by Ming Lei · 7 years ago
  61. f4560ff blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queue by Ming Lei · 7 years ago
  62. e4e7391 blk-mq: introduce blk_mq_unquiesce_queue by Ming Lei · 7 years ago
  63. af67c31 blk: remove bio_set arg from blk_queue_split() by NeilBrown · 7 years ago
  64. e4cdf1a blk-mq: remove __blk_mq_alloc_request by Christoph Hellwig · 7 years ago
  65. 5bbf4e5 blk-mq-sched: unify request prepare methods by Christoph Hellwig · 7 years ago
  66. 44e8c2b blk-mq: refactor blk_mq_sched_assign_ioc by Christoph Hellwig · 7 years ago
  67. 037cebb blk-mq: streamline blk_mq_get_request by Christoph Hellwig · 7 years ago
  68. 6af5405 blk-mq: simplify blk_mq_free_request by Christoph Hellwig · 7 years ago
  69. 7b9e936 blk-mq-sched: unify request finished methods by Christoph Hellwig · 7 years ago
  70. ea511e3 blk-mq: remove blk_mq_sched_{get,put}_rq_priv by Christoph Hellwig · 7 years ago
  71. d2c0d38 blk-mq: move blk_mq_sched_{get,put}_request to blk-mq.c by Christoph Hellwig · 7 years ago
  72. 6e15cf2 blk-mq: mark blk_mq_rq_ctx_init static by Christoph Hellwig · 7 years ago
  73. f06345a blk-mq: fixup type of 'ret' in __blk_mq_try_issue_directly() by Jens Axboe · 7 years ago
  74. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 7 years ago
  75. fc17b65 blk-mq: switch ->queue_rq return value to blk_status_t by Christoph Hellwig · 7 years ago
  76. 2a842ac block: introduce new block status code type by Christoph Hellwig · 7 years ago
  77. d964f04 blk-mq: fix direct issue by Ming Lei · 7 years ago
  78. dad7a3b blk-mq: pass correct hctx to blk_mq_try_issue_directly by Ming Lei · 7 years ago
  79. e4dc2b3 blk-mq: Take tagset lock when updating hw queues by Keith Busch · 7 years ago
  80. 9bddeb2 blk-mq: make per-sw-queue bio merge as default .bio_merge by Ming Lei · 7 years ago
  81. ab42f35 blk-mq: merge bio into sw queue before plugging by Ming Lei · 7 years ago
  82. 7254a50 blk-mq: remove blk_mq_abort_requeue_list() by Ming Lei · 7 years ago
  83. f36ea50 blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split op by Wen Xiong · 7 years ago
  84. ebd7685 blk-mq: make __blk_mq_stop_hw_queues static by Colin Ian King · 7 years ago
  85. 51d638b block/mq: fix potential deadlock during cpu hotplug by Wanpeng Li · 7 years ago
  86. 9c1051a blk-mq: untangle debugfs and sysfs by Omar Sandoval · 7 years ago
  87. eabe065 block/mq: Cure cpu hotplug lock inversion by Peter Zijlstra · 7 years ago
  88. 2719aa2 blk-mq: don't use sync workqueue flushing from drivers by Jens Axboe · 7 years ago
  89. 7a148c2 block: don't call blk_mq_quiesce_queue() after queue is frozen by Ming Lei · 7 years ago
  90. d6296d3 blk-mq: update ->init_request and ->exit_request prototypes by Christoph Hellwig · 7 years ago
  91. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  92. 21c6e93 blk-mq: unify hctx delay_work and run_work by Jens Axboe · 8 years ago
  93. 9f99373 blk-mq: unify hctx delayed_run_work and run_work by Jens Axboe · 8 years ago
  94. abc25a6 blk-mq: Fix preempt count imbalance by Bart Van Assche · 7 years ago
  95. 99c749a blk-stat: kill blk_stat_rq_ddir() by Jens Axboe · 7 years ago
  96. 5feeacd blk-mq: add might_sleep check to blk_mq_get_driver_tag() by Jens Axboe · 7 years ago
  97. 0206319 blk-mq: Fix poll_stat for new size-based bucketing. by Stephen Bates · 7 years ago
  98. b00c53e blk-mq: fix schedule-while-atomic with scheduler attached by Jens Axboe · 7 years ago
  99. 720b8cc blk-mq: Add a polling specific stats function by Stephen Bates · 8 years ago
  100. 3a07bb1 blk-mq: fix potential oops with polling and blk-mq scheduler by Jens Axboe · 7 years ago