aboutsummaryrefslogtreecommitdiffstats
path: root/block/as-iosched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-18[PATCH] elevator_t lifetime rules and sysfs fixesAl Viro1-54/+15
2006-03-18[PATCH] deal with rmmod/put_io_context() racesAl Viro1-1/+14
2006-03-18[PATCH] stop elv_unregister() from rogering other iosched's data, fix lockingAl Viro1-0/+7
2006-01-06[BLOCK] as-iosched: update alias handlingTejun Heo1-119/+25
2005-11-21[PATCH] as-iosched: remove state assertion in as_add_request()Jens Axboe1-4/+0
2005-11-18[BLOCK] new block/ directory comment tidyCoywolf Qi Hunt1-2/+0
2005-11-07Merge branch 'block-dir' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-0/+2005
2005-11-04[BLOCK] Move all core block layer code to new block/ directoryJens Axboe1-0/+1985