aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* blkcg: make blkcg_policy methods take a pointer to blkcg_policy_dataTejun Heo2015-08-181-6/+7
* blk-throttle: clean up blkg_policy_data alloc/init/exit/free methodsTejun Heo2015-08-181-37/+20
* blk-throttle: remove asynchrnous percpu stats allocation mechanismTejun Heo2015-08-181-87/+25
* blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methodsTejun Heo2015-08-181-1/+12
* blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo2015-06-021-1/+1
* blk-throttle: check stats_cpu before reading it from sysfsThadeu Lima de Souza Cascardo2015-02-211-0/+3
* cgroup: remove sane_behavior support on non-default hierarchiesTejun Heo2014-07-091-3/+3
* Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-06-091-16/+16
|\
| * cgroup: replace cftype->write_string() with cftype->write()Tejun Heo2014-05-131-16/+16
* | block/blk-throttle.c: fix return of 0/1 with return type boolFabian Frederick2014-05-021-4/+4
* | block/blk-throttle.c: add static to blk_throtl_dispatch_work_fnFabian Frederick2014-04-211-1/+1
|/
* cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2014-03-191-2/+2
* cgroup: update the meaning of cftype->max_write_lenTejun Heo2014-02-111-4/+0
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-7/+7
|\
| * block: Abstract out bvec iteratorKent Overstreet2013-11-241-7/+7