1. 486cf98 blk-mq: Introduce blk_mq_reinit_tagset by Sagi Grimberg · 8 years ago
  2. e8f1e16 blk-mq: Make blk_mq_all_tag_busy_iter static by Sagi Grimberg · 8 years ago
  3. e048948 blk-mq: Export tagset iter function by Sagi Grimberg · 8 years ago
  4. 6f3b0e8 blk-mq: add a flags parameter to blk_mq_alloc_request by Christoph Hellwig · 9 years ago
  5. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  6. d9734e0 Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  7. f42d79a blk-mq: fix use-after-free in blk_mq_free_tag_set() by Junichi Nomura · 9 years ago
  8. 8ee1b7b blk-mq: fix waitqueue_active without memory barrier in block/blk-mq-tag.c by Kosuke Tatsukawa · 9 years ago
  9. 0bf6cd5 blk-mq: factor out a helper to iterate all tags for a request_queue by Christoph Hellwig · 9 years ago
  10. 0048b48 blk-mq: fix race between timeout and freeing request by Ming Lei · 9 years ago
  11. f26cdc8 blk-mq: Shared tag enhancements by Keith Busch · 9 years ago
  12. bc188d8 blkmq: Fix NULL pointer deref when all reserved tags in by Sam Bradshaw · 9 years ago
  13. 564e559 blk-mq: fix double-free in error path by Tony Battersby · 9 years ago
  14. 24391c0 blk-mq: add tag allocation policy by Shaohua Li · 9 years ago
  15. 0bf3649 blk-mq: fix false negative out-of-tags condition by Jens Axboe · 9 years ago
  16. aed3ea9 block: wake up waiters when a queue is marked dying by Jens Axboe · 10 years ago
  17. 35d37c6 Revert "blk-mq: Micro-optimize bt_get()" by Jens Axboe · 10 years ago
  18. caf292a Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  19. 52f7eb94 blk-mq: Micro-optimize bt_get() by Bart Van Assche · 10 years ago
  20. c38d185 blk-mq: Fix a race between bt_clear_tag() and bt_get() by Bart Van Assche · 10 years ago
  21. 9e98e9d blk-mq: Avoid that __bt_get_word() wraps multiple times by Bart Van Assche · 10 years ago
  22. 080ff35 blk-mq: re-check for available tags after running the hardware queue by Jens Axboe · 10 years ago
  23. b322320 blk-mq: fix hang in bt_get() by Bart Van Assche · 10 years ago
  24. 70114c3 blk-mq: cleanup tag free handling by Jens Axboe · 10 years ago
  25. 205fb5f blk-mq: add blk_mq_unique_tag() by Bart Van Assche · 10 years ago
  26. 9d8f0bc blk-mq: Make bt_clear_tag() easier to read by Bart Van Assche · 10 years ago
  27. abab13b blk-mq: fix potential hang if rolling wakeup depth is too high by Jens Axboe · 10 years ago
  28. 81481eb blk-mq: fix and simplify tag iteration for the timeout handler by Christoph Hellwig · 10 years ago
  29. 86fb5c5 blk-mq: bitmap tag: fix races in bt_get() function by Alexander Gordeev · 10 years ago
  30. 2971c35 blk-mq: bitmap tag: fix race on blk_mq_bitmap_tags::wake_cnt by Alexander Gordeev · 10 years ago
  31. 8537b12 blk-mq: bitmap tag: fix races on shared ::wake_index fields by Alexander Gordeev · 10 years ago
  32. cb96a42 blk-mq: fix schedule from atomic context by Ming Lei · 10 years ago
  33. 75bb462 blk-mq: add file comments and update copyright notices by Jens Axboe · 10 years ago
  34. a3bd775 blk-mq: remove blk_mq_wait_for_tags by Christoph Hellwig · 10 years ago
  35. edf866b blk-mq: export blk_mq_tag_busy_iter by Sam Bradshaw · 10 years ago
  36. e3a2b3f blk-mq: allow changing of queue depth through sysfs by Jens Axboe · 10 years ago
  37. 39a9f97 Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/core by Jens Axboe · 10 years ago
  38. e93ecf6 blk-mq: move the cache friendly bitmap type of out blk-mq-tag by Jens Axboe · 10 years ago
  39. 0d2602c blk-mq: improve support for shared tags maps by Jens Axboe · 10 years ago
  40. 1f236ab blk-mq: bitmap tag: cleanup blk_mq_init_tags by Ming Lei · 10 years ago
  41. 9d3d21a blk-mq: bitmap tag: select random tag betweet 0 and (depth - 1) by Ming Lei · 10 years ago
  42. 60f2df8 blk-mq: bitmap tag: remove barrier in bt_clear_tag() by Ming Lei · 10 years ago
  43. 0289b2e blk-mq: bitmap tag: use clear_bit_unlock in bt_clear_tag() by Ming Lei · 10 years ago
  44. 59d13bf blk-mq: use sparser tag layout for lower queue depth by Jens Axboe · 10 years ago
  45. 4bb659b blk-mq: implement new and more efficient tagging scheme by Jens Axboe · 10 years ago
  46. 5810d90 blk-mq: fix waiting for reserved tags by Jens Axboe · 10 years ago
  47. 24d2f90 blk-mq: split out tag initialization, support shared tags by Christoph Hellwig · 10 years ago
  48. 5e57dc8 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  49. 11c9444 block: Fix type mismatch in ssize_t_blk_mq_tag_sysfs_show by Masanari Iida · 10 years ago
  50. 6f6b5d1 percpu_ida: Make percpu_ida_alloc + callers accept task state bitmask by Kent Overstreet · 10 years ago
  51. 320ae51 blk-mq: new multi-queue block IO queueing mechanism by Jens Axboe · 11 years ago