aboutsummaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-06-20cfq-iosched: fix other locations where blkcg_to_cfqgd() can return NULLJens Axboe1-1/+11
2015-06-19cfq-iosched: fix sysfs oops when attempting to read unconfigured weightsJens Axboe1-2/+12
2015-06-19cfq-iosched: move group scheduling functions under ifdefJens Axboe1-16/+16
2015-06-10cfq-iosched: fix the setting of IOPS mode on SSDsJens Axboe1-1/+14
2015-06-07block, cgroup: implement policy-specific per-blkcg dataArianna Avanzini1-10/+60
2015-06-05block: Make CFQ default to IOPS mode on SSDsTahsin Erdogan1-1/+1
2015-06-02blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo1-1/+1
2015-02-09cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov1-1/+6
2015-01-21cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer1-2/+7
2014-09-11Merge branch 'for-linus' into for-3.18/coreJens Axboe1-3/+16
2014-09-08blkcg: remove blkcg->idTejun Heo1-5/+5
2014-08-28cfq-iosched: Add comments on update timing of weightToshiaki Makita1-0/+8
2014-08-26cfq-iosched: Fix wrong children_weight calculationToshiaki Makita1-3/+8
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-14/+14
2014-05-13cgroup: replace cftype->write_string() with cftype->write()Tejun Heo1-14/+14
2014-04-30block: Fix format string mismatch in cfq-iosched.cMasanari Iida1-1/+1
2014-04-09block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe1-1/+1
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-5/+2
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo1-2/+2
2014-02-24block: Stop abusing csd.list for fifo_timeJan Kara1-4/+4
2014-02-11cgroup: update the meaning of cftype->max_write_lenTejun Heo1-3/+0
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo1-73/+58
2013-11-13block: Use u64_stats_init() to initialize seqcountsPeter Zijlstra1-0/+25
2013-09-22Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2013-09-22cfq: explicitly use 64bit divide operation for 64bit argumentsAnatol Pomozov1-1/+1
2013-09-11block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches1-1/+1
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-45/+45
2013-07-03elevator: Fix a race in elevator switchingJianpeng Ma1-3/+14
2013-03-23block: Add bio_end_sector()Kent Overstreet1-5/+2
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-118/+511
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-22cfq: fix lock imbalance with failed allocationsGlauber Costa1-0/+2
2013-01-09cfq-iosched: add hierarchical cfq_group statisticsTejun Heo1-0/+105
2013-01-09cfq-iosched: collect stats from dead cfqgsTejun Heo1-1/+56
2013-01-09cfq-iosched: separate out cfqg_stats_reset() from cfq_pd_reset_stats()Tejun Heo1-4/+9
2013-01-09blkcg: s/blkg_rwstat_sum()/blkg_rwstat_total()/Tejun Heo1-2/+2
2013-01-09cfq-iosched: enable full blkcg hierarchy supportTejun Heo1-15/+6
2013-01-09cfq-iosched: convert cfq_group_slice() to use cfqg->vfractionTejun Heo1-6/+1
2013-01-09cfq-iosched: implement hierarchy-ready cfq_group charge scalingTejun Heo1-30/+77
2013-01-09cfq-iosched: implement cfq_group->nr_active and ->children_weightTejun Heo1-0/+76
2013-01-09cfq-iosched: add leaf_weightTejun Heo1-8/+126
2013-01-09cfq-iosched: Print sync-noidle information in blktrace messagesVivek Goyal1-3/+7
2013-01-09cfq-iosched: Get rid of unnecessary local variableVivek Goyal1-6/+2
2013-01-09cfq-iosched: Rename few functions related to selecting workloadVivek Goyal1-4/+5
2013-01-09cfq-iosched: Rename "service_tree" to "st" at some placesVivek Goyal1-41/+36
2013-01-09cfq-iosched: More renaming to better represent wl_class and wl_typeVivek Goyal1-31/+33
2013-01-09cfq-iosched: Properly name all references to IO classVivek Goyal1-33/+34
2012-11-06block CFQ: avoid moving request to different queueShaohua Li1-1/+2
2012-06-04block: blkcg_policy_cfq shouldn't be used if !CONFIG_CFQ_GROUP_IOSCHEDTejun Heo1-12/+17