aboutsummaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-11cfq-iosched: improve continue or break logic in cfq_dispatchJens Axboe1-8/+8
2007-02-11cfq-iosched: remove the implicit queue kicking in slice expireJens Axboe1-6/+6
2007-02-11cfq-iosched: check whether a queue timed out in accountingJens Axboe1-14/+18
2007-02-11cfq-iosched: tweak the FIFO checkingJens Axboe1-3/+4
2007-02-11cfq-iosched: don't pass in queue for cfq_arm_slice_timer()Jens Axboe1-5/+4
2007-02-11cfq-iosched: account for slice over/under timeJens Axboe1-20/+12
2007-02-11cfq-iosched: defer slice activation to first request being activeJens Axboe1-38/+53
2007-02-11[PATCH] cfq-iosched: use last service point as the fairness criteriaJens Axboe1-14/+34
2007-02-11cfq-iosched: document the cfqq flagsJens Axboe1-9/+9
2007-02-11[PATCH] cfq-iosched: move on_rr check into cfq_resort_rr_list()Jens Axboe1-10/+9
2007-02-11cfq-iosched: remove cfq_io_context last_queueJens Axboe1-17/+2
2007-01-02[PATCH] cfq-iosched: merging problemJens Axboe1-3/+3
2006-12-22[PATCH] cfq-iosched: tighten allow merge criteriaJens Axboe1-13/+8
2006-12-20[PATCH] cfq-iosched: don't allow sync merges across queuesJens Axboe1-0/+33
2006-12-13[PATCH] Propagate down request sync flagJens Axboe1-6/+12
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-5/+4
2006-12-01[BLOCK] Cleanup unused variable passingJens Axboe1-5/+4
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-3/+5
2006-10-31[PATCH] CFQ: request <-> request merging rr_list fixupJens Axboe1-3/+3
2006-10-30[PATCH] CFQ: bad locking in changed_ioprio()Jens Axboe1-2/+3
2006-10-30[PATCH] CFQ: use irq safe locking in cfq_cic_link()Jens Axboe1-2/+3
2006-10-01[PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra1-1/+1
2006-09-30[PATCH] Update axboe@suse.de email addressJens Axboe1-1/+1
2006-09-30[PATCH] cfq-iosched: use metadata read flagJens Axboe1-0/+24
2006-09-30[PATCH] cfq-iosched: improve queue preemptionJens Axboe1-6/+8
2006-09-30[PATCH] Add blk_start_queueing() helperJens Axboe1-18/+4
2006-09-30[PATCH] cfq-iosched: kill the empty_listJens Axboe1-8/+2
2006-09-30[PATCH] cfq-iosched: Kill O(N) runtime of cfq_resort_rr_list()Jens Axboe1-31/+22
2006-09-30[PATCH] Make sure all block/io scheduler setups are node awareJens Axboe1-6/+7
2006-09-30[PATCH] Audit block layer inlinesJens Axboe1-1/+1
2006-09-30[PATCH] cfq-iosched: use new io context counting mechanismJens Axboe1-5/+7
2006-09-30[PATCH] cfq-iosched: kill cfq_exit_lockJens Axboe1-37/+17
2006-09-30[PATCH] cfq-iosched: cleanups, fixes, dead code removalJens Axboe1-114/+70
2006-09-30[PATCH] Drop useless bio passing in may_queue/set_request APIJens Axboe1-3/+2
2006-09-30[PATCH] cfq-iosched: kill crqJens Axboe1-144/+95
2006-09-30[PATCH] cfq-iosched: remove the crq flag functions/variableJens Axboe1-42/+16
2006-09-30[PATCH] cfq-iosched: convert to using the FIFO elevator definesJens Axboe1-2/+1
2006-09-30[PATCH] cfq-iosched: migrate to using the elevator rb functionsJens Axboe1-123/+41
2006-09-30[PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe1-83/+3
2006-08-21[PATCH] cfq_cic_link: fix usage of wrong cfq_io_contextOleg Nesterov1-1/+1
2006-07-25[PATCH] cfq-iosched: don't use a hard jiffies value, translate from msecsJens Axboe1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] rbtree: support functions used by the io schedulersJens Axboe1-14/+8
2006-06-23[PATCH] cfq-iosched: rq update fixesJens Axboe1-5/+5
2006-06-23[PATCH] cfq-iosched: many performance fixesJens Axboe1-40/+76
2006-06-23[PATCH] cfq-iosched: correctly set ioprio on both targetsJens Axboe1-3/+2
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe1-3/+1
2006-06-23[PATCH] cfq-iosched: Don't set the queue batching limitsJens Axboe1-45/+3
2006-06-20Fix up CFQ scheduler for recent rbtree node shrinkageLinus Torvalds1-1/+0