aboutsummaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-20Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds1-7/+1
2006-06-14[PATCH] cfq-iosched: fix crash in do_div()Jens Axboe1-8/+3
2006-06-08[PATCH] elevator switching raceJens Axboe1-6/+4
2006-06-01[PATCH] cfq-iosched: busy_rr fairness fixJens Axboe1-2/+5
2006-06-01[PATCH] cfq-iosched: fix bug in timer handling for the idle classJens Axboe1-4/+3
2006-06-01[PATCH] cfq-iosched: Detect hardware queueingJens Axboe1-2/+13
2006-06-01[PATCH] cfq-iosched: Detect idle process issuing async requestJens Axboe1-3/+13
2006-06-01[PATCH] cfq-iosched: check busy queues before deciding we are idleJens Axboe1-0/+7
2006-05-30[PATCH] cfq-iosched: fixup locking and ->queue_list list managementJens Axboe1-12/+13
2006-04-21[RBTREE] Change rbtree off-tree marking in I/O schedulers.David Woodhouse1-7/+1
2006-04-18[PATCH] cfq: Further rbtree traversal and cfq_exit_queue() race fixOGAWA Hirofumi1-7/+12
2006-04-18[PATCH 2/2] cfq: fix cic's rbtree traversalOGAWA Hirofumi1-6/+27
2006-04-18[PATCH 1/2] iosched: fix typo and barrier()OGAWA Hirofumi1-2/+3
2006-03-28[BLOCK] cfq-iosched: seek and async performance fixesJens Axboe1-37/+65
2006-03-28[PATCH] cfq-iosched: small cfq_choose_req() optimizationAndreas Mohr1-18/+32
2006-03-28[PATCH] [BLOCK] cfq-iosched: change cfq io context linking from list to treeJens Axboe1-110/+95