aboutsummaryrefslogtreecommitdiff
path: root/block/cfq-iosched.c
AgeCommit message (Expand)Author
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
2012-04-20blkcg: add request_queue->root_blkgTejun Heo
2012-04-20blkcg: make blkg_conf_prep() take @pol and return with queue lock heldTejun Heo
2012-04-20blkcg: remove static policy ID enumsTejun Heo
2012-04-20blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blk...Tejun Heo
2012-04-20cfq: fix build breakage & warningsTejun Heo
2012-04-01blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macrosTejun Heo
2012-04-01blkcg: pass around pd->pdata instead of pd itself in prfill functionsTejun Heo
2012-04-01blkcg: move blkio_group_conf->weight to cfqTejun Heo
2012-04-01blkcg: move blkio_group_stats to cfq-iosched.cTejun Heo
2012-04-01blkcg: cfq doesn't need per-cpu dispatch statsTejun Heo
2012-04-01blkcg: move statistics update code to policiesTejun Heo
2012-04-01cfq: collapse cfq.h into cfq-iosched.cTejun Heo
2012-04-01blkcg: move conf/stat file handling code to policiesTejun Heo
2012-04-01blkcg: remove unused @pol and @plid parametersTejun Heo
2012-04-01block: Make cfq_target_latency tunable through sysfs.Tao Ma
2012-03-23cfq: fix cfqg ref handling when BLK_CGROUP && !CFQ_GROUP_IOSCHEDTejun Heo