summaryrefslogtreecommitdiffstats
path: root/block/blk-throttle.c
Commit message (Expand)AuthorAge
* block: Fix throtl_pending_timer_fn() kernel-doc headerBart Van Assche2019-05-31
* blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou2018-12-08
* blkcg: associate blkg when associating a deviceDennis Zhou2018-12-08
* blkcg: introduce common blkg association logicDennis Zhou2018-12-08
* blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou2018-12-08
* block: add queue_is_mq() helperJens Axboe2018-11-16
* block: remove the queue_lock indirectionChristoph Hellwig2018-11-15
* block: remove queue_lockdep_assert_heldChristoph Hellwig2018-11-15
* block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig2018-11-15
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-01
* blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)2018-09-21
* blkcg: always associate a bio with a blkgDennis Zhou (Facebook)2018-09-21
* Blk-throttle: update to use rbtree with leftmost node cachedLiu Bo2018-09-20
* blkcg: use tryget logic when associating a blkg with a bioDennis Zhou (Facebook)2018-08-31
* Blk-throttle: reduce tail io latency when iops limit is enforcedLiu Bo2018-08-09
* block: add bi_blkg to the bio for cgroupsJosef Bacik2018-07-09
* Block: blk-throttle: set low_valid immediately once one cgroup has io.low con...Liu Bo2018-07-09
* blk-throttle: return proper bool type to caller instead of 0/1Chengguang Xu2018-05-30
* blk-throttle: fix potential NULL pointer dereference in throtl_select_dispatchLiu Bo2018-05-30
* block: get rid of struct blk_issue_statOmar Sandoval2018-05-09
* block: replace bio->bi_issue_stat with bio-specific typeOmar Sandoval2018-05-09
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-29
|\
| * blk-throttle: use queue_is_rq_basedweiping zhang2018-01-19
| * blk-throttle: track read and write request individuallyJoseph Qi2018-01-18
| * blk-throttle: export io_serviced_recursive, io_service_bytes_recursiveweiping zhang2018-01-18
* | block-throttle: avoid double chargeShaohua Li2017-12-20
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\
| * blk-throttle: fix null pointer dereference while throttling writeback IOsJiufei Xue2017-10-10
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | blk-throttle: fix possible io stall when upgrade to maxJoseph Qi2017-10-03
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-07
|\
| * block: use standard blktrace API to output cgroup info for debug notesShaohua Li2017-07-29
| * block: always attach cgroup info into bioShaohua Li2017-07-29
* | blk-throttle: cap discard request sizeShaohua Li2017-08-23
|/
* blk-throttle: set default latency baseline for harddiskShaohua Li2017-06-07
* blk-throttle: fix NULL pointer dereference in throtl_schedule_pending_timerJoseph Qi2017-06-07
* blk-throttle: force user to configure all settings for io.lowShaohua Li2017-05-22
* blk-throttle: respect 0 bps/iops settings for io.lowShaohua Li2017-05-22
* blk-throttle: output some debug info in traceShaohua Li2017-05-22
* blk-throttle: add hierarchy support for latency target and idle timeShaohua Li2017-05-22
* blk-throttle: fix unused variable warning with BLK_DEV_THROTTLING_LOW=nJens Axboe2017-04-20
* blk-throttle: add latency target supportShaohua Li2017-03-28
* blk-throttle: add a mechanism to estimate IO latencyShaohua Li2017-03-28
* blk-throttle: add interface for per-cgroup target latencyShaohua Li2017-03-28
* blk-throttle: ignore idle cgroup limitShaohua Li2017-03-28
* blk-throttle: add interface to configure idle time thresholdShaohua Li2017-03-28
* blk-throttle: add a simple idle detectionShaohua Li2017-03-28
* blk-throttle: make bandwidth change smoothShaohua Li2017-03-28
* blk-throttle: detect completed idle cgroupShaohua Li2017-03-28