1. bf0ddab blk-mq: fix sysfs inflight counter by Omar Sandoval · 6 years ago
  2. 6131837 blk-mq: count allocated but not started requests in iostats inflight by Omar Sandoval · 6 years ago
  3. 4412efe Revert "blk-mq: remove code for dealing with remapping queue" by Ming Lei · 6 years ago
  4. f456023 blk-mq: start request gstate with gen 1 by Jianchao Wang · 6 years ago
  5. 37c7c6c blk-mq: remove code for dealing with remapping queue by Ming Lei · 6 years ago
  6. efea845 blk-mq: don't check queue mapped in __blk_mq_delay_run_hw_queue() by Ming Lei · 6 years ago
  7. 15fe8a90 blk-mq: remove blk_mq_delay_queue() by Ming Lei · 6 years ago
  8. f82ddf1 blk-mq: introduce blk_mq_hw_queue_first_cpu() to figure out first cpu by Ming Lei · 6 years ago
  9. 476f8c9 blk-mq: avoid to write intermediate result to hctx->next_cpu by Ming Lei · 6 years ago
  10. a1c735f blk-mq: make sure that correct hctx->next_cpu is set by Ming Lei · 6 years ago
  11. 0bca799 blk-mq: order getting budget and driver tag by Ming Lei · 6 years ago
  12. 7dfdbc7 block: Protect queue flag changes with the queue lock by Bart Van Assche · 7 years ago
  13. 8814ce8 block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}() by Bart Van Assche · 7 years ago
  14. f78bac2 block: Use the queue_flag_*() functions instead of open-coding these by Bart Van Assche · 7 years ago
  15. 5ee0524 block: Add 'lock' as third argument to blk_alloc_queue_node() by Bart Van Assche · 7 years ago
  16. e9a99a6 block: clear ctx pending bit under ctx lock by Omar Sandoval · 7 years ago
  17. 105976f blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatch by Ming Lei · 7 years ago
  18. 67b4110 blk: optimization for classic polling by Nitesh Shetty · 7 years ago
  19. 86ff7c2 blk-mq: introduce BLK_STS_DEV_RESOURCE by Ming Lei · 7 years ago
  20. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  21. ae943d2 blk-mq: Avoid that blk_mq_delay_run_hw_queue() introduces unintended delays by Bart Van Assche · 7 years ago
  22. c77ff7f blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_directly() by Bart Van Assche · 7 years ago
  23. 23d4ee1 blk-mq: don't dispatch request in blk_mq_request_direct_issue if queue is busy by Ming Lei · 7 years ago
  24. 9e97d29 blk-mq-sched: remove unused 'can_block' arg from blk_mq_sched_insert_request by Mike Snitzer · 7 years ago
  25. 396eaf2 blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback by Ming Lei · 7 years ago
  26. 0f95549 blk-mq: factor out a few helpers from __blk_mq_try_issue_directly by Mike Snitzer · 7 years ago
  27. 7df938f blk-mq: turn WARN_ON in __blk_mq_run_hw_queue into printk by Ming Lei · 7 years ago
  28. 7bed459 blk-mq: make sure hctx->next_cpu is set correctly by Ming Lei · 7 years ago
  29. bf9ae8c blk-mq: fix bad clear of RQF_MQ_INFLIGHT in blk_mq_ct_ctx_init() by Jens Axboe · 7 years ago
  30. 20e4d813 blk-mq: simplify queue mapping & schedule with each possisble CPU by Christoph Hellwig · 7 years ago
  31. c27d53f blk-mq: Reduce the number of if-statements in blk_mq_mark_tag_wait() by Bart Van Assche · 7 years ago
  32. b7435db blk-mq: Add locking annotations to hctx_lock() and hctx_unlock() by Bart Van Assche · 7 years ago
  33. 7c3fb70 block: rearrange a few request fields for better cache layout by Jens Axboe · 7 years ago
  34. e14575b3 block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bit by Jens Axboe · 7 years ago
  35. 0a72e7f block: add accessors for setting/querying request deadline by Jens Axboe · 7 years ago
  36. 76a86f9 block: remove REQ_ATOM_POLL_SLEPT by Jens Axboe · 7 years ago
  37. fcd36c3 blk-mq: Explain when 'active_queues' is decremented by Bart Van Assche · 7 years ago
  38. ee3e4de blk-mq: Fix spelling in a source code comment by Bart Van Assche · 7 years ago
  39. 08b5a6e blk-mq: silence false positive warnings in hctx_unlock() by Jens Axboe · 7 years ago
  40. 05707b6 blk-mq: rename blk_mq_hw_ctx->queue_rq_srcu to ->srcu by Tejun Heo · 7 years ago
  41. 5a61c36 blk-mq: remove REQ_ATOM_STARTED by Tejun Heo · 7 years ago
  42. 634f9e4 blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mq by Tejun Heo · 7 years ago
  43. 358f70d blk-mq: make blk_abort_request() trigger timeout path by Tejun Heo · 7 years ago
  44. 67818d2 blk-mq: use blk_mq_rq_state() instead of testing REQ_ATOM_COMPLETE by Tejun Heo · 7 years ago
  45. 1d9bd51 blk-mq: replace timeout synchronization with a RCU and generation based scheme by Tejun Heo · 7 years ago
  46. 5197c05 blk-mq: protect completion path with RCU by Tejun Heo · 7 years ago
  47. 04ced15 blk-mq: move hctx lock/unlock into a helper by Jens Axboe · 7 years ago
  48. 8ab0b7d blk-mq: fix kernel oops in blk_mq_tag_idle() by Ming Lei · 7 years ago
  49. fb350e0 blk-mq: fix race between updating nr_hw_queues and switching io sched by Ming Lei · 7 years ago
  50. 7d4901a blk-mq: avoid to map CPU into stale hw queue by Ming Lei · 7 years ago
  51. 24f5a90 blk-mq: quiesce queue during switching io sched and updating nr_requests by Ming Lei · 7 years ago
  52. 454be72 block: drain queue before waiting for q_usage_counter becoming zero by Ming Lei · 7 years ago
  53. d904bfa block/blk-mq.c: use kmalloc_array_node() by Johannes Thumshirn · 7 years ago
  54. ff821d2 blk-mq: fixup some comment typos and lengths by Jens Axboe · 7 years ago
  55. f906a6a blk-mq: improve tag waiting setup for non-shared tags by Jens Axboe · 7 years ago
  56. 79f720a blk-mq: only run the hardware queue if IO is pending by Jens Axboe · 7 years ago
  57. 9a95e4e block, nvme: Introduce blk_mq_req_flags_t by Bart Van Assche · 7 years ago
  58. 3a0a529 block, scsi: Make SCSI quiesce and resume work reliably by Bart Van Assche · 7 years ago
  59. 1b6d65a block: Introduce BLK_MQ_REQ_PREEMPT by Bart Van Assche · 7 years ago
  60. 055f6e1 block: Make q_usage_counter also track legacy requests by Ming Lei · 7 years ago
  61. eb619fd blk-mq: fix issue with shared tag queue re-running by Jens Axboe · 7 years ago
  62. 0c6af1c blk-mq: put driver tag if dispatch budget can't be got by Ming Lei · 7 years ago
  63. 923218f blk-mq: don't allocate driver tag upfront for flush rq by Ming Lei · 7 years ago
  64. 244c65a blk-mq: move blk_mq_put_driver_tag*() into blk-mq.h by Ming Lei · 7 years ago
  65. b085029 block: pass 'run_queue' to blk_mq_request_bypass_insert by Ming Lei · 7 years ago
  66. 6d6f167c blk-mq: put the driver tag of nxt rq before first one is requeued by Jianchao Wang · 7 years ago
  67. 88022d7 blk-mq: don't handle failure in .get_budget by Ming Lei · 7 years ago
  68. 21e768b blk-mq: Make blk_mq_get_request() error path less confusing by Bart Van Assche · 7 years ago
  69. c2e82a2 blk-mq: fix nr_requests wrong value when modify it from sysfs by weiping zhang · 7 years ago
  70. ea435e1 block: add a poll_fn callback to struct request_queue by Christoph Hellwig · 7 years ago
  71. 1f460b6 blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCE by Ming Lei · 7 years ago
  72. b347689 blk-mq-sched: improve dispatching from sw queue by Ming Lei · 7 years ago
  73. de14829 blk-mq: introduce .get_budget and .put_budget in blk_mq_ops by Ming Lei · 7 years ago
  74. 85acb3b block: set request_list for request by Shaohua Li · 7 years ago
  75. fc13457 blk-mq: document the need to have STARTED and COMPLETED share a byte by Jens Axboe · 7 years ago
  76. a7af0af blk-mq: attempt to fix atomic flag memory ordering by Peter Zijlstra · 7 years ago
  77. 7beb2f8 blk-mq: wire up completion notifier for laptop mode by Jens Axboe · 7 years ago
  78. 5472487 blk-mq: remove unused function hctx_allow_merges by weiping zhang · 7 years ago
  79. 157f377 block: directly insert blk-mq request from blk_insert_cloned_request() by Jens Axboe · 7 years ago
  80. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  81. 4d60621 block: Fix two comments that refer to .queue_rq() return values by Bart Van Assche · 7 years ago
  82. 3280d66 blk-mq: Fix queue usage on failed request allocation by Keith Busch · 7 years ago
  83. d4acf36 block: Make blk_mq_delay_kick_requeue_list() rerun the queue at a quiet time by Bart Van Assche · 7 years ago
  84. b8d62b3 blk-mq: enable checking two part inflight counts at the same time by Jens Axboe · 7 years ago
  85. f299b7c blk-mq: provide internal in-flight variant by Jens Axboe · 7 years ago
  86. 1ad43c0 blk-mq: don't leak preempt counter/q_usage_counter when allocating rq failed by Ming Lei · 7 years ago
  87. b7a71e6 blk-mq: add warning to __blk_mq_run_hw_queue() for ints disabled by Jens Axboe · 7 years ago
  88. 18e9781 blk-mq: blk_mq_requeue_work() doesn't need to save IRQ flags by Jens Axboe · 7 years ago
  89. 130568d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  90. 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
  91. e23947b bio-integrity: fold bio_integrity_enabled to bio_integrity_prep by Dmitry Monakhov · 7 years ago
  92. 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
  93. 4b855ad blk-mq: Create hctx for each present CPU by Christoph Hellwig · 7 years ago
  94. 46685d1 blk-mq: don't bounce by default by Christoph Hellwig · 7 years ago
  95. 0b0bcac block: don't bother with bounce limits for make_request drivers by Christoph Hellwig · 7 years ago
  96. 1bc3cd4 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  97. f95a0d6 Merge commit '8e8320c9315c' into for-4.13/block by Jens Axboe · 7 years ago
  98. a9590fe blk-mq: remove double set queue_num by weiping · 7 years ago
  99. 852ec80 blk-mq: Make it safe to quiesce and unquiesce from an interrupt handler by Bart Van Assche · 7 years ago
  100. 8e8320c blk-mq: fix performance regression with shared tags by Jens Axboe · 7 years ago