aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/elevator.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-29block: get rid of elevator_t typedefJens Axboe1-4/+4
2008-10-09block: Add interface to abort queued requestsMike Anderson1-0/+1
2008-10-09block: add support for IO CPU affinityJens Axboe1-4/+4
2007-12-18block: let elv_register() return voidAdrian Bunk1-1/+1
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-38/+38
2006-12-20[PATCH] cfq-iosched: don't allow sync merges across queuesJens Axboe1-0/+3
2006-12-01[BLOCK] Cleanup unused variable passingJens Axboe1-2/+2
2006-10-12[PATCH] elevator: elevator_type member not usedJens Axboe1-1/+0
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells1-0/+3
2006-09-30[PATCH] elevator: define ioc counting mechanismJens Axboe1-0/+25
2006-09-30[PATCH] Drop useless bio passing in may_queue/set_request APIJens Axboe1-4/+4
2006-09-30[PATCH] elevator: introduce a way to reuse rq for internal FIFO handlingJens Axboe1-0/+12
2006-09-30[PATCH] elevator: abstract out the rbtree sort handlingJens Axboe1-2/+16
2006-09-30[PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe1-0/+2
2006-06-08[PATCH] elevator switching raceJens Axboe1-1/+1
2006-03-18[PATCH] fix rmmod problems with elevator attributes, clean them upAl Viro1-7/+7
2006-03-18[PATCH] elevator_t lifetime rules and sysfs fixesAl Viro1-1/+8
2006-03-18[PATCH] stop elv_unregister() from rogering other iosched's data, fix lockingAl Viro1-0/+1
2006-02-08[PATCH] block: implement elv_insert and use it (fix ordcolor flipping bug)Tejun Heo1-0/+1
2006-01-10s/assoicated/associated/Adrian Bunk1-1/+1
2006-01-09make elv_try_merge() static, kill the dead declaration ofCoywolf Qi Hunt1-2/+0
2006-01-06[BLOCK] reimplement handling of barrier requestTejun Heo1-0/+1
2005-10-28Merge branch 'generic-dispatch' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-9/+9
2005-10-28[PATCH] gfp_t: block layer coreAl Viro1-2/+2
2005-10-28[PATCH] generic dispatch fixesJens Axboe1-1/+3
2005-10-28[PATCH] 01/05 Implement generic dispatch queueTejun Heo1-9/+7
2005-06-27[PATCH] Update cfq io scheduler to time sliced designJens Axboe1-4/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+145