summaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c
AgeCommit message (Expand)Author
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe
2007-07-20cfq: Write-only stuff in CFQ data structuresAlexey Dobriyan
2007-07-20cfq: async queue allocation per priorityVasily Tarasov
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter
2007-07-10cfq-iosched: fix async queue behaviourJens Axboe
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter
2007-04-30cfq-iosched: speedup cic rb lookupJens Axboe
2007-04-30cfq-iosched: get rid of cfqq hashVasily Tarasov
2007-04-30cfq-iosched: tighten queue request overlap conditionJens Axboe
2007-04-30cfq-iosched: improve sync vs async workloadsJens Axboe
2007-04-30cfq-iosched: never allow an async queue idlingJens Axboe
2007-04-30cfq-iosched: get rid of ->dispatch_sliceJens Axboe
2007-04-30cfq-iosched: don't pass unused preemption variable aroundJens Axboe
2007-04-30cfq-iosched: get rid of ->cur_rr and ->cfq_listJens Axboe
2007-04-30cfq-iosched: slice offset should take ioprio into accountJens Axboe
2007-04-30[PATCH] cfq-iosched: style cleanups and commentsJens Axboe
2007-04-30cfq-iosched: sort IDLE queues into the rbtreeJens Axboe
2007-04-30cfq-iosched: sort RT queues into the rbtreeJens Axboe
2007-04-30[PATCH] cfq-iosched: speed up rbtree handlingJens Axboe
2007-04-30cfq-iosched: rework the whole round-robin list conceptJens Axboe
2007-04-30cfq-iosched: minor updatesJens Axboe
2007-04-30cfq-iosched: development updateJens Axboe
2007-04-30cfq-iosched: improve preemption for cooperating tasksJens Axboe
2007-04-25cfq-iosched: fix alias + front merge bugJens Axboe
2007-04-20cfq-iosched: fix sequential write regressionJens Axboe
2007-02-11cfq-iosched: improve continue or break logic in cfq_dispatchJens Axboe
2007-02-11cfq-iosched: remove the implicit queue kicking in slice expireJens Axboe
2007-02-11cfq-iosched: check whether a queue timed out in accountingJens Axboe
2007-02-11cfq-iosched: tweak the FIFO checkingJens Axboe
2007-02-11cfq-iosched: don't pass in queue for cfq_arm_slice_timer()Jens Axboe
2007-02-11cfq-iosched: account for slice over/under timeJens Axboe
2007-02-11cfq-iosched: defer slice activation to first request being activeJens Axboe
2007-02-11[PATCH] cfq-iosched: use last service point as the fairness criteriaJens Axboe
2007-02-11cfq-iosched: document the cfqq flagsJens Axboe
2007-02-11[PATCH] cfq-iosched: move on_rr check into cfq_resort_rr_list()Jens Axboe
2007-02-11cfq-iosched: remove cfq_io_context last_queueJens Axboe
2007-01-02[PATCH] cfq-iosched: merging problemJens Axboe
2006-12-22[PATCH] cfq-iosched: tighten allow merge criteriaJens Axboe
2006-12-20[PATCH] cfq-iosched: don't allow sync merges across queuesJens Axboe
2006-12-13[PATCH] Propagate down request sync flagJens Axboe
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-01[BLOCK] Cleanup unused variable passingJens Axboe
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells
2006-10-31[PATCH] CFQ: request <-> request merging rr_list fixupJens Axboe
2006-10-30[PATCH] CFQ: bad locking in changed_ioprio()Jens Axboe
2006-10-30[PATCH] CFQ: use irq safe locking in cfq_cic_link()Jens Axboe
2006-10-01[PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra
2006-09-30[PATCH] Update axboe@suse.de email addressJens Axboe
2006-09-30[PATCH] cfq-iosched: use metadata read flagJens Axboe