aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkfront.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-03xen: Avoid allocations causing swap activity on the resume pathIan Campbell1-2/+3
2008-07-03xen/blkfront: add __exit to module_exit() handlersJan Beulich1-1/+1
2008-07-03xen/blkfront: Make sure that the device is fully ready before allowing release.Wim Colgate1-1/+1
2008-07-03xen/blkfront: Add the CDROM_GET_CAPABILITY ioctl to blkfront.Christian Limpach1-0/+36
2008-07-03xen/blkfront: Make sure we don't use bounce buffers, we don't need them.Ian Campbell1-0/+3
2008-04-29xen: make blkif_getgeo staticHarvey Harrison1-1/+1
2008-04-24xen: Add compatibility aliases for frontend driversMark McLoughlin1-0/+1
2008-04-24xen: Module autoprobing support for frontend driversMark McLoughlin1-0/+1
2008-04-24xen blkfront: Delay wait for block devices until after the disk is addedChristian Limpach1-0/+11
2008-04-24xen/blkfront: use bdget_diskJeremy Fitzhardinge1-2/+1
2008-04-24xen: Make xen-blkfront write its protocol ABI to xenstoreMarkus Armbruster1-0/+7
2008-02-21xen: Implement getgeo for Xen virtual block device.Ian Campbell1-0/+18
2008-01-28blk_end_request: changing xen-blkfront (take 4)Kiyoshi Ueda1-6/+4
2007-10-10Fixup rq_for_each_segment() indentationJens Axboe1-13/+12
2007-10-10Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown1-5/+2
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-2/+2
2007-07-18xen: add virtual block device driver.Jeremy Fitzhardinge1-0/+988