aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/elevator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-11-04[BLOCK] Move all core block layer code to new block/ directoryJens Axboe1-802/+0
2005-11-01[PATCH] blk: fix dangling pointer access in __elv_add_requestTejun Heo1-1/+6
2005-10-30[PATCH] block cleanups: Fix iosched module refcount leakNate Diller1-1/+3
2005-10-30[PATCH] block cleanups: Add kconfig default iosched submenuNate Diller1-17/+10
2005-10-30[PATCH] cfq-iosched: move tasklist walk to elevator.cChristoph Hellwig1-0/+21
2005-10-28Merge branch 'elevator-switch' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-43/+34
2005-10-28Merge branch 'generic-dispatch' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-96/+170
2005-10-28Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-10/+14
2005-10-28[PATCH] gfp_t: block layer coreAl Viro1-1/+1
2005-10-28[BLOCK] Leftover reference to ->max_back_kbJens Axboe1-1/+0
2005-10-28[BLOCK] elevator switch fixes/cleanupJens Axboe1-4/+4
2005-10-28[BLOCK] Reimplement elevator switchTejun Heo1-43/+35
2005-10-28[BLOCK] kill generic max_back_kb handlingTejun Heo1-5/+1
2005-10-28[PATCH] 03/05 move last_merge handlin into generic elevator codeTejun Heo1-25/+18
2005-10-28[PATCH] elevator: leftover function declarationJens Axboe1-4/+0
2005-10-28[PATCH] generic dispatch fixesJens Axboe1-21/+12
2005-10-28[PATCH] 01/05 Implement generic dispatch queueTejun Heo1-72/+170
2005-10-28[PATCH] fix try_module_get race in elevator_findTejun Heo1-10/+14
2005-06-27[PATCH] Update cfq io scheduler to time sliced designJens Axboe1-4/+5
2005-06-17merge by hand (fix up qla_os.c merge error)James Bottomley1-0/+13
2005-06-16 This patch fixes q->unplug_thresh condition check inTejun Heo1-1/+1
2005-06-16This patch kills elevator_global_init() in elevator.c which doesTejun Heo1-7/+0
2005-05-20[SCSI] make blk layer set REQ_SOFTBARRIER on defer and requeueTejun Heo1-0/+13
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+705