summaryrefslogtreecommitdiffstats
path: root/block/blk-throttle.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-5/+4
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-2/+10
|\
| * blk-throttle: fix null pointer dereference while throttling writeback IOsJiufei Xue2017-10-101-2/+10
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | blk-throttle: fix possible io stall when upgrade to maxJoseph Qi2017-10-031-2/+2
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-10/+3
|\
| * block: use standard blktrace API to output cgroup info for debug notesShaohua Li2017-07-291-4/+2
| * block: always attach cgroup info into bioShaohua Li2017-07-291-6/+1
* | blk-throttle: cap discard request sizeShaohua Li2017-08-231-4/+14
|/
* blk-throttle: set default latency baseline for harddiskShaohua Li2017-06-071-3/+17
* blk-throttle: fix NULL pointer dereference in throtl_schedule_pending_timerJoseph Qi2017-06-071-1/+1
* blk-throttle: force user to configure all settings for io.lowShaohua Li2017-05-221-43/+37
* blk-throttle: respect 0 bps/iops settings for io.lowShaohua Li2017-05-221-12/+29
* blk-throttle: output some debug info in traceShaohua Li2017-05-221-1/+14
* blk-throttle: add hierarchy support for latency target and idle timeShaohua Li2017-05-221-14/+36
* blk-throttle: fix unused variable warning with BLK_DEV_THROTTLING_LOW=nJens Axboe2017-04-201-7/+15
* blk-throttle: add latency target supportShaohua Li2017-03-281-4/+35
* blk-throttle: add a mechanism to estimate IO latencyShaohua Li2017-03-281-5/+161
* blk-throttle: add interface for per-cgroup target latencyShaohua Li2017-03-281-4/+24
* blk-throttle: ignore idle cgroup limitShaohua Li2017-03-281-14/+26
* blk-throttle: add interface to configure idle time thresholdShaohua Li2017-03-281-13/+28
* blk-throttle: add a simple idle detectionShaohua Li2017-03-281-1/+81
* blk-throttle: make bandwidth change smoothShaohua Li2017-03-281-3/+54
* blk-throttle: detect completed idle cgroupShaohua Li2017-03-281-1/+18
* blk-throttle: choose a small throtl_slice for SSDShaohua Li2017-03-281-3/+20
* blk-throttle: make throtl_slice tunableShaohua Li2017-03-281-22/+57
* blk-throttle: make sure expire time isn't too bigShaohua Li2017-03-281-0/+11
* blk-throttle: add downgrade logicShaohua Li2017-03-281-0/+156
* blk-throttle: add upgrade logic for LIMIT_LOW stateShaohua Li2017-03-281-4/+96
* blk-throttle: configure bps/iops limit for cgroup in low limitShaohua Li2017-03-281-2/+18
* blk-throttle: add .low interfaceShaohua Li2017-03-281-28/+116
* blk-throttle: prepare support multiple limitsShaohua Li2017-03-281-40/+70
* blk-throttle: use U64_MAX/UINT_MAX to replace -1Shaohua Li2017-03-281-16/+16
* scripts/spelling.txt: add "embeded" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* blk-throttle: Adjust two function calls together with a variable assignmentMarkus Elfring2017-01-231-2/+4
* block: replace REQ_THROTTLED with a bio flagChristoph Hellwig2016-10-281-5/+5
* blk-throttle: Extend slice if throttle group is not emptyVivek Goyal2016-09-191-2/+4
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-4/+4
* blkcg: kill unused field nr_undestroyed_grpsHou Tao2016-08-041-5/+0
* blk-throttle: don't parse cgroup path if trace isn't enabledShaohua Li2016-05-101-3/+2
* cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo2015-09-181-1/+1
* blkcg: implement interface for the unified hierarchyTejun Heo2015-08-181-0/+112
* blkcg: separate out tg_conf_updated() from tg_set_conf()Tejun Heo2015-08-181-28/+32
* blkcg: move body parsing from blkg_conf_prep() to its callersTejun Heo2015-08-181-6/+12
* blkcg: mark existing cftypes as legacyTejun Heo2015-08-181-2/+2
* blkcg: move io_service_bytes and io_serviced stats into blkcg_gqTejun Heo2015-08-181-67/+6
* blkcg: make blkcg_[rw]stat per-cpuTejun Heo2015-08-181-61/+28
* blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo2015-08-181-66/+6
* blk-throttle: improve queue bypass handlingTejun Heo2015-08-181-3/+4
* blkcg: move root blkg lookup optimization from throtl_lookup_tg() to __blkg_l...Tejun Heo2015-08-181-7/+0