Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [BLOCK] Get rid of request_queue_t typedef | Jens Axboe | 2007-07-24 | 1 | -2/+2 |
| | | | | | | | | | Some of the code has been gradually transitioned to using the proper struct request_queue, but there's lots left. So do a full sweet of the kernel and get rid of this typedef and replace its uses with the proper type. Signed-off-by: Jens Axboe <jens.axboe@oracle.com> | ||||
* | xen: add virtual block device driver. | Jeremy Fitzhardinge | 2007-07-18 | 1 | -0/+988 |
The block device frontend driver allows the kernel to access block devices exported exported by a virtual machine containing a physical block device driver. Signed-off-by: Ian Pratt <ian.pratt@xensource.com> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk> Signed-off-by: Chris Wright <chrisw@sous-sol.org> Cc: Arjan van de Ven <arjan@infradead.org> Cc: Greg KH <greg@kroah.com> Cc: Jens Axboe <axboe@kernel.dk> |