aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/xen-blkfront.c
AgeCommit message (Expand)Author
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-12-24xen: don't use flush_scheduled_work()Tejun Heo
2010-12-15xen: Provide a variant of __RING_SIZE() that is an integer constant expressionJeremy Fitzhardinge
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig
2010-11-02xen/blkfront: cope with backend that fail empty BLKIF_OP_WRITE_BARRIER requestsJeremy Fitzhardinge
2010-11-02xen/blkfront: Implement FUA with BLKIF_OP_WRITE_BARRIERJeremy Fitzhardinge
2010-11-02xen/blkfront: change blk_shadow.request to proper pointerJeremy Fitzhardinge
2010-11-02xen/blkfront: map REQ_FLUSH into a full barrierJeremy Fitzhardinge
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-22xen-blkfront: disable barrier/flush write supportJens Axboe
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe
2010-10-18xenbus: prevent warnings on unhandled enumeration valuesNoboru Iwamatsu
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo
2010-09-10block: kill QUEUE_ORDERED_BY_TAGTejun Heo
2010-08-23xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessaryIan Campbell
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-08xen-blkfront: fix missing out labelJens Axboe
2010-08-07xen/blkfront: Use QUEUE_ORDERED_DRAIN for old backendsJeremy Fitzhardinge
2010-08-07xen/blkfront: use tagged queuing for barriersJeremy Fitzhardinge
2010-08-07blkfront: Klog the unclean release pathDaniel Stodden
2010-08-07blkfront: Remove obsolete info->usersDaniel Stodden
2010-08-07blkfront: Remove obsolete info->usersDaniel Stodden
2010-08-07blkfront: Lock blockfront_info during xbdev removalDaniel Stodden
2010-08-07blkfront: Fix blkfront backend switch race (bdev release)Daniel Stodden
2010-08-07blkfront: Fix blkfront backend switch race (bdev open)Daniel Stodden
2010-08-07blkfront: Lock blkfront_info when closingDaniel Stodden
2010-08-07blkfront: Clean up vbd releaseDaniel Stodden
2010-08-07blkfront: Fix gendisk leakDaniel Stodden
2010-08-07blkfront: Fix backtrace in del_gendiskDaniel Stodden
2010-08-07xen/blkfront: revalidate after setting capacityK. Y. Srinivasan
2010-08-07xen/blkfront: avoid compiler warning from missing casesJeremy Fitzhardinge
2010-08-07xen/front: Propagate changed size of VBDsK. Y. Srinivasan
2010-08-07blkfront: don't access freed struct xenbus_deviceJan Beulich
2010-08-07blkfront: fixes for 'xm block-detach ... --force'Jan Beulich
2010-08-07xen: use less generic names in blkfront driver.Ian Campbell
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig
2010-07-29blkfront: do not create a PV cdrom device if xen_hvm_guestStefano Stabellini
2010-07-26x86: Unplug emulated disks and nics.Stefano Stabellini
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