aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkfront.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-15Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvmLinus Torvalds1-5/+74
2011-03-08xen: Union the blkif_request request specific fieldsOwen Smith1-4/+4
2011-02-25xen-blkfront: handle Xen major numbers other than XENVBDStefano Stabellini1-5/+74
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2010-12-24xen: don't use flush_scheduled_work()Tejun Heo1-2/+2
2010-12-15xen: Provide a variant of __RING_SIZE() that is an integer constant expressionJeremy Fitzhardinge1-1/+1
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig1-2/+0
2010-11-02xen/blkfront: cope with backend that fail empty BLKIF_OP_WRITE_BARRIER requestsJeremy Fitzhardinge1-0/+10
2010-11-02xen/blkfront: Implement FUA with BLKIF_OP_WRITE_BARRIERJeremy Fitzhardinge1-2/+12
2010-11-02xen/blkfront: change blk_shadow.request to proper pointerJeremy Fitzhardinge1-8/+6
2010-11-02xen/blkfront: map REQ_FLUSH into a full barrierJeremy Fitzhardinge1-14/+5
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+2
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-34/+20
2010-10-22xen-blkfront: disable barrier/flush write supportJens Axboe1-0/+7
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-1/+1
2010-10-18xenbus: prevent warnings on unhandled enumeration valuesNoboru Iwamatsu1-0/+2
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+6
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo1-31/+12
2010-09-10block: kill QUEUE_ORDERED_BY_TAGTejun Heo1-5/+3
2010-08-23xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessaryIan Campbell1-1/+1
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-103/+300
2010-08-08xen-blkfront: fix missing out labelJens Axboe1-0/+1
2010-08-07xen/blkfront: Use QUEUE_ORDERED_DRAIN for old backendsJeremy Fitzhardinge1-16/+29
2010-08-07xen/blkfront: use tagged queuing for barriersJeremy Fitzhardinge1-4/+13
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-07-29blkfront: do not create a PV cdrom device if xen_hvm_guestStefano Stabellini1-13/+26
2010-07-26x86: Unplug emulated disks and nics.Stefano Stabellini1-0/+17
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