1. eca5892 block: simplify ioc_lookup_icq by Christoph Hellwig · 3 years, 1 month ago
  2. 222ee58 block: move the remaining elv.icq handling to the I/O scheduler by Christoph Hellwig · 3 years, 1 month ago
  3. 87dd1d6 block: move blk_mq_sched_assign_ioc to blk-ioc.c by Christoph Hellwig · 3 years, 1 month ago
  4. a0725c2 bfq: use bfq_bic_lookup in bfq_limit_depth by Christoph Hellwig · 3 years, 1 month ago
  5. 836b394 bfq: simplify bfq_bic_lookup by Christoph Hellwig · 3 years, 1 month ago
  6. c65e6fd bfq: Do not let waker requests skip proper accounting by Jan Kara · 3 years, 1 month ago
  7. 1eb17f5 bfq: Log waker detections by Jan Kara · 3 years, 1 month ago
  8. 1f18b70 bfq: Limit waker detection in time by Jan Kara · 3 years, 1 month ago
  9. 76f1df8 bfq: Limit number of requests consumed by each cgroup by Jan Kara · 3 years, 1 month ago
  10. 44dfa27 bfq: Store full bitmap depth in bfq_data by Jan Kara · 3 years, 1 month ago
  11. 98f0449 bfq: Track number of allocated requests in bfq_entity by Jan Kara · 3 years, 1 month ago
  12. 5a9d041 block: move io_context creation into where it's needed by Jens Axboe · 3 years, 1 month ago
  13. ae0f1a7 blk-mq: Stop using pointers for blk_mq_tags bitmap tags by John Garry · 3 years, 3 months ago
  14. 2e9bc34 block: move elevator.h to block/ by Christoph Hellwig · 3 years, 3 months ago
  15. ebc69e8 Revert "block, bfq: honor already-setup queue merges" by Jens Axboe · 3 years, 3 months ago
  16. 2d52c58 block, bfq: honor already-setup queue merges by Paolo Valente · 3 years, 5 months ago
  17. d152c68 block: add an explicit ->disk backpointer to the request_queue by Christoph Hellwig · 3 years, 4 months ago
  18. e70344c block: fix default IO priority handling by Damien Le Moal · 3 years, 5 months ago
  19. 202bc94 block: Introduce IOPRIO_NR_LEVELS by Damien Le Moal · 3 years, 5 months ago
  20. a680dd7 block: bfq: fix bfq_set_next_ioprio_data() by Damien Le Moal · 3 years, 5 months ago
  21. 866663b block: return ELEVATOR_DISCARD_MERGE if possible by Ming Lei · 3 years, 5 months ago
  22. edb0872 block: move the bdi from the request_queue to the gendisk by Christoph Hellwig · 3 years, 5 months ago
  23. fd2ef39 blk: Fix lock inversion between ioc lock and bfqd lock by Jan Kara · 3 years, 6 months ago
  24. a921c65 bfq: Remove merged request already in bfq_requests_merged() by Jan Kara · 3 years, 6 months ago
  25. 9a2ac41 block, bfq: reset waker pointer with shared queues by Paolo Valente · 3 years, 6 months ago
  26. efc7252 block, bfq: check waker only for queues with no in-flight I/O by Paolo Valente · 3 years, 6 months ago
  27. bd3664b block, bfq: avoid delayed merge of async queues by Paolo Valente · 3 years, 6 months ago
  28. 7812472 block, bfq: boost throughput by extending queue-merging times by Pietro Pedroni · 3 years, 6 months ago
  29. d4f4998 block, bfq: consider also creation time in delayed stable merge by Paolo Valente · 3 years, 6 months ago
  30. e03f2ab block, bfq: fix delayed stable merge check by Luca Mariotti · 3 years, 6 months ago
  31. 511a26992 block, bfq: let also stably merged queues enjoy weight raising by Paolo Valente · 3 years, 6 months ago
  32. 7ea96ee block, bfq: avoid circular stable merges by Paolo Valente · 3 years, 8 months ago
  33. efed9a3 kyber: fix out of bounds access when preempted by Omar Sandoval · 3 years, 8 months ago
  34. 7687b38 bfq/mq-deadline: remove redundant check for passthrough request by Lin Feng · 3 years, 9 months ago
  35. 430a67f block, bfq: merge bursts of newly-created queues by Paolo Valente · 3 years, 10 months ago
  36. 85686d0 block, bfq: keep shared queues out of the waker mechanism by Paolo Valente · 3 years, 10 months ago
  37. 8c54477 block, bfq: fix weight-raising resume with !low_latency by Paolo Valente · 3 years, 10 months ago
  38. 8ef3fc3 block, bfq: make shared queues inherit wakers by Paolo Valente · 3 years, 10 months ago
  39. 7cc4ffc block, bfq: put reqs of waker and woken in dispatch list by Paolo Valente · 3 years, 10 months ago
  40. 2ec5a5c block, bfq: always inject I/O of queues blocked by wakers by Paolo Valente · 3 years, 10 months ago
  41. 4168a8d block/bfq: update comments and default value in docs for fifo_expire by Joseph Qi · 3 years, 10 months ago
  42. b357e4a block: get rid of the trace rq insert wrapper by Chaitanya Kulkarni · 3 years, 10 months ago
  43. 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  44. 388c705b bfq-iosched: Revert "bfq: Fix computation of shallow depth" by Lin Feng · 3 years, 11 months ago
  45. 7684fbd bfq: Use only idle IO periods for think time calculations by Jan Kara · 4 years, 7 months ago
  46. 28c6def bfq: Use 'ttime' local variable by Jan Kara · 4 years, 7 months ago
  47. 41e76c8 bfq: Avoid false bfq queue merging by Jan Kara · 4 years, 7 months ago
  48. a5bf0a9 bfq: bfq_check_waker() should be static by Jens Axboe · 4 years ago
  49. 71217df block, bfq: make waker-queue detection more robust by Paolo Valente · 4 years ago
  50. 5a5436b block, bfq: save also injection state on queue merging by Paolo Valente · 4 years ago
  51. e673914 block, bfq: save also weight-raised service on queue merging by Paolo Valente · 4 years ago
  52. d1f600f block, bfq: fix switch back from soft-rt weitgh-raising by Paolo Valente · 4 years ago
  53. 7f1995c block, bfq: re-evaluate convenience of I/O plugging on rq arrivals by Paolo Valente · 4 years ago
  54. eb2fd80 block, bfq: replace mechanism for evaluating I/O intensity by Paolo Valente · 4 years ago
  55. 5ac83c6 Revert "blk-mq, elevator: Count requests per hctx to improve performance" by Jan Kara · 4 years ago
  56. 2391d13 block, bfq: do not expire a queue when it is the only busy one by Paolo Valente · 4 years ago
  57. 3c33769 block, bfq: avoid spurious switches to soft_rt of interactive queues by Paolo Valente · 4 years ago
  58. 91b896f block, bfq: do not raise non-default weights by Paolo Valente · 4 years ago
  59. ab1fb47 block, bfq: increase time window for waker detection by Paolo Valente · 4 years ago
  60. d4fc364 block, bfq: set next_rq to waker_bfqq->next_rq in waker injection by Jia Cheng Hu · 4 years ago
  61. b5f74ec block, bfq: use half slice_idle as a threshold to check short ttime by Paolo Valente · 4 years ago
  62. 6d4d273 bfq: Fix computation of shallow depth by Jan Kara · 4 years, 1 month ago
  63. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  64. 7b8731d9 Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  65. e8a8a18 block: only call sched requeue_request() for scheduled requests by Omar Sandoval · 4 years, 4 months ago
  66. b445547 blk-mq, elevator: Count requests per hctx to improve performance by Kashyap Desai · 4 years, 4 months ago
  67. 222a5ae blk-mq: Use pointers for blk_mq_tags bitmap tags by John Garry · 4 years, 4 months ago
  68. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  69. f06678a block: bfq-iosched: fix duplicated word by Randy Dunlap · 4 years, 5 months ago
  70. 5d9c305 blk-mq: remove the bio argument to ->prepare_request by Christoph Hellwig · 4 years, 7 months ago
  71. d51cfc5 bdi: use bdi_dev_name() to get device name by Yufen Yu · 4 years, 8 months ago
  72. c899773 block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroup by Paolo Valente · 4 years, 9 months ago
  73. 2f95fa5 block, bfq: fix use-after-free in bfq_idle_slice_timer_body by Zhiqiang Liu · 4 years, 9 months ago
  74. c92bdde block, bfq: clarify the goal of bfq_split_bfqq() by Paolo Valente · 5 years ago
  75. 4d8340d block, bfq: remove ifdefs from around gets/puts of bfq groups by Paolo Valente · 5 years ago
  76. 33a16a9 block, bfq: extend incomplete name of field on_st by Paolo Valente · 5 years ago
  77. 32c59e3 block, bfq: do not insert oom queue into position tree by Paolo Valente · 5 years ago
  78. f718b09 block, bfq: do not plug I/O for bfq_queues with no proc refs by Paolo Valente · 5 years ago
  79. b7f22d9 block/bfq: remove unused bfq_class_rt which never used by Alex Shi · 5 years ago
  80. ff6814b Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  81. 478de33 block, bfq: deschedule empty bfq_queues not referred by any process by Paolo Valente · 5 years ago
  82. fd41e60 bfq-iosched: stop using blkg->stat_bytes and ->stat_ios by Tejun Heo · 5 years ago
  83. 58494c9 block, bfq: push up injection only after setting service time by Paolo Valente · 5 years ago
  84. 17c3d26 block, bfq: increase update frequency of inject limit by Paolo Valente · 5 years ago
  85. c1e0a18 block, bfq: reduce upper bound for inject limit to max_rq_in_driver+1 by Paolo Valente · 5 years ago
  86. 23ed570 block, bfq: update inject limit only after injection occurred by Paolo Valente · 5 years ago
  87. fd03177 block, bfq: handle NULL return value by bfq_init_rq() by Paolo Valente · 5 years ago
  88. 3f758e8 block, bfq: move update of waker and woken list to queue freeing by Paolo Valente · 5 years ago
  89. 08d383a block, bfq: reset last_completed_rq_bfqq if the pointed queue is freed by Paolo Valente · 5 years ago
  90. 0441281 Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  91. b5e02b4 block, bfq: check also in-flight I/O in dispatch plugging by Paolo Valente · 5 years ago
  92. 898bd37 docs: block: convert to ReST by Mauro Carvalho Chehab · 6 years ago
  93. 3b99107 Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  94. dbc3117 block, bfq: NULL out the bic when it's no longer valid by Douglas Anderson · 6 years ago
  95. 2b50f23 block, bfq: Init saved_wr_start_at_switch_to_srt in unlikely case by Douglas Anderson · 6 years ago
  96. e6feaf2 block, bfq: fix operator in BFQQ_TOTALLY_SEEKY by Paolo Valente · 6 years ago
  97. 3726112 block, bfq: re-schedule empty queues if they deserve I/O plugging by Paolo Valente · 6 years ago
  98. 96a291c block, bfq: preempt lower-weight or lower-priority queues by Paolo Valente · 6 years ago
  99. 13a857a block, bfq: detect wakers and unconditionally inject their I/O by Paolo Valente · 6 years ago
  100. a3f9bce block, bfq: bring forward seek&think time update by Paolo Valente · 6 years ago