aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkfront.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-2/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2010-01-11block: make xenbus device id constantMárton Németh1-1/+1
2009-11-04xen: move Xen-testing predicates to common headerJeremy Fitzhardinge1-0/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-2/+2
2009-06-15xen block: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-7/+7
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe1-4/+6
2009-05-22xen-blkfront: beyond ARRAY_SIZE of info->shadowRoel Kluin1-1/+1
2009-05-19xen/blkfront: fix warning when deleting gendisk on unplug/shutdownIan Campbell1-2/+2
2009-05-19xen/blkfront: allow xenbus state transition to Closing->Closed when not ConnectedIan Campbell1-2/+4
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-2/+2
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo1-6/+7
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-6/+5
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo1-1/+1
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo1-3/+1
2009-03-05Fix kernel NULL pointer dereference in xen-blkfrontKris Shannon1-0/+2
2009-02-26xen/blkfront: use blk_rq_map_sg to generate ring entriesJens Axboe1-15/+15
2008-12-29xen-blkfront: set queue paravirt flagFernando Luis Vázquez Cao1-7/+1
2008-11-18Release old elevator on change elevatorZhaolei1-1/+7
2008-10-21[PATCH] switch xenAl Viro1-10/+9
2008-10-21[PATCH] beginning of methods conversionAl Viro1-2/+2
2008-10-12Merge branch 'linus' into x86/xenIngo Molnar1-21/+55
2008-10-09block: Expand Xen blkfront for > 16 xvdChris Lalancette1-21/+55
2008-08-20xen: clean up domain mode predicatesJeremy Fitzhardinge1-1/+1
2008-08-06xen-blkfront.c: make blkif_ioctl() staticAdrian Bunk1-2/+2
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