summaryrefslogtreecommitdiff
path: root/block/blk-throttle.c
Commit message (Expand)AuthorAge
* 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
* blk-throttle: choose a small throtl_slice for SSDShaohua Li2017-03-28
* blk-throttle: make throtl_slice tunableShaohua Li2017-03-28
* blk-throttle: make sure expire time isn't too bigShaohua Li2017-03-28
* blk-throttle: add downgrade logicShaohua Li2017-03-28
* blk-throttle: add upgrade logic for LIMIT_LOW stateShaohua Li2017-03-28
* blk-throttle: configure bps/iops limit for cgroup in low limitShaohua Li2017-03-28
* blk-throttle: add .low interfaceShaohua Li2017-03-28
* blk-throttle: prepare support multiple limitsShaohua Li2017-03-28
* blk-throttle: use U64_MAX/UINT_MAX to replace -1Shaohua Li2017-03-28
* scripts/spelling.txt: add "embeded" pattern and fix typo instancesMasahiro Yamada2017-02-27
* blk-throttle: Adjust two function calls together with a variable assignmentMarkus Elfring2017-01-23
* block: replace REQ_THROTTLED with a bio flagChristoph Hellwig2016-10-28
* blk-throttle: Extend slice if throttle group is not emptyVivek Goyal2016-09-19
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-07
* blkcg: kill unused field nr_undestroyed_grpsHou Tao2016-08-04
* blk-throttle: don't parse cgroup path if trace isn't enabledShaohua Li2016-05-10
* cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo2015-09-18
* blkcg: implement interface for the unified hierarchyTejun Heo2015-08-18
* blkcg: separate out tg_conf_updated() from tg_set_conf()Tejun Heo2015-08-18
* blkcg: move body parsing from blkg_conf_prep() to its callersTejun Heo2015-08-18
* blkcg: mark existing cftypes as legacyTejun Heo2015-08-18