1. 570e9b7 blk-mq: move blk_mq_get_driver_tag into blk-mq.c by Ming Lei · 4 years, 6 months ago
  2. 42fdc5e blk-mq: remove the BLK_MQ_REQ_INTERNAL flag by Christoph Hellwig · 4 years, 6 months ago
  3. a8a5e38 blk-mq: Remove redundant 'return' statement by Baolin Wang · 4 years, 6 months ago
  4. 22f614b blk-mq: fix blk_mq_all_tag_iter by Ming Lei · 4 years, 7 months ago
  5. d94ecfc blk-mq: split out a __blk_mq_get_driver_tag helper by Christoph Hellwig · 4 years, 7 months ago
  6. bf0beec blk-mq: drain I/O when all CPUs in a hctx are offline by Ming Lei · 4 years, 7 months ago
  7. 602380d blk-mq: add blk_mq_all_tag_iter by Ming Lei · 4 years, 7 months ago
  8. 76647368 blk-mq: use BLK_MQ_NO_TAG in more places by Christoph Hellwig · 4 years, 7 months ago
  9. 419c3d5 blk-mq: rename BLK_MQ_TAG_FAIL to BLK_MQ_NO_TAG by Christoph Hellwig · 4 years, 7 months ago
  10. cae740a blk-mq: Remove some unused function arguments by John Garry · 4 years, 10 months ago
  11. cb711b9 blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue() by John Garry · 5 years ago
  12. f9934a8 blk-mq: introduce blk_mq_tagset_wait_completed_request() by Ming Lei · 5 years ago
  13. c05f422 blk-mq: remove blk_mq_put_ctx() by Bart Van Assche · 5 years ago
  14. 3dcf60bc block: add SPDX tags to block layer files missing licensing information by Christoph Hellwig · 6 years ago
  15. 8ccdf4a blk-mq: save queue mapping result into ctx directly by Jianchao Wang · 6 years ago
  16. 5d2ee71 sbitmap: optimize wakeup check by Jens Axboe · 6 years ago
  17. ab11fe5 blk-mq-tag: document tag iteration helper return value by Jens Axboe · 6 years ago
  18. 7baa857 blk-mq-tag: change busy_iter_fn to return whether to continue or not by Jens Axboe · 6 years ago
  19. ea4f995 blk-mq: cache request hardware queue mapping by Jens Axboe · 6 years ago
  20. f9afca4 blk-mq: pass in request/bio flags to queue mapping by Jens Axboe · 6 years ago
  21. 7ca0192 block: remove legacy rq tagging by Jens Axboe · 6 years ago
  22. c0aac68 Merge tag 'v4.19-rc6' into for-4.20/block by Jens Axboe · 6 years ago
  23. 530ca2c blk-mq: Allow blocking queue tag iter callbacks by Keith Busch · 6 years ago
  24. c7b1bf5 blk-mq: Document the functions that iterate over requests by Bart Van Assche · 6 years ago
  25. 5bed49a Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  26. f5bbbbe blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iter by Jianchao Wang · 6 years ago
  27. 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  28. d263ed9 blk-mq: count the hctx as active before allocating tag by Jianchao Wang · 6 years ago
  29. 2d5ba0e blk-mq: fix blk_mq_tagset_busy_iter by Ming Lei · 6 years ago
  30. 75d6e17 blk-mq: fix updating tags depth by Ming Lei · 6 years ago
  31. e6c3456 blk-mq: remove blk_mq_tagset_iter by Christoph Hellwig · 7 years ago
  32. d250bf4e blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iter by Christoph Hellwig · 7 years ago
  33. e6fc464 blk-mq: avoid starving tag allocation after allocating process migrates by Ming Lei · 7 years ago
  34. 4e5dff4 blk-mq: improve heavily contended tag case by Jens Axboe · 7 years ago
  35. dab7487b block: remove blk_mq_reinit_tagset by Sagi Grimberg · 7 years ago
  36. 149e10f block: introduce blk_mq_tagset_iter by Sagi Grimberg · 7 years ago
  37. d352ae2 blk-mq: Make blk_mq_reinit_tagset() calls easier to read by Bart Van Assche · 7 years ago
  38. 7f5562d blk-mq-tag: check for NULL rq when iterating tags by Jens Axboe · 7 years ago
  39. 229a9287 blk-mq: add shallow depth option for blk_mq_get_tag() by Omar Sandoval · 8 years ago
  40. 0067d4b blk-mq: Fix tagset reinit in the presence of cpu hot-unplug by Sagi Grimberg · 8 years ago
  41. 415b806 blk-mq-sched: Allocate sched reserved tags as specified in the original queue tagset by Sagi Grimberg · 8 years ago
  42. bd6737f blk-mq-sched: add flush insertion into blk_mq_sched_insert_request() by Jens Axboe · 8 years ago
  43. d96b37c blk-mq: move tags and sched_tags info from sysfs to debugfs by Omar Sandoval · 8 years ago
  44. 200e86b blk-mq: only apply active queue tag throttling for driver tags by Jens Axboe · 8 years ago
  45. 70f36b6 blk-mq: allow resize of scheduler requests by Jens Axboe · 8 years ago
  46. 8cecb07 blk-mq-tag: remove redundant check for 'data->hctx' being non-NULL by Jens Axboe · 8 years ago
  47. 2af8cbe blk-mq: split tag ->rqs[] into two by Jens Axboe · 8 years ago
  48. 4941115 blk-mq-tag: cleanup the normal/reserved tag allocation by Jens Axboe · 8 years ago
  49. 12e3d3c Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  50. 98d9541 sbitmap: randomize initial alloc_hint values by Omar Sandoval · 8 years ago
  51. f4a644d sbitmap: push alloc policy into sbitmap_queue by Omar Sandoval · 8 years ago
  52. 40aabb6 sbitmap: push per-cpu last_tag into sbitmap_queue by Omar Sandoval · 8 years ago
  53. 8845964 blk-mq: abstract tag allocation out into sbitmap library by Omar Sandoval · 8 years ago
  54. 1b15793 blk-mq: get rid of the cpumask in struct blk_mq_tags by Christoph Hellwig · 8 years ago
  55. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  56. 486cf98 blk-mq: Introduce blk_mq_reinit_tagset by Sagi Grimberg · 8 years ago
  57. e8f1e16 blk-mq: Make blk_mq_all_tag_busy_iter static by Sagi Grimberg · 9 years ago
  58. e048948 blk-mq: Export tagset iter function by Sagi Grimberg · 9 years ago
  59. 6f3b0e8 blk-mq: add a flags parameter to blk_mq_alloc_request by Christoph Hellwig · 9 years ago
  60. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  61. d9734e0 Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  62. f42d79a blk-mq: fix use-after-free in blk_mq_free_tag_set() by Junichi Nomura · 9 years ago
  63. 8ee1b7b blk-mq: fix waitqueue_active without memory barrier in block/blk-mq-tag.c by Kosuke Tatsukawa · 9 years ago
  64. 0bf6cd5 blk-mq: factor out a helper to iterate all tags for a request_queue by Christoph Hellwig · 9 years ago
  65. 0048b48 blk-mq: fix race between timeout and freeing request by Ming Lei · 9 years ago
  66. f26cdc8 blk-mq: Shared tag enhancements by Keith Busch · 10 years ago
  67. bc188d8 blkmq: Fix NULL pointer deref when all reserved tags in by Sam Bradshaw · 10 years ago
  68. 564e559 blk-mq: fix double-free in error path by Tony Battersby · 10 years ago
  69. 24391c0 blk-mq: add tag allocation policy by Shaohua Li · 10 years ago
  70. 0bf3649 blk-mq: fix false negative out-of-tags condition by Jens Axboe · 10 years ago
  71. aed3ea9 block: wake up waiters when a queue is marked dying by Jens Axboe · 10 years ago
  72. 35d37c6 Revert "blk-mq: Micro-optimize bt_get()" by Jens Axboe · 10 years ago
  73. caf292a Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  74. 52f7eb94 blk-mq: Micro-optimize bt_get() by Bart Van Assche · 10 years ago
  75. c38d185 blk-mq: Fix a race between bt_clear_tag() and bt_get() by Bart Van Assche · 10 years ago
  76. 9e98e9d blk-mq: Avoid that __bt_get_word() wraps multiple times by Bart Van Assche · 10 years ago
  77. 080ff35 blk-mq: re-check for available tags after running the hardware queue by Jens Axboe · 10 years ago
  78. b322320 blk-mq: fix hang in bt_get() by Bart Van Assche · 10 years ago
  79. 70114c3 blk-mq: cleanup tag free handling by Jens Axboe · 10 years ago
  80. 205fb5f5 blk-mq: add blk_mq_unique_tag() by Bart Van Assche · 10 years ago
  81. 9d8f0bc blk-mq: Make bt_clear_tag() easier to read by Bart Van Assche · 10 years ago
  82. abab13b blk-mq: fix potential hang if rolling wakeup depth is too high by Jens Axboe · 10 years ago
  83. 81481eb blk-mq: fix and simplify tag iteration for the timeout handler by Christoph Hellwig · 10 years ago
  84. 86fb5c5 blk-mq: bitmap tag: fix races in bt_get() function by Alexander Gordeev · 11 years ago
  85. 2971c35 blk-mq: bitmap tag: fix race on blk_mq_bitmap_tags::wake_cnt by Alexander Gordeev · 11 years ago
  86. 8537b12 blk-mq: bitmap tag: fix races on shared ::wake_index fields by Alexander Gordeev · 11 years ago
  87. cb96a42c blk-mq: fix schedule from atomic context by Ming Lei · 11 years ago
  88. 75bb462 blk-mq: add file comments and update copyright notices by Jens Axboe · 11 years ago
  89. a3bd775 blk-mq: remove blk_mq_wait_for_tags by Christoph Hellwig · 11 years ago
  90. edf866b blk-mq: export blk_mq_tag_busy_iter by Sam Bradshaw · 11 years ago
  91. e3a2b3f blk-mq: allow changing of queue depth through sysfs by Jens Axboe · 11 years ago
  92. 39a9f97 Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/core by Jens Axboe · 11 years ago
  93. e93ecf6 blk-mq: move the cache friendly bitmap type of out blk-mq-tag by Jens Axboe · 11 years ago
  94. 0d2602c blk-mq: improve support for shared tags maps by Jens Axboe · 11 years ago
  95. 1f236ab blk-mq: bitmap tag: cleanup blk_mq_init_tags by Ming Lei · 11 years ago
  96. 9d3d21a blk-mq: bitmap tag: select random tag betweet 0 and (depth - 1) by Ming Lei · 11 years ago
  97. 60f2df8 blk-mq: bitmap tag: remove barrier in bt_clear_tag() by Ming Lei · 11 years ago
  98. 0289b2e blk-mq: bitmap tag: use clear_bit_unlock in bt_clear_tag() by Ming Lei · 11 years ago
  99. 59d13bf blk-mq: use sparser tag layout for lower queue depth by Jens Axboe · 11 years ago
  100. 4bb659b blk-mq: implement new and more efficient tagging scheme by Jens Axboe · 11 years ago