aboutsummaryrefslogtreecommitdiff
path: root/block/as-iosched.c
AgeCommit message (Expand)Author
2008-12-29block: get rid of elevator_t typedefJens Axboe
2008-12-29block: use cancel_work_sync() instead of kblockd_flush_work()Cheng Renquan
2008-10-09block: as/cfq ssd idle check updateJens Axboe
2008-10-09block: add queue flag for SSD/non-rotational devicesJens Axboe
2008-10-09block: make kblockd_schedule_work() take the queue as parameterJens Axboe
2008-07-26Use WARN() in block/Arjan van de Ven
2008-07-03as-iosched: properly protect ioc_gone and ioc countJens Axboe
2008-07-01block: Fix the starving writes bug in the anticipatory IO schedulerDivyesh Shah
2008-02-01block: kill swap_io_context()Jens Axboe
2008-02-01as-iosched: fix inconsistent ioc->lock contextJens Axboe
2008-01-30as-iosched: fix double locking bug in as_merged_requests()Jens Axboe
2008-01-28io_context sharing - anticipatory changesJens Axboe
2007-12-18block: let elv_register() return voidAdrian Bunk
2007-12-18as-iosched: fix write batch start pointAaron Carroll
2007-12-18as-iosched: fix incorrect commentsAaron Carroll
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter
2007-05-09kblockd: use flush_workAndrew Morton
2007-05-08as: fix antic_expire checkNick Piggin
2006-12-13[PATCH] Allow as-iosched to be unloadedJens Axboe
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-01[PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra
2006-09-30[PATCH] Update axboe@suse.de email addressJens Axboe
2006-09-30[PATCH] Add blk_start_queueing() helperJens Axboe
2006-09-30[PATCH] Make sure all block/io scheduler setups are node awareJens Axboe
2006-09-30[PATCH] as-iosched: use new io context counting mechanismJens Axboe
2006-09-30[PATCH] Drop useless bio passing in may_queue/set_request APIJens Axboe
2006-09-30[PATCH] as-iosched: kill arqJens Axboe
2006-09-30[PATCH] as-iosched: remove arq->is_sync memberJens Axboe
2006-09-30[PATCH] as-iosched: reuse rq for fifoJens Axboe
2006-09-30[PATCH] as-iosched: migrate to using the elevator rb functionsJens Axboe
2006-09-30[PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prevJens Axboe
2006-09-30[PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-26spelling fixesAndreas Mohr
2006-06-23[PATCH] rbtree: support functions used by the io schedulersJens Axboe
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe
2006-06-23[PATCH] iosched: use hlist for request hashtableAkinobu Mita
2006-06-20Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds
2006-06-08[PATCH] elevator switching raceJens Axboe
2006-04-21[RBTREE] Change rbtree off-tree marking in I/O schedulers.David Woodhouse
2006-04-18[PATCH 1/2] iosched: fix typo and barrier()OGAWA Hirofumi
2006-03-18[PATCH] fix rmmod problems with elevator attributes, clean them upAl Viro
2006-03-18[PATCH] elevator_t lifetime rules and sysfs fixesAl Viro
2006-03-18[PATCH] deal with rmmod/put_io_context() racesAl Viro
2006-03-18[PATCH] stop elv_unregister() from rogering other iosched's data, fix lockingAl Viro
2006-01-06[BLOCK] as-iosched: update alias handlingTejun Heo