Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-04 | block/blk-tag.c should #include "blk.h" | Adrian Bunk | |
Every file should include the headers containing the externs for its global functions (in this case for __blk_queue_free_tags()). Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Jens Axboe <jens.axboe@oracle.com> | |||
2008-02-01 | block: make core bits checkpatch compliant | Jens Axboe | |
Signed-off-by: Jens Axboe <jens.axboe@oracle.com> | |||
2008-01-29 | block: split tag and sysfs handling from blk-core.c | Jens Axboe | |
Seperates the tag and sysfs handling from ll_rw_blk. Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |