[PATCH] fix bd_claim_by_kobject error handling
[safe/jmp/linux-2.6] / block / elevator.c
2006-10-12 Vasily Tarasov[PATCH] block layer: elv_iosched_show should get elv_li...
2006-10-12 Vasily Tarasov[PATCH] block layer: elevator_find function cleanup
2006-09-30 Jens Axboe[PATCH] Update axboe@suse.de email address
2006-09-30 Jens Axboe[PATCH] Make sure all block/io scheduler setups are...
2006-09-30 Jens Axboe[PATCH] Drop useless bio passing in may_queue/set_reque...
2006-09-30 Jens Axboe[PATCH] Remove ->waiting member from struct request
2006-09-30 Jens Axboe[PATCH] elevator: abstract out the rbtree sort handling
2006-09-30 Jens Axboe[PATCH] elevator: move the backmerging logic into the...
2006-09-30 Jens Axboe[PATCH] Split struct request ->flags into two parts
2006-08-22 Oleg Nesterovelv_unregister: fix possible crash on module unload
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-23 Dave Jones[PATCH] remove dead code from elevator switching
2006-06-08 Jens Axboe[PATCH] elevator switching race
2006-05-11 Jens Axboe[BLOCK] limit request_fn recursion
2006-04-20 Adrian Bunk[PATCH] block/elevator.c: remove unused exports
2006-03-31 OGAWA Hirofumi[PATCH] Don't pass boot parameters to argv_init[]
2006-03-24 Eric SesterhennBUG_ON() Conversion in block/elevator.c
2006-03-23 Jens Axboe[PATCH] Block queue IO tracing support (blktrace) as...
2006-03-19 Al Viro[PATCH] fix rmmod problems with elevator attributes...
2006-03-18 Al Viro[PATCH] elevator_t lifetime rules and sysfs fixes
2006-03-18 Al Viro[PATCH] stop elv_unregister() from rogering other iosch...
2006-02-08 Tejun Heo[PATCH] block: implement elv_insert and use it (fix...
2006-02-05 Tejun Heo[PATCH] block: request_queue->ordcolor must not be...
2006-01-24 Nate Diller[BLOCK] elevator: allow default scheduler to potentiall...
2006-01-24 Nate Diller[BLOCK] elevator: default choice selection
2006-01-17 Chuck Ebbert[PATCH] elevator=as back-compatibility
2006-01-16 Jens Axboe[BLOCK] elevator: if specified scheduler is not found...
2006-01-16 Chuck Ebbert[BLOCK] elevator: Make elevator=as work again for antic...
2006-01-12 Tejun Heo[PATCH] fix queue stalling while barrier sequencing
2006-01-09 Coywolf Qi Huntmake elv_try_merge() static, kill the dead declaration of
2006-01-06 Tejun Heo[BLOCK] reimplement handling of barrier request
2006-01-06 Tejun Heo[BLOCK] add @uptodate to end_that_request_last() and...
2005-11-18 Coywolf Qi Hunt[BLOCK] new block/ directory comment tidy
2005-11-12 Tejun Heo[BLOCK] elevator: elv_latter/former_request update
2005-11-12 Tejun Heo[BLOCK] fix string handling in elv_iosched_store
2005-11-12 Tejun Heo[BLOCK] Implement elv_drain_elevator for improved switc...
2005-11-12 Tejun Heo[BLOCK] elevator: run queue in elevator_switch
2005-11-12 Zachary Amsden[BLOCK] elevator init fixes #2
2005-11-12 Zachary Amsden[BLOCK] elevator init fixes
2005-11-04 Jens Axboe[BLOCK] Move all core block layer code to new block...