Age | Commit message (Expand) | Author |
2017-06-07 | blk-throttle: set default latency baseline for harddisk | Shaohua Li |
2017-06-07 | blk-throttle: fix NULL pointer dereference in throtl_schedule_pending_timer | Joseph Qi |
2017-05-22 | blk-throttle: force user to configure all settings for io.low | Shaohua Li |
2017-05-22 | blk-throttle: respect 0 bps/iops settings for io.low | Shaohua Li |
2017-05-22 | blk-throttle: output some debug info in trace | Shaohua Li |
2017-05-22 | blk-throttle: add hierarchy support for latency target and idle time | Shaohua Li |
2017-04-20 | blk-throttle: fix unused variable warning with BLK_DEV_THROTTLING_LOW=n | Jens Axboe |
2017-03-28 | blk-throttle: add latency target support | Shaohua Li |
2017-03-28 | blk-throttle: add a mechanism to estimate IO latency | Shaohua Li |
2017-03-28 | blk-throttle: add interface for per-cgroup target latency | Shaohua Li |
2017-03-28 | blk-throttle: ignore idle cgroup limit | Shaohua Li |
2017-03-28 | blk-throttle: add interface to configure idle time threshold | Shaohua Li |
2017-03-28 | blk-throttle: add a simple idle detection | Shaohua Li |
2017-03-28 | blk-throttle: make bandwidth change smooth | Shaohua Li |
2017-03-28 | blk-throttle: detect completed idle cgroup | Shaohua Li |
2017-03-28 | blk-throttle: choose a small throtl_slice for SSD | Shaohua Li |
2017-03-28 | blk-throttle: make throtl_slice tunable | Shaohua Li |
2017-03-28 | blk-throttle: make sure expire time isn't too big | Shaohua Li |
2017-03-28 | blk-throttle: add downgrade logic | Shaohua Li |
2017-03-28 | blk-throttle: add upgrade logic for LIMIT_LOW state | Shaohua Li |
2017-03-28 | blk-throttle: configure bps/iops limit for cgroup in low limit | Shaohua Li |
2017-03-28 | blk-throttle: add .low interface | Shaohua Li |
2017-03-28 | blk-throttle: prepare support multiple limits | Shaohua Li |
2017-03-28 | blk-throttle: use U64_MAX/UINT_MAX to replace -1 | Shaohua Li |
2017-02-27 | scripts/spelling.txt: add "embeded" pattern and fix typo instances | Masahiro Yamada |
2017-01-23 | blk-throttle: Adjust two function calls together with a variable assignment | Markus Elfring |
2016-10-28 | block: replace REQ_THROTTLED with a bio flag | Christoph Hellwig |
2016-09-19 | blk-throttle: Extend slice if throttle group is not empty | Vivek Goyal |
2016-08-07 | block: rename bio bi_rw to bi_opf | Jens Axboe |
2016-08-04 | blkcg: kill unused field nr_undestroyed_grps | Hou Tao |
2016-05-10 | blk-throttle: don't parse cgroup path if trace isn't enabled | Shaohua Li |
2015-09-18 | cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl() | Tejun Heo |
2015-08-18 | blkcg: implement interface for the unified hierarchy | Tejun Heo |
2015-08-18 | blkcg: separate out tg_conf_updated() from tg_set_conf() | Tejun Heo |
2015-08-18 | blkcg: move body parsing from blkg_conf_prep() to its callers | Tejun Heo |
2015-08-18 | blkcg: mark existing cftypes as legacy | Tejun Heo |
2015-08-18 | blkcg: move io_service_bytes and io_serviced stats into blkcg_gq | Tejun Heo |
2015-08-18 | blkcg: make blkcg_[rw]stat per-cpu | Tejun Heo |
2015-08-18 | blkcg: consolidate blkg creation in blkcg_bio_issue_check() | Tejun Heo |
2015-08-18 | blk-throttle: improve queue bypass handling | Tejun Heo |
2015-08-18 | blkcg: move root blkg lookup optimization from throtl_lookup_tg() to __blkg_l... | Tejun Heo |
2015-08-18 | blkcg: make blkcg_policy methods take a pointer to blkcg_policy_data | Tejun Heo |
2015-08-18 | blk-throttle: clean up blkg_policy_data alloc/init/exit/free methods | Tejun Heo |
2015-08-18 | blk-throttle: remove asynchrnous percpu stats allocation mechanism | Tejun Heo |
2015-08-18 | blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methods | Tejun Heo |
2015-06-02 | blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h | Tejun Heo |
2015-02-20 | blk-throttle: check stats_cpu before reading it from sysfs | Thadeu Lima de Souza Cascardo |
2014-07-09 | cgroup: remove sane_behavior support on non-default hierarchies | Tejun Heo |
2014-06-09 | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2014-05-13 | cgroup: replace cftype->write_string() with cftype->write() | Tejun Heo |