aboutsummaryrefslogtreecommitdiffstats
path: root/block/as-iosched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-24percpu: clean up percpu variable definitionsTejun Heo1-5/+5
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-8/+10
2009-04-28block: kill blk_start_queueing()Tejun Heo1-5/+1
2009-04-15as-iosched: get rid of private REQ_SYNC/REQ_ASYNC definesJens Axboe1-59/+57
2008-12-29block: get rid of elevator_t typedefJens Axboe1-4/+4
2008-12-29block: use cancel_work_sync() instead of kblockd_flush_work()Cheng Renquan1-1/+1
2008-10-09block: as/cfq ssd idle check updateJens Axboe1-1/+3
2008-10-09block: add queue flag for SSD/non-rotational devicesJens Axboe1-0/+6
2008-10-09block: make kblockd_schedule_work() take the queue as parameterJens Axboe1-3/+3
2008-07-26Use WARN() in block/Arjan van de Ven1-2/+1
2008-07-03as-iosched: properly protect ioc_gone and ioc countJens Axboe1-3/+15
2008-07-01block: Fix the starving writes bug in the anticipatory IO schedulerDivyesh Shah1-0/+2
2008-02-01block: kill swap_io_context()Jens Axboe1-14/+0
2008-02-01as-iosched: fix inconsistent ioc->lock contextJens Axboe1-4/+6
2008-01-30as-iosched: fix double locking bug in as_merged_requests()Jens Axboe1-3/+7
2008-01-28io_context sharing - anticipatory changesJens Axboe1-6/+28
2007-12-18block: let elv_register() return voidAdrian Bunk1-1/+3
2007-12-18as-iosched: fix write batch start pointAaron Carroll1-1/+2
2007-12-18as-iosched: fix incorrect commentsAaron Carroll1-2/+2
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-12/+14
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter1-2/+1
2007-05-09kblockd: use flush_workAndrew Morton1-1/+1
2007-05-08as: fix antic_expire checkNick Piggin1-3/+3
2006-12-13[PATCH] Allow as-iosched to be unloadedJens Axboe1-14/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-1/+1
2006-12-01[BLOCK] Cleanup unused variable passingJens Axboe1-1/+1
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-3/+4
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] Add blk_start_queueing() helperJens Axboe1-2/+1
2006-09-30[PATCH] Make sure all block/io scheduler setups are node awareJens Axboe1-4/+4
2006-09-30[PATCH] as-iosched: use new io context counting mechanismJens Axboe1-4/+5
2006-09-30[PATCH] Drop useless bio passing in may_queue/set_request APIJens Axboe1-1/+1
2006-09-30[PATCH] as-iosched: kill arqJens Axboe1-195/+118
2006-09-30[PATCH] as-iosched: remove arq->is_sync memberJens Axboe1-22/+14
2006-09-30[PATCH] as-iosched: reuse rq for fifoJens Axboe1-22/+12
2006-09-30[PATCH] as-iosched: migrate to using the elevator rb functionsJens Axboe1-151/+29
2006-09-30[PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prevJens Axboe1-2/+2
2006-09-30[PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe1-136/+3
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26spelling fixesAndreas Mohr1-1/+1
2006-06-23[PATCH] rbtree: support functions used by the io schedulersJens Axboe1-10/+7
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe1-1/+1
2006-06-23[PATCH] iosched: use hlist for request hashtableAkinobu Mita1-26/+19
2006-06-20Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds1-3/+2
2006-06-08[PATCH] elevator switching raceJens Axboe1-7/+6
2006-04-21[RBTREE] Change rbtree off-tree marking in I/O schedulers.David Woodhouse1-3/+2
2006-04-18[PATCH 1/2] iosched: fix typo and barrier()OGAWA Hirofumi1-2/+3
2006-03-18[PATCH] fix rmmod problems with elevator attributes, clean them upAl Viro1-49/+22