aboutsummaryrefslogtreecommitdiff
path: root/block/cfq-iosched.c
AgeCommit message (Expand)Author
2012-03-06blkcg: unify blkg's for blkcg policiesTejun Heo
2012-03-06blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo
2012-03-06blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo
2012-03-06blkcg: don't use blkg->plid in stat related functionsTejun Heo
2012-03-06blkcg: move refcnt to blkcg coreTejun Heo
2012-03-06blkcg: let blkcg core handle policy private data allocationTejun Heo
2012-03-06blkcg: let blkio_group point to blkio_cgroup directlyTejun Heo
2012-03-06blkcg: kill the mind-bending blkg->devTejun Heo
2012-03-06blkcg: don't allow or retain configuration of missing devicesTejun Heo
2012-03-06blkcg: factor out blkio_group creationTejun Heo
2012-03-06blkcg: use the usual get blkg path for root blkio_groupTejun Heo
2012-03-06blkcg: use q and plid instead of opaque void * for blkio_group associationTejun Heo
2012-03-06blkcg: update blkg get functions take blkio_cgroup as parameterTejun Heo
2012-03-06blkcg: move rcu_read_lock() outside of blkio_group get functionsTejun Heo
2012-03-06blkcg: shoot down blkio_groups on elevator switchTejun Heo
2012-03-06elevator: make elevator_init_fn() return 0/-errnoTejun Heo
2012-03-06cfq: don't register propio policy if !CONFIG_CFQ_GROUP_IOSCHEDTejun Heo
2012-02-15block: replace icq->changed with icq->flagsTejun Heo
2012-02-08block: don't call elevator callbacks for plug mergesTejun Heo
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo
2012-01-19block,cfq: change code orderShaohua Li
2012-01-17cfq-iosched: fix use-after-free of cfqqJens Axboe
2011-12-16block, cfq: fix empty queue crash caused by request mergeShaohua Li
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo
2011-12-14block, cfq: restructure io_cq creation path for io_context interface cleanupTejun Heo
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo
2011-12-14block, cfq: move icq cache management to block coreTejun Heo
2011-12-14block, cfq: move io_cq lookup to blk-ioc.cTejun Heo
2011-12-14block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo
2011-12-14block, cfq: reorganize cfq_io_context into generic and cfq specific partsTejun Heo
2011-12-14block, cfq: replace current_io_context() with create_io_context()Tejun Heo
2011-12-14block, cfq: kill cic->keyTejun Heo
2011-12-14block, cfq: kill ioc_goneTejun Heo
2011-12-14block, cfq: remove delayed unlinkTejun Heo
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo
2011-12-14block, cfq: fix cic lookup lockingTejun Heo
2011-12-14block, cfq: fix race condition in cic creation path and tighten lockingTejun Heo
2011-12-14block, cfq: move ioc ioprio/cgroup changed handling to cicTejun Heo
2011-12-14block, cfq: misc updates to cfq_io_contextTejun Heo
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo
2011-12-14block, cfq: move cfqd->cic_index to q->idTejun Heo
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig
2011-08-19Revert "cfq: Remove special treatment for metadata rqs."Jens Axboe
2011-08-02cfq-iosched: Reduce linked group count upon group destructionVivek Goyal
2011-07-12CFQ: add think time check for groupShaohua Li
2011-07-12CFQ: add think time check for service treeShaohua Li
2011-07-12CFQ: move think time check variables to a separate structShaohua Li
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest
2011-07-10cfq: Remove special treatment for metadata rqs.Justin TerAvest
2011-07-01Merge branch 'for-linus' into for-3.1/coreJens Axboe