summaryrefslogtreecommitdiff
path: root/drivers/block/xen-blkfront.c
AgeCommit message (Expand)Author
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2010-01-11block: make xenbus device id constantMárton Németh
2009-11-04xen: move Xen-testing predicates to common headerJeremy Fitzhardinge
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-06-15xen block: remove driver_data direct access of struct deviceGreg Kroah-Hartman
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe
2009-05-22xen-blkfront: beyond ARRAY_SIZE of info->shadowRoel Kluin
2009-05-19xen/blkfront: fix warning when deleting gendisk on unplug/shutdownIan Campbell
2009-05-19xen/blkfront: allow xenbus state transition to Closing->Closed when not Conn...Ian Campbell
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo
2009-03-05Fix kernel NULL pointer dereference in xen-blkfrontKris Shannon
2009-02-26xen/blkfront: use blk_rq_map_sg to generate ring entriesJens Axboe
2008-12-29xen-blkfront: set queue paravirt flagFernando Luis Vázquez Cao
2008-11-18Release old elevator on change elevatorZhaolei
2008-10-21[PATCH] switch xenAl Viro
2008-10-21[PATCH] beginning of methods conversionAl Viro
2008-10-12Merge branch 'linus' into x86/xenIngo Molnar
2008-10-09block: Expand Xen blkfront for > 16 xvdChris Lalancette
2008-08-20xen: clean up domain mode predicatesJeremy Fitzhardinge
2008-08-06xen-blkfront.c: make blkif_ioctl() staticAdrian Bunk
2008-07-03xen: Avoid allocations causing swap activity on the resume pathIan Campbell
2008-07-03xen/blkfront: add __exit to module_exit() handlersJan Beulich
2008-07-03xen/blkfront: Make sure that the device is fully ready before allowing release.Wim Colgate
2008-07-03xen/blkfront: Add the CDROM_GET_CAPABILITY ioctl to blkfront.Christian Limpach
2008-07-03xen/blkfront: Make sure we don't use bounce buffers, we don't need them.Ian Campbell
2008-04-29xen: make blkif_getgeo staticHarvey Harrison
2008-04-24xen: Add compatibility aliases for frontend driversMark McLoughlin
2008-04-24xen: Module autoprobing support for frontend driversMark McLoughlin
2008-04-24xen blkfront: Delay wait for block devices until after the disk is addedChristian Limpach
2008-04-24xen/blkfront: use bdget_diskJeremy Fitzhardinge
2008-04-24xen: Make xen-blkfront write its protocol ABI to xenstoreMarkus Armbruster
2008-02-21xen: Implement getgeo for Xen virtual block device.Ian Campbell
2008-01-28blk_end_request: changing xen-blkfront (take 4)Kiyoshi Ueda
2007-10-10Fixup rq_for_each_segment() indentationJens Axboe
2007-10-10Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe
2007-07-18xen: add virtual block device driver.Jeremy Fitzhardinge