1. 2d31c68 block, bfq: inject I/O to underutilized actuators by Davide Zini · 2 years, 2 months ago
  2. 1eb2062 block, bfq: only do counting of pending-request for BFQ_GROUP_IOSCHED by Yuwei Guan · 2 years, 4 months ago
  3. aa62511 block, bfq: don't declare 'bfqd' as type 'void *' in bfq_group by Yu Kuai · 2 years, 4 months ago
  4. f6fd119 block, bfq: cleanup bfq_activate_requeue_entity() by Yu Kuai · 2 years, 4 months ago
  5. e5c63eb4 block, bfq: factor out code to update 'active_entities' by Yu Kuai · 2 years, 4 months ago
  6. 060d9217 block, bfq: remove set but not used variable in __bfq_entity_update_weight_prio by Yu Kuai · 2 years, 4 months ago
  7. eb5bca7 block, bfq: cleanup __bfq_weights_tree_remove() by Yu Kuai · 2 years, 6 months ago
  8. afdba14 block, bfq: cleanup bfq_weights_tree add/remove apis by Yu Kuai · 2 years, 6 months ago
  9. 71f8ca7 block, bfq: refactor the counting of 'num_groups_with_pending_reqs' by Yu Kuai · 2 years, 6 months ago
  10. 60a6e10 block, bfq: record how many queues have pending requests by Yu Kuai · 2 years, 6 months ago
  11. 3d89bd1 block, bfq: support to track if bfqq has pending requests by Yu Kuai · 2 years, 6 months ago
  12. d322f35 block, bfq: remove useless parameter for bfq_add/del_bfqq_busy() by Yu Kuai · 2 years, 7 months ago
  13. 1d87be8 block: bfq: Fix kernel-doc headers by Bart Van Assche · 2 years, 9 months ago
  14. 6c77b15 bfq: Remove useless code in bfq_lookup_next_entity by GuoYong Zheng · 2 years, 9 months ago
  15. 43a4b1f block, bfq: cleanup bfq_bfqq_to_bfqg() by Yu Kuai · 3 years, 1 month ago
  16. bcd2be7 block/bfq_wf2q: correct weight to ioprio by Yahu Gao · 3 years, 2 months ago
  17. 202bc94 block: Introduce IOPRIO_NR_LEVELS by Damien Le Moal · 3 years, 7 months ago
  18. 2ec5a5c block, bfq: always inject I/O of queues blocked by wakers by Paolo Valente · 4 years ago
  19. 1a23e06 bfq: don't duplicate code for different paths by huhai · 4 years, 2 months ago
  20. 2de791a bfq: fix blkio cgroup leakage v4 by Dmitry Monakhov · 4 years, 7 months ago
  21. db37a34 block, bfq: get a ref to a group when adding it to a service tree by Paolo Valente · 5 years ago
  22. 33a16a9 block, bfq: extend incomplete name of field on_st by Paolo Valente · 5 years ago
  23. 554d21e block, bfq: improve arithmetic division in bfq_delta() by Wen Yang · 5 years ago
  24. e9d3c86 bfq: Fix the missing barrier in __bfq_entity_update_weight_prio by Fam Zheng · 6 years ago
  25. a497ee3 block: switch all files cleared marked as GPLv2 or later to SPDX tags by Christoph Hellwig · 6 years ago
  26. 5c61ee2 Merge tag 'v5.1-rc6' into for-5.2/block by Jens Axboe · 6 years ago
  27. eed47d1 block, bfq: fix use after free in bfq_bfqq_expire by Paolo Valente · 6 years ago
  28. 636b8fe block, bfq: fix some typos in comments by Angelo Ruocco · 6 years ago
  29. fb53ac6 block, bfq: do not idle for lowest-weight queues by Paolo Valente · 6 years ago
  30. 42b1bd3 block/bfq: fix ifdef for CONFIG_BFQ_GROUP_IOSCHED=y by Konstantin Khlebnikov · 6 years ago
  31. 9dee8b3 block, bfq: fix queue removal from weights tree by Paolo Valente · 6 years ago
  32. 73d5811 block, bfq: consider also ioprio classes in symmetry detection by Paolo Valente · 6 years ago
  33. 5bf8590 block, bfq: fix comments on __bfq_deactivate_entity by Paolo Valente · 6 years ago
  34. ba7aeae block, bfq: fix decrement of num_active_groups by Paolo Valente · 6 years ago
  35. 98fa7a3 block, bfq: fix asymmetric scenarios detection by Federico Motta · 6 years ago
  36. 2d29c9f block, bfq: improve asymmetric scenarios detection by Federico Motta · 6 years ago
  37. cbeb869 block, bfq: correctly charge and reset entity service in all cases by Paolo Valente · 6 years ago
  38. f812164 block, bfq: improve code of bfq_bfqq_charge_time by Paolo Valente · 7 years ago
  39. e02a0aa2 block, bfq: always update the budget of an entity when needed by Paolo Valente · 7 years ago
  40. 9fae8dd block, bfq: fix service being wrongly set to zero in case of preemption by Paolo Valente · 7 years ago
  41. 0471559 block, bfq: add/remove entity weights correctly by Paolo Valente · 7 years ago
  42. 8a8747d block, bfq: limit sectors served with interactive weight raising by Paolo Valente · 7 years ago
  43. 7b8fa3b block, bfq: let a queue be merged only shortly after starting I/O by Paolo Valente · 7 years ago
  44. 24bfd19 block, bfq: update blkio stats outside the scheduler lock by Paolo Valente · 7 years ago
  45. 24d90bb block, bfq: guarantee update_next_in_service always returns an eligible entity by Paolo Valente · 8 years ago
  46. a02195c block, bfq: remove direct switch to an entity in higher class by Paolo Valente · 8 years ago
  47. 80294c3 block, bfq: make lookup_next_entity push up vtime on expirations by Paolo Valente · 8 years ago
  48. 46d556e block, bfq: consider also in_service_entity to state whether an entity is active by Paolo Valente · 8 years ago
  49. 6ab1d8d block, bfq: reset in_service_entity if it becomes idle by Paolo Valente · 8 years ago
  50. 38c9140 bfq: fix typos in comments about B-WF2Q+ algorithm by Hou Tao · 8 years ago
  51. 431b17f block, bfq: don't change ioprio class for a bfq_queue on a service tree by Paolo Valente · 8 years ago
  52. a66c38a block, bfq: use pointer entity->sched_data only if set by Paolo Valente · 8 years ago
  53. ea25da4 block, bfq: split bfq-iosched.c into multiple source files by Paolo Valente · 8 years ago