summaryrefslogtreecommitdiffstats
path: root/block/blk-throttle.c
Commit message (Expand)AuthorAgeFilesLines
* blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATTejun Heo2019-11-071-0/+1
* blk-throtl: stop using blkg->stat_bytes and ->stat_iosTejun Heo2019-11-071-9/+61
* block: make rq sector size accessible for block statsHou Tao2019-09-151-1/+2
* blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Tejun Heo2019-08-281-2/+4
* blk-throttle: fix zero wait time for iops throttled groupKonstantin Khlebnikov2019-07-101-6/+3
* block: Fix throtl_pending_timer_fn() kernel-doc headerBart Van Assche2019-05-311-1/+1
* blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou2018-12-071-8/+0
* blkcg: associate blkg when associating a deviceDennis Zhou2018-12-071-1/+0
* blkcg: introduce common blkg association logicDennis Zhou2018-12-071-3/+3
* blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou2018-12-071-3/+1
* block: add queue_is_mq() helperJens Axboe2018-11-161-1/+1
* block: remove the queue_lock indirectionChristoph Hellwig2018-11-151-11/+11
* block: remove queue_lockdep_assert_heldChristoph Hellwig2018-11-151-1/+0
* block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig2018-11-151-3/+0
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-1/+12
* blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)2018-09-211-8/+0
* blkcg: always associate a bio with a blkgDennis Zhou (Facebook)2018-09-211-4/+1
* Blk-throttle: update to use rbtree with leftmost node cachedLiu Bo2018-09-201-26/+15
* blkcg: use tryget logic when associating a blkg with a bioDennis Zhou (Facebook)2018-08-311-2/+3
* Blk-throttle: reduce tail io latency when iops limit is enforcedLiu Bo2018-08-091-6/+1
* block: add bi_blkg to the bio for cgroupsJosef Bacik2018-07-091-14/+7
* Block: blk-throttle: set low_valid immediately once one cgroup has io.low con...Liu Bo2018-07-091-1/+3
* blk-throttle: return proper bool type to caller instead of 0/1Chengguang Xu2018-05-301-5/+5
* blk-throttle: fix potential NULL pointer dereference in throtl_select_dispatchLiu Bo2018-05-301-1/+2
* block: get rid of struct blk_issue_statOmar Sandoval2018-05-091-2/+1
* block: replace bio->bi_issue_stat with bio-specific typeOmar Sandoval2018-05-091-11/+8
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-56/+90
|\
| * blk-throttle: use queue_is_rq_basedweiping zhang2018-01-191-1/+1
| * blk-throttle: track read and write request individuallyJoseph Qi2018-01-181-55/+79
| * blk-throttle: export io_serviced_recursive, io_service_bytes_recursiveweiping zhang2018-01-181-0/+10
* | block-throttle: avoid double chargeShaohua Li2017-12-201-7/+1
|/
* 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
OpenPOWER on IntegriCloud