summaryrefslogtreecommitdiffstats
path: root/block/deadline-iosched.c
Commit message (Expand)AuthorAgeFilesLines
* block: move existing elevator ops to unionJens Axboe2017-01-171-1/+1
* block: do not merge requests without consulting with io schedulerTahsin Erdogan2016-07-201-1/+1
* block: Convert fifo_time from ulong to u64Jan Kara2016-06-281-2/+3
* deadline: remove unused struct memberTahsin Erdogan2016-02-011-3/+0
* block: Stop abusing csd.list for fifo_timeJan Kara2014-02-241-4/+4
* block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-09-111-1/+1
* elevator: Fix a race in elevator switchingJianpeng Ma2013-07-031-3/+13
* block: Add bio_end_sector()Kent Overstreet2013-03-231-1/+1
* deadline: Allow 0ms deadline latency, increase the read speedxiaobing tu2012-12-091-1/+1
* elevator: make elevator_init_fn() return 0/-errnoTejun Heo2012-03-061-3/+5
* block, cfq: move icq cache management to block coreTejun Heo2011-12-141-3/+1
* iosched: prevent aliased requests from starving other I/OJeff Moyer2011-06-021-3/+1
* block: remove per-queue pluggingJens Axboe2011-03-101-9/+0
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-1/+1
* block: get rid of elevator_t typedefJens Axboe2008-12-291-3/+3
* deadline-iosched: non-functional fixesAaron Carroll2008-10-091-13/+13
* deadline-iosched: allow non-sequential batchingAaron Carroll2008-10-091-11/+3
* block: let elv_register() return voidAdrian Bunk2007-12-181-1/+3
* Deadline iosched: Fix batching fairnessAaron Carroll2007-11-021-14/+7
* Deadline iosched: Reset batch for ordered requestsAaron Carroll2007-11-021-3/+3
* Deadline iosched: Factor out finding latter requesAaron Carroll2007-11-021-11/+17
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-9/+9
* Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter2007-07-171-2/+1
* [BLOCK] Cleanup unused variable passingJens Axboe2006-12-011-1/+1
* [PATCH] Update axboe@suse.de email addressJens Axboe2006-09-301-1/+1
* [PATCH] deadline-iosched: remove elevator private drq request typeJens Axboe2006-09-301-142/+52
* [PATCH] deadline-iosched: migrate to using the elevator rb functionsJens Axboe2006-09-301-136/+34
* [PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe2006-09-301-126/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] rbtree: support functions used by the io schedulersJens Axboe2006-06-231-8/+5
* [PATCH] iosched: use hlist for request hashtableAkinobu Mita2006-06-231-23/+16
* Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds2006-06-201-3/+2
|\
| * [RBTREE] Change rbtree off-tree marking in I/O schedulers.David Woodhouse2006-04-211-3/+2
* | [PATCH] elevator switching raceJens Axboe2006-06-081-7/+6
|/
* [PATCH] fix rmmod problems with elevator attributes, clean them upAl Viro2006-03-181-43/+21
* [PATCH] elevator_t lifetime rules and sysfs fixesAl Viro2006-03-181-52/+12
* [BLOCK] mark some block/ variables consArjan van de Ven2006-01-061-4/+4
* [BLOCK] new block/ directory comment tidyCoywolf Qi Hunt2005-11-181-2/+0
* [BLOCK] Move all core block layer code to new block/ directoryJens Axboe2005-11-041-0/+878