aboutsummaryrefslogtreecommitdiff
path: root/block/cfq-iosched.c
AgeCommit message (Expand)Author
2015-03-06cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer
2015-03-06cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov
2014-09-11Merge branch 'for-linus' into for-3.18/coreJens Axboe
2014-09-08blkcg: remove blkcg->idTejun Heo
2014-08-28cfq-iosched: Add comments on update timing of weightToshiaki Makita
2014-08-26cfq-iosched: Fix wrong children_weight calculationToshiaki Makita
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-05-13cgroup: replace cftype->write_string() with cftype->write()Tejun Heo
2014-04-30block: Fix format string mismatch in cfq-iosched.cMasanari Iida
2014-04-09block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo
2014-02-24block: Stop abusing csd.list for fifo_timeJan Kara
2014-02-11cgroup: update the meaning of cftype->max_write_lenTejun Heo
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo
2013-11-13block: Use u64_stats_init() to initialize seqcountsPeter Zijlstra
2013-09-22Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-09-22cfq: explicitly use 64bit divide operation for 64bit argumentsAnatol Pomozov
2013-09-11block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo
2013-07-03elevator: Fix a race in elevator switchingJianpeng Ma
2013-03-23block: Add bio_end_sector()Kent Overstreet
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-22cfq: fix lock imbalance with failed allocationsGlauber Costa
2013-01-09cfq-iosched: add hierarchical cfq_group statisticsTejun Heo
2013-01-09cfq-iosched: collect stats from dead cfqgsTejun Heo
2013-01-09cfq-iosched: separate out cfqg_stats_reset() from cfq_pd_reset_stats()Tejun Heo
2013-01-09blkcg: s/blkg_rwstat_sum()/blkg_rwstat_total()/Tejun Heo
2013-01-09cfq-iosched: enable full blkcg hierarchy supportTejun Heo
2013-01-09cfq-iosched: convert cfq_group_slice() to use cfqg->vfractionTejun Heo
2013-01-09cfq-iosched: implement hierarchy-ready cfq_group charge scalingTejun Heo
2013-01-09cfq-iosched: implement cfq_group->nr_active and ->children_weightTejun Heo
2013-01-09cfq-iosched: add leaf_weightTejun Heo
2013-01-09cfq-iosched: Print sync-noidle information in blktrace messagesVivek Goyal
2013-01-09cfq-iosched: Get rid of unnecessary local variableVivek Goyal
2013-01-09cfq-iosched: Rename few functions related to selecting workloadVivek Goyal
2013-01-09cfq-iosched: Rename "service_tree" to "st" at some placesVivek Goyal
2013-01-09cfq-iosched: More renaming to better represent wl_class and wl_typeVivek Goyal
2013-01-09cfq-iosched: Properly name all references to IO classVivek Goyal
2012-11-06block CFQ: avoid moving request to different queueShaohua Li
2012-06-04block: blkcg_policy_cfq shouldn't be used if !CONFIG_CFQ_GROUP_IOSCHEDTejun Heo
2012-06-04block: fix return value on cfq_init() failureTejun Heo
2012-05-01Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe
2012-04-20blkcg: collapse blkcg_policy_ops into blkcg_policyTejun Heo
2012-04-20blkcg: embed struct blkg_policy_data in policy specific dataTejun Heo
2012-04-20blkcg: mass rename of blkcg APITejun Heo
2012-04-20blkcg: remove blkio_group->path[]Tejun Heo
2012-04-20blkcg: drop stuff unused after per-queue policy activation updateTejun Heo
2012-04-20blkcg: implement per-queue policy activationTejun Heo