aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkfront.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-07blkfront: Klog the unclean release pathDaniel Stodden1-0/+6
2010-08-07blkfront: Remove obsolete info->usersDaniel Stodden1-8/+2
2010-08-07blkfront: Remove obsolete info->usersDaniel Stodden1-6/+3
2010-08-07blkfront: Lock blockfront_info during xbdev removalDaniel Stodden1-6/+35
2010-08-07blkfront: Fix blkfront backend switch race (bdev release)Daniel Stodden1-16/+33
2010-08-07blkfront: Fix blkfront backend switch race (bdev open)Daniel Stodden1-7/+24
2010-08-07blkfront: Lock blkfront_info when closingDaniel Stodden1-21/+40
2010-08-07blkfront: Clean up vbd releaseDaniel Stodden1-48/+43
2010-08-07blkfront: Fix gendisk leakDaniel Stodden1-0/+3
2010-08-07blkfront: Fix backtrace in del_gendiskDaniel Stodden1-3/+3
2010-08-07xen/blkfront: revalidate after setting capacityK. Y. Srinivasan1-0/+1
2010-08-07xen/blkfront: avoid compiler warning from missing casesJeremy Fitzhardinge1-0/+3
2010-08-07xen/front: Propagate changed size of VBDsK. Y. Srinivasan1-2/+17
2010-08-07blkfront: don't access freed struct xenbus_deviceJan Beulich1-18/+16
2010-08-07blkfront: fixes for 'xm block-detach ... --force'Jan Beulich1-7/+81
2010-08-07xen: use less generic names in blkfront driver.Ian Campbell1-6/+6
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-0/+7
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-1/+1
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori1-2/+1
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-2/+2
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