1. e4a19f7 block: don't include blk-mq.h in blk.h by Christoph Hellwig · 3 years, 1 month ago
  2. ed6cdde block: convert the rest of block to bdev_get_queue by Pavel Begunkov · 3 years, 2 months ago
  3. a7b36ee block: move blk-throtl fast path inline by Jens Axboe · 3 years, 3 months ago
  4. 884f0e8 blk-throttle: fix UAF by deleteing timer in blk_throtl_exit() by Li Jinlin · 3 years, 4 months ago
  5. 4f1e963 blk-throtl: optimize IOPS throttle for large IO scenarios by Chunguang Xu · 3 years, 5 months ago
  6. 309dca30 block: store a block_device pointer in struct bio by Christoph Hellwig · 4 years ago
  7. acaf523 blk-throttle: don't check whether or not lower limit is valid if CONFIG_BLK_DEV_THROTTLING_LOW is off by Yu Kuai · 4 years, 1 month ago
  8. 1da30f9 blk-throttle: Re-use the throtl_set_slice_end() by Baolin Wang · 4 years, 3 months ago
  9. 2937967 blk-throttle: Open code __throtl_de/enqueue_tg() by Baolin Wang · 4 years, 3 months ago
  10. 2397611 blk-throttle: Move service tree validation out of the throtl_rb_first() by Baolin Wang · 4 years, 3 months ago
  11. b7b609d blk-throttle: Move the list operation after list validation by Baolin Wang · 4 years, 3 months ago
  12. 5b7048b blk-throttle: Fix IO hang for a corner case by Baolin Wang · 4 years, 3 months ago
  13. b185efa blk-throttle: Avoid tracking latency if low limit is invalid by Baolin Wang · 4 years, 3 months ago
  14. 7901601 blk-throttle: Avoid getting the current time if tg->last_finish_time is 0 by Baolin Wang · 4 years, 3 months ago
  15. 4247d9c8 blk-throttle: Remove a meaningless parameter for throtl_downgrade_state() by Baolin Wang · 4 years, 3 months ago
  16. 87fbeb8 blk-throttle: Avoid checking bps/iops limitation if bps or iops is unlimited by Baolin Wang · 4 years, 4 months ago
  17. 4599ea4 blk-throttle: Avoid calculating bps/iops limitation repeatedly by Baolin Wang · 4 years, 4 months ago
  18. e675df2 blk-throttle: Define readable macros instead of static variables by Baolin Wang · 4 years, 4 months ago
  19. ff8b22c blk-throttle: Use readable READ/WRITE macros by Baolin Wang · 4 years, 4 months ago
  20. b53b072 blk-throttle: Fix some comments' typos by Baolin Wang · 4 years, 4 months ago
  21. ed00aab block: rename generic_make_request to submit_bio_noacct by Christoph Hellwig · 4 years, 6 months ago
  22. a2e83ef blk-cgroup: remove a dead check in blk_throtl_bio by Christoph Hellwig · 4 years, 6 months ago
  23. db18a53 blk-cgroup: remove blkcg_bio_issue_check by Christoph Hellwig · 4 years, 6 months ago
  24. 93b8063 blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bio by Christoph Hellwig · 4 years, 6 months ago
  25. 32e3374 blk-throttle: remove tg_drain_bios by Guoqing Jiang · 4 years, 8 months ago
  26. b774123 blk-throttle: remove blk_throtl_drain by Guoqing Jiang · 4 years, 8 months ago
  27. 1d156646 blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTAT by Tejun Heo · 5 years ago
  28. 7ca4643 blk-throtl: stop using blkg->stat_bytes and ->stat_ios by Tejun Heo · 5 years ago
  29. 3d24430 block: make rq sector size accessible for block stats by Hou Tao · 6 years ago
  30. cf09a8e blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn() by Tejun Heo · 5 years ago
  31. 3a10f99 blk-throttle: fix zero wait time for iops throttled group by Konstantin Khlebnikov · 5 years ago
  32. 216382d block: Fix throtl_pending_timer_fn() kernel-doc header by Bart Van Assche · 6 years ago
  33. e439bed blkcg: consolidate bio_issue_init() to be a part of core by Dennis Zhou · 6 years ago
  34. 5cdf2e3 blkcg: associate blkg when associating a device by Dennis Zhou · 6 years ago
  35. 2268c0f blkcg: introduce common blkg association logic by Dennis Zhou · 6 years ago
  36. beea9da blkcg: convert blkg_lookup_create() to find closest blkg by Dennis Zhou · 6 years ago
  37. 344e9ff block: add queue_is_mq() helper by Jens Axboe · 6 years ago
  38. 0d945c1 block: remove the queue_lock indirection by Christoph Hellwig · 6 years ago
  39. 373e4af3 block: remove queue_lockdep_assert_held by Christoph Hellwig · 6 years ago
  40. 8f4236d block: remove QUEUE_FLAG_BYPASS and ->bypass by Christoph Hellwig · 6 years ago
  41. b5f2954 blkcg: revert blkcg cleanups series by Dennis Zhou · 6 years ago
  42. 5bf9a1f blkcg: consolidate bio_issue_init to be a part of core by Dennis Zhou (Facebook) · 6 years ago
  43. a7b39b4 blkcg: always associate a bio with a blkg by Dennis Zhou (Facebook) · 6 years ago
  44. 9ff0125 Blk-throttle: update to use rbtree with leftmost node cached by Liu Bo · 6 years ago
  45. 3111885 blkcg: use tryget logic when associating a blkg with a bio by Dennis Zhou (Facebook) · 6 years ago
  46. 991f61f Blk-throttle: reduce tail io latency when iops limit is enforced by Liu Bo · 6 years ago
  47. 08e18ea block: add bi_blkg to the bio for cgroups by Josef Bacik · 6 years ago
  48. 43ada78 Block: blk-throttle: set low_valid immediately once one cgroup has io.low configured by Liu Bo · 7 years ago
  49. 0b6bad7 blk-throttle: return proper bool type to caller instead of 0/1 by Chengguang Xu · 7 years ago
  50. 2ab74cd blk-throttle: fix potential NULL pointer dereference in throtl_select_dispatch by Liu Bo · 7 years ago
  51. 544ccc8d block: get rid of struct blk_issue_stat by Omar Sandoval · 7 years ago
  52. 5238dcf block: replace bio->bi_issue_stat with bio-specific type by Omar Sandoval · 7 years ago
  53. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  54. 475a055 blk-throttle: use queue_is_rq_based by weiping zhang · 7 years ago
  55. b889bf6 blk-throttle: track read and write request individually by Joseph Qi · 7 years ago
  56. 17534c6 blk-throttle: export io_serviced_recursive, io_service_bytes_recursive by weiping zhang · 7 years ago
  57. 111be88 block-throttle: avoid double charge by Shaohua Li · 7 years ago
  58. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  59. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  60. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  61. 53cfdc1 blk-throttle: fix null pointer dereference while throttling writeback IOs by Jiufei Xue · 7 years ago
  62. 4f02fb7 blk-throttle: fix possible io stall when upgrade to max by Joseph Qi · 7 years ago
  63. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  64. ea0ea2b blk-throttle: cap discard request size by Shaohua Li · 7 years ago
  65. 35fe6d7 block: use standard blktrace API to output cgroup info for debug notes by Shaohua Li · 7 years ago
  66. 007cc56 block: always attach cgroup info into bio by Shaohua Li · 7 years ago
  67. 6679a90 blk-throttle: set default latency baseline for harddisk by Shaohua Li · 8 years ago
  68. a41b816 blk-throttle: fix NULL pointer dereference in throtl_schedule_pending_timer by Joseph Qi · 8 years ago
  69. b4f428e blk-throttle: force user to configure all settings for io.low by Shaohua Li · 8 years ago
  70. 9bb67ae blk-throttle: respect 0 bps/iops settings for io.low by Shaohua Li · 8 years ago
  71. 4cff729 blk-throttle: output some debug info in trace by Shaohua Li · 8 years ago
  72. 5b81fc3 blk-throttle: add hierarchy support for latency target and idle time by Shaohua Li · 8 years ago
  73. 2bc19cd blk-throttle: fix unused variable warning with BLK_DEV_THROTTLING_LOW=n by Jens Axboe · 8 years ago
  74. 53696b8 blk-throttle: add latency target support by Shaohua Li · 8 years ago
  75. b9147dd blk-throttle: add a mechanism to estimate IO latency by Shaohua Li · 8 years ago
  76. ec80991 blk-throttle: add interface for per-cgroup target latency by Shaohua Li · 8 years ago
  77. fa6fb5a blk-throttle: ignore idle cgroup limit by Shaohua Li · 8 years ago
  78. ada75b6 blk-throttle: add interface to configure idle time threshold by Shaohua Li · 8 years ago
  79. 9e234ee blk-throttle: add a simple idle detection by Shaohua Li · 8 years ago
  80. 7394e31 blk-throttle: make bandwidth change smooth by Shaohua Li · 8 years ago
  81. aec2424 blk-throttle: detect completed idle cgroup by Shaohua Li · 8 years ago
  82. d61fcfa blk-throttle: choose a small throtl_slice for SSD by Shaohua Li · 8 years ago
  83. 297e3d8 blk-throttle: make throtl_slice tunable by Shaohua Li · 8 years ago
  84. 06cceed blk-throttle: make sure expire time isn't too big by Shaohua Li · 8 years ago
  85. 3f0abd8 blk-throttle: add downgrade logic by Shaohua Li · 8 years ago
  86. c79892c blk-throttle: add upgrade logic for LIMIT_LOW state by Shaohua Li · 8 years ago
  87. b22c417 blk-throttle: configure bps/iops limit for cgroup in low limit by Shaohua Li · 8 years ago
  88. cd5ab1b blk-throttle: add .low interface by Shaohua Li · 8 years ago
  89. 9f626e3 blk-throttle: prepare support multiple limits by Shaohua Li · 8 years ago
  90. 2ab5492 blk-throttle: use U64_MAX/UINT_MAX to replace -1 by Shaohua Li · 8 years ago
  91. b43daed scripts/spelling.txt: add "embeded" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  92. d609af3 blk-throttle: Adjust two function calls together with a variable assignment by Markus Elfring · 8 years ago
  93. 8d2bbd4 block: replace REQ_THROTTLED with a bio flag by Christoph Hellwig · 8 years ago
  94. 164c80e blk-throttle: Extend slice if throttle group is not empty by Vivek Goyal · 8 years ago
  95. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  96. bfd279a blkcg: kill unused field nr_undestroyed_grps by Hou Tao · 8 years ago
  97. 59fa022 blk-throttle: don't parse cgroup path if trace isn't enabled by Shaohua Li · 9 years ago
  98. 9e10a13 cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl() by Tejun Heo · 9 years ago
  99. 2ee867dc blkcg: implement interface for the unified hierarchy by Tejun Heo · 9 years ago
  100. 69948b0 blkcg: separate out tg_conf_updated() from tg_set_conf() by Tejun Heo · 9 years ago