Commit Graph

61 Commits (203c29102b8e76f088440099af01677cfb1cfdf9)

Author SHA1 Message Date
Jens Axboe e164094964 elevator: make elevator_get() attempt to load the appropriate module 17 years ago
Jens Axboe 4eb166d987 block: make elevator lib checkpatch compliant 17 years ago
James Bottomley fa0ccd837e block: implement drain buffers 17 years ago
Greg Kroah-Hartman f9cb074bff Kobject: rename kobject_init_ng() to kobject_init() 17 years ago
Greg Kroah-Hartman b2d6db5878 Kobject: rename kobject_add_ng() to kobject_add() 17 years ago
Greg Kroah-Hartman 29e3dd0df1 Kobject: convert block/elevator.c to use kobject_init/add_ng() 17 years ago
Adrian Bunk 2fdd82bd88 block: let elv_register() return void 17 years ago
Uwe Kleine-König dbe7f76dd6 fix typo "insted" -> "instead" 18 years ago
Jens Axboe bf2de6f5a4 block: Initial support for data-less (or empty) barrier support 18 years ago
Jens Axboe a0cd128542 block: add end_queued_request() and end_dequeued_request() helpers 18 years ago
Greg Kroah-Hartman 19c38de88a kobjects: fix up improper use of the kobject name field 18 years ago
Jens Axboe 165125e1e4 [BLOCK] Get rid of request_queue_t typedef 18 years ago
Christoph Lameter 94f6030ca7 Slab allocators: Replace explicit zeroing with __GFP_ZERO 18 years ago
Matthias Kaehlcke 70cee26e02 Use list_for_each_entry() instead of list_for_each() in the block device 18 years ago
Jens Axboe 2a12dcd71a [PATCH] elevator: elv_list_lock does not need irq disabling 18 years ago
Thibaut VARENE 1ffb96c587 make elv_register() output atomic 18 years ago
Jens Axboe 783660b2f6 elevator: don't sort reads between writes 18 years ago
Jens Axboe cad9751642 elevator: abstract out the activate and deactivate functions 18 years ago
Linas Vepstas 95543179f1 [PATCH] elevator: move clearing of unplug flag earlier 18 years ago
Jens Axboe bb4067e341 [PATCH] elevator: fixup typo in merge logic 18 years ago
Jens Axboe da77526502 [PATCH] cfq-iosched: don't allow sync merges across queues 18 years ago
Jens Axboe bb37b94c68 [BLOCK] Cleanup unused variable passing 18 years ago
Vasily Tarasov c584164224 [PATCH] block layer: elv_iosched_show should get elv_list_lock 19 years ago
Vasily Tarasov a22b169df1 [PATCH] block layer: elevator_find function cleanup 19 years ago
Jens Axboe 0fe2347957 [PATCH] Update axboe@suse.de email address 19 years ago
Jens Axboe b5deef9012 [PATCH] Make sure all block/io scheduler setups are node aware 19 years ago
Jens Axboe cb78b285c8 [PATCH] Drop useless bio passing in may_queue/set_request API 19 years ago
Jens Axboe c00895ab2f [PATCH] Remove ->waiting member from struct request 19 years ago
Jens Axboe 2e662b65f0 [PATCH] elevator: abstract out the rbtree sort handling 19 years ago
Jens Axboe 9817064b68 [PATCH] elevator: move the backmerging logic into the elevator core 19 years ago
Jens Axboe 4aff5e2333 [PATCH] Split struct request ->flags into two parts 19 years ago
Oleg Nesterov 2d8f613160 elv_unregister: fix possible crash on module unload 19 years ago
Jörn Engel 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
Dave Jones acf4217555 [PATCH] remove dead code from elevator switching 19 years ago
Jens Axboe bc1c116974 [PATCH] elevator switching race 19 years ago
Jens Axboe dac07ec121 [BLOCK] limit request_fn recursion 19 years ago
Adrian Bunk 4f73247f0e [PATCH] block/elevator.c: remove unused exports 19 years ago
OGAWA Hirofumi 9b41046cd0 [PATCH] Don't pass boot parameters to argv_init[] 19 years ago
Eric Sesterhenn ce52449742 BUG_ON() Conversion in block/elevator.c 19 years ago
Jens Axboe 2056a782f8 [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23 19 years ago
Al Viro e572ec7e4e [PATCH] fix rmmod problems with elevator attributes, clean them up 19 years ago
Al Viro 3d1ab40f4c [PATCH] elevator_t lifetime rules and sysfs fixes 19 years ago
Al Viro e17a9489b4 [PATCH] stop elv_unregister() from rogering other iosched's data, fix locking 19 years ago
Tejun Heo 30e9656cc3 [PATCH] block: implement elv_insert and use it (fix ordcolor flipping bug) 19 years ago
Tejun Heo 238e7db935 [PATCH] block: request_queue->ordcolor must not be flipped on SOFTBARRIER 19 years ago
Nate Diller 248d5ca5ed [BLOCK] elevator: allow default scheduler to potentially be modular 19 years ago
Nate Diller 5f00397644 [BLOCK] elevator: default choice selection 19 years ago
Chuck Ebbert 4c2645830e [PATCH] elevator=as back-compatibility 19 years ago
Jens Axboe b7bfcf7cbd [BLOCK] elevator: if specified scheduler is not found, fall back to default 19 years ago
Chuck Ebbert 752a3b7963 [BLOCK] elevator: Make elevator=as work again for anticipatory 19 years ago