1. ca7ce08 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 1 year, 8 months ago
  2. eca2040 scsi: block: ioprio: Clean up interface definition by Damien Le Moal · 1 year, 10 months ago
  3. f80dd11 block: BFQ: Move an invariant check by Bart Van Assche · 1 year, 10 months ago
  4. 3e49c1e block: BFQ: Add several invariant checks by Bart Van Assche · 1 year, 10 months ago
  5. e53413f block, bfq: Fix division by zero error on zero wsum by Colin Ian King · 1 year, 11 months ago
  6. 93fffe1 blk-mq: pass a flags argument to elevator_type->insert_requests by Christoph Hellwig · 1 year, 11 months ago
  7. bebe84e blk-mq: remove blk-mq-tag.h by Christoph Hellwig · 1 year, 11 months ago
  8. e2f2a39 block, bfq: fix uaf for 'stable_merge_bfqq' by Yu Kuai · 2 years ago
  9. 5b0ed59 Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux by Linus Torvalds · 2 years ago
  10. 40e4996 blk-cgroup: pass a gendisk to blkcg_{de,}activate_policy by Christoph Hellwig · 2 years, 1 month ago
  11. 04aad37 blk-wbt: pass a gendisk to wbt_{enable,disable}_default by Christoph Hellwig · 2 years, 1 month ago
  12. 323745a block, bfq: remove unused bfq_wr_max_time in struct bfq_data by Kemeng Shi · 2 years, 2 months ago
  13. 87c971d block, bfq: remove unnecessary goto tag in bfq_dispatch_rq_from_bfqq by Kemeng Shi · 2 years, 2 months ago
  14. 433d4b0 block, bfq: remove redundant check in bfq_put_cooperator by Kemeng Shi · 2 years, 2 months ago
  15. 86f8382e block, bfq: remove unnecessary dereference to get async_bfqq by Kemeng Shi · 2 years, 2 months ago
  16. 8ac2e43 block, bfq: use helper macro RQ_BFQQ to get bfqq of request by Kemeng Shi · 2 years, 2 months ago
  17. 1c97045 block, bfq: initialize bfqq->decrease_time_jif correctly by Kemeng Shi · 2 years, 2 months ago
  18. bebeb9e block, bfq: remove unsed parameter reason in bfq_bfqq_is_slow by Kemeng Shi · 2 years, 2 months ago
  19. 0c3e09e block, bfq: correctly raise inject limit in bfq_choose_bfqq_for_injection by Kemeng Shi · 2 years, 2 months ago
  20. b600de2 block, bfq: fix uaf for bfqq in bic_set_bfqq() by Yu Kuai · 2 years, 1 month ago
  21. 1bd43e1 block, bfq: balance I/O injection among underutilized actuators by Davide Zini · 2 years, 2 months ago
  22. 2d31c68 block, bfq: inject I/O to underutilized actuators by Davide Zini · 2 years, 2 months ago
  23. 4fdb3b9 block, bfq: retrieve independent access ranges from request queue by Federico Gavioli · 2 years, 2 months ago
  24. 8b7fd74 block, bfq: split also async bfq_queues on a per-actuator basis by Davide Zini · 2 years, 2 months ago
  25. fd571df block, bfq: turn bfqq_data into an array in bfq_io_cq by Paolo Valente · 2 years, 2 months ago
  26. a612304 block, bfq: move io_cq-persistent bfqq data into a dedicated struct by Paolo Valente · 2 years, 2 months ago
  27. b752989 block, bfq: forbid stable merging of queues associated with different actuators by Paolo Valente · 2 years, 2 months ago
  28. 9778369 block, bfq: split sync bfq_queues on a per-actuator basis by Paolo Valente · 2 years, 2 months ago
  29. 246cf66 block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqq by Yu Kuai · 2 years, 2 months ago
  30. 1eb2062 block, bfq: only do counting of pending-request for BFQ_GROUP_IOSCHED by Yuwei Guan · 2 years, 4 months ago
  31. 337366e block, bfq: replace 0/1 with false/true in bic apis by Yu Kuai · 2 years, 3 months ago
  32. 64dc8c7 block, bfq: fix possible uaf for 'bfqq->bic' by Yu Kuai · 2 years, 3 months ago
  33. 99771d7 bfq: ignore oom_bfqq in bfq_check_waker by Khazhismel Kumykov · 2 years, 4 months ago
  34. a1795c2 bfq: fix waker_bfqq inconsistency crash by Khazhismel Kumykov · 2 years, 4 months ago
  35. 918fdea block, bfq: remove dead code for updating 'rq_in_driver' by Yu Kuai · 2 years, 4 months ago
  36. eb5bca7 block, bfq: cleanup __bfq_weights_tree_remove() by Yu Kuai · 2 years, 6 months ago
  37. afdba14 block, bfq: cleanup bfq_weights_tree add/remove apis by Yu Kuai · 2 years, 6 months ago
  38. eed3ecc block, bfq: do not idle if only one group is activated by Yu Kuai · 2 years, 6 months ago
  39. 71f8ca7 block, bfq: refactor the counting of 'num_groups_with_pending_reqs' by Yu Kuai · 2 years, 6 months ago
  40. 3d89bd1 block, bfq: support to track if bfqq has pending requests by Yu Kuai · 2 years, 6 months ago
  41. 671fae5 blk-wbt: don't enable throttling if default elevator is bfq by Yu Kuai · 2 years, 5 months ago
  42. d322f35 block, bfq: remove useless parameter for bfq_add/del_bfqq_busy() by Yu Kuai · 2 years, 7 months ago
  43. 1e3cc21 block, bfq: remove useless checking in bfq_put_queue() by Yu Kuai · 2 years, 7 months ago
  44. dc469ba block/bfq: Use the new blk_opf_t type by Bart Van Assche · 2 years, 8 months ago
  45. b96f3ca block/bfq: Enable I/O statistics by Bart Van Assche · 2 years, 9 months ago
  46. 4d337ceb blk-mq: avoid to touch q->elevator without any protection by Ming Lei · 2 years, 9 months ago
  47. 115cd47 Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 2 years, 10 months ago
  48. a249ca7 bfq: Remove bfq_requeue_request_body() by Jan Kara · 2 years, 10 months ago
  49. e79cf88 bfq: Remove superfluous conversion from RQ_BIC() by Jan Kara · 2 years, 10 months ago
  50. c5ac56b bfq: Allow current waker to defend against a tentative one by Jan Kara · 2 years, 10 months ago
  51. f950667 bfq: Relax waker detection for shared queues by Jan Kara · 2 years, 10 months ago
  52. ddc25c8 block, bfq: make bfq_has_work() more accurate by Yu Kuai · 2 years, 10 months ago
  53. 181490d block, bfq: protect 'bfqd->queued' by 'bfqd->lock' by Yu Kuai · 2 years, 10 months ago
  54. 09df6a7 bfq: Fix warning in bfqq_request_over_limit() by Jan Kara · 2 years, 11 months ago
  55. 4e54a24 bfq: Get rid of __bio_blkcg() usage by Jan Kara · 3 years ago
  56. 5f550ed bfq: Remove pointless bfq_init_rq() calls by Jan Kara · 3 years ago
  57. fc84e1f bfq: Drop pointless unlock-lock pair by Jan Kara · 3 years ago
  58. ea591cd bfq: Update cgroup information before merging bio by Jan Kara · 3 years ago
  59. 3bc5e68 bfq: Split shared queues on move between cgroups by Jan Kara · 3 years ago
  60. c1cee4a bfq: Avoid merging queues with different parents by Jan Kara · 3 years ago
  61. 70456e5 bfq: Avoid false marking of bic as stably merged by Jan Kara · 3 years ago
  62. 3bf03b9 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  63. f6bad15 block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC" by NeilBrown · 3 years ago
  64. 616355c Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years ago
  65. 8ef22dc block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative" by Colin Ian King · 3 years ago
  66. 15729ff Revert "Revert "block, bfq: honor already-setup queue merges"" by Paolo Valente · 3 years, 3 months ago
  67. ab552fc bfq: fix use-after-free in bfq_dispatch_request by Zhang Wensheng · 3 years ago
  68. 43a4b1f block, bfq: cleanup bfq_bfqq_to_bfqg() by Yu Kuai · 3 years, 1 month ago
  69. e92bc4c block/wbt: fix negative inflight counter when remove scsi device by Laibin Qiu · 3 years, 1 month ago
  70. eca5892 block: simplify ioc_lookup_icq by Christoph Hellwig · 3 years, 3 months ago
  71. 222ee58 block: move the remaining elv.icq handling to the I/O scheduler by Christoph Hellwig · 3 years, 3 months ago
  72. 87dd1d6 block: move blk_mq_sched_assign_ioc to blk-ioc.c by Christoph Hellwig · 3 years, 3 months ago
  73. a0725c2 bfq: use bfq_bic_lookup in bfq_limit_depth by Christoph Hellwig · 3 years, 3 months ago
  74. 836b394 bfq: simplify bfq_bic_lookup by Christoph Hellwig · 3 years, 3 months ago
  75. c65e6fd bfq: Do not let waker requests skip proper accounting by Jan Kara · 3 years, 3 months ago
  76. 1eb17f5 bfq: Log waker detections by Jan Kara · 3 years, 3 months ago
  77. 1f18b70 bfq: Limit waker detection in time by Jan Kara · 3 years, 3 months ago
  78. 76f1df8 bfq: Limit number of requests consumed by each cgroup by Jan Kara · 3 years, 3 months ago
  79. 44dfa27 bfq: Store full bitmap depth in bfq_data by Jan Kara · 3 years, 3 months ago
  80. 98f0449 bfq: Track number of allocated requests in bfq_entity by Jan Kara · 3 years, 3 months ago
  81. 5a9d041 block: move io_context creation into where it's needed by Jens Axboe · 3 years, 4 months ago
  82. ae0f1a7 blk-mq: Stop using pointers for blk_mq_tags bitmap tags by John Garry · 3 years, 5 months ago
  83. 2e9bc34 block: move elevator.h to block/ by Christoph Hellwig · 3 years, 6 months ago
  84. ebc69e8 Revert "block, bfq: honor already-setup queue merges" by Jens Axboe · 3 years, 5 months ago
  85. 2d52c58 block, bfq: honor already-setup queue merges by Paolo Valente · 3 years, 7 months ago
  86. d152c68 block: add an explicit ->disk backpointer to the request_queue by Christoph Hellwig · 3 years, 7 months ago
  87. e70344c block: fix default IO priority handling by Damien Le Moal · 3 years, 7 months ago
  88. 202bc94 block: Introduce IOPRIO_NR_LEVELS by Damien Le Moal · 3 years, 7 months ago
  89. a680dd7 block: bfq: fix bfq_set_next_ioprio_data() by Damien Le Moal · 3 years, 7 months ago
  90. 866663b block: return ELEVATOR_DISCARD_MERGE if possible by Ming Lei · 3 years, 7 months ago
  91. edb0872 block: move the bdi from the request_queue to the gendisk by Christoph Hellwig · 3 years, 7 months ago
  92. fd2ef39 blk: Fix lock inversion between ioc lock and bfqd lock by Jan Kara · 3 years, 9 months ago
  93. a921c65 bfq: Remove merged request already in bfq_requests_merged() by Jan Kara · 3 years, 9 months ago
  94. 9a2ac41 block, bfq: reset waker pointer with shared queues by Paolo Valente · 3 years, 9 months ago
  95. efc7252 block, bfq: check waker only for queues with no in-flight I/O by Paolo Valente · 3 years, 9 months ago
  96. bd3664b block, bfq: avoid delayed merge of async queues by Paolo Valente · 3 years, 9 months ago
  97. 7812472 block, bfq: boost throughput by extending queue-merging times by Pietro Pedroni · 3 years, 9 months ago
  98. d4f4998 block, bfq: consider also creation time in delayed stable merge by Paolo Valente · 3 years, 9 months ago
  99. e03f2ab block, bfq: fix delayed stable merge check by Luca Mariotti · 3 years, 9 months ago
  100. 511a26992 block, bfq: let also stably merged queues enjoy weight raising by Paolo Valente · 3 years, 9 months ago