summaryrefslogtreecommitdiffstats
path: root/block/deadline-iosched.c
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | | | | | | the patch below marks various read-only variables in block/* as const, so that gcc can optimize the use of them; eg gcc will replace the use by the value directly now and will even remove the memory usage of these. Signed-off-by: Arjan van de Ven <arjan@infradead.org> Signed-off-by: Jens Axboe <axboe@suse.de>
* [BLOCK] new block/ directory comment tidyCoywolf Qi Hunt2005-11-181-2/+0
| | | | | | | | Some leftover comments referring to drivers/block that are now block/. They don't add any information we don't already have, so kill them. Signed-off-by: Coywolf Qi Hunt <qiyong@fc-cn.com> Signed-off-by: Jens Axboe <axboe@suse.de>
* [BLOCK] Move all core block layer code to new block/ directoryJens Axboe2005-11-041-0/+878
drivers/block/ is right now a mix of core and driver parts. Lets move the core parts to a new top level directory. Al will move the fs/ related block parts to block/ next. Signed-off-by: Jens Axboe <axboe@suse.de>