aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-throttle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-02blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo1-1/+1
2015-02-20blk-throttle: check stats_cpu before reading it from sysfsThadeu Lima de Souza Cascardo1-0/+3
2014-07-09cgroup: remove sane_behavior support on non-default hierarchiesTejun Heo1-3/+3
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-16/+16
2014-05-13cgroup: replace cftype->write_string() with cftype->write()Tejun Heo1-16/+16
2014-05-02block/blk-throttle.c: fix return of 0/1 with return type boolFabian Frederick1-4/+4
2014-04-21block/blk-throttle.c: add static to blk_throtl_dispatch_work_fnFabian Frederick1-1/+1
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo1-2/+2
2014-02-11cgroup: update the meaning of cftype->max_write_lenTejun Heo1-4/+0
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+7
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo1-20/+15
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-7/+7
2013-11-13block: Use u64_stats_init() to initialize seqcountsPeter Zijlstra1-0/+10
2013-08-08cgroup: make css_for_each_descendant() and friends include the origin css in the iterationTejun Heo1-3/+0
2013-08-08cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo1-4/+4
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-16/+16
2013-05-14blk-throttle: implement proper hierarchy supportTejun Heo1-1/+21
2013-05-14blk-throttle: implement throtl_grp->has_rules[]Tejun Heo1-7/+42
2013-05-14blk-throttle: Account for child group's start time in parent while bio climbs upVivek Goyal1-0/+33
2013-05-14blk-throttle: add throtl_qnode for dispatch fairnessTejun Heo1-25/+176
2013-05-14blk-throttle: make throtl_pending_timer_fn() ready for hierarchyTejun Heo1-7/+33
2013-05-14blk-throttle: make tg_dispatch_one_bio() ready for hierarchyTejun Heo1-7/+21
2013-05-14blk-throttle: make blk_throtl_bio() ready for hierarchyTejun Heo1-7/+20
2013-05-14blk-throttle: make blk_throtl_drain() ready for hierarchyTejun Heo1-11/+40
2013-05-14blk-throttle: dispatch from throtl_pending_timer_fn()Tejun Heo1-25/+44
2013-05-14blk-throttle: implement dispatch loopingTejun Heo1-26/+56
2013-05-14blk-throttle: separate out throtl_service_queue->pending_timer from throtl_data->dispatch_workTejun Heo1-23/+45
2013-05-14blk-throttle: set REQ_THROTTLED from throtl_charge_bio() and gate stats update with itTejun Heo1-5/+25
2013-05-14blk-throttle: implement sq_to_tg(), sq_to_td() and throtl_log()Tejun Heo1-29/+81
2013-05-14blk-throttle: add throtl_service_queue->parent_sqTejun Heo1-42/+39
2013-05-14blk-throttle: generalize update_disptime optimization in blk_throtl_bio()Tejun Heo1-10/+18
2013-05-14blk-throttle: dispatch to throtl_data->service_queue.bio_lists[]Tejun Heo1-17/+23
2013-05-14blk-throttle: move bio_lists[] and friends to throtl_service_queueTejun Heo1-24/+39
2013-05-14blk-throttle: add throtl_grp->service_queueTejun Heo1-4/+11
2013-05-14blk-throttle: reorganize throtl_service_queue passed around as argumentTejun Heo1-49/+51
2013-05-14blk-throttle: pass around throtl_service_queue instead of throtl_dataTejun Heo1-25/+28
2013-05-14blk-throttle: add backlink pointer from throtl_grp to throtl_dataTejun Heo1-53/+53
2013-05-14blk-throttle: simplify throtl_grp flag handlingTejun Heo1-25/+9
2013-05-14blk-throttle: rename throtl_rb_root to throtl_service_queueTejun Heo1-42/+42
2013-05-14blk-throttle: remove pointless throtl_nr_queued() optimizationsTejun Heo1-22/+7
2013-05-14blk-throttle: relocate throtl_schedule_delayed_work()Tejun Heo1-16/+13
2013-05-14blk-throttle: collapse throtl_dispatch() into the work functionTejun Heo1-17/+9
2013-05-14blk-throttle: remove deferred config application mechanismTejun Heo1-54/+20
2013-05-14blk-throttle: remove spurious throtl_enqueue_tg() call from throtl_select_dispatch()Tejun Heo1-3/+1
2012-12-06block: Rename queue dead flagBart Van Assche1-1/+1
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo1-6/+1
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo1-4/+3
2012-06-25block: allocate io_context upfrontTejun Heo1-3/+0
2012-05-23blkcg: tg_stats_alloc_lock is an irq lockTejun Heo1-4/+6
2012-05-01Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe1-1/+1