aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkfront.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-3/+2
2012-07-19xen-blkfront: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-3/+2
2012-06-12xen/blkfront: Add WARN to deal with misbehaving backends.Konrad Rzeszutek Wilk1-12/+46
2012-05-11xen-blkfront: module exit handling adjustmentsJan Beulich1-1/+3
2012-05-11xen-blkfront: properly name all devicesJan Beulich1-18/+22
2012-04-13Merge branch 'for-3.4/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-21/+20
2012-04-06Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+1
2012-04-06xen: only check xen_platform_pci_unplug if hvmIgor Mammedov1-1/+1
2012-03-24Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+3
2012-03-22xen: initialize platform-pci even if xen_emul_unplug=neverIgor Mammedov1-0/+3
2012-03-20xen-blkfront: make blkif_io_lock spinlock per-deviceSteven Noonan1-16/+16
2012-03-20xen/blkfront: don't put bdev right after getting itAndrew Jones1-1/+1
2012-03-20xen-blkfront: use bitmap_set() and bitmap_clear()Akinobu Mita1-4/+3
2012-01-15Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-28/+51
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich1-7/+4
2011-12-16xen-blkfront: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-11-18xen/blk[front|back]: Enhance discard support with secure erasing support.Konrad Rzeszutek Wilk1-10/+31
2011-11-18xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard togetherKonrad Rzeszutek Wilk1-21/+23
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-25/+98
2011-10-13xen-blkfront: plug device number leak in xlblk_init() error pathLaszlo Ersek1-1/+9
2011-10-13xen-blkfront: If no barrier or flush is supported, use invalid operation.Konrad Rzeszutek Wilk1-1/+3
2011-10-13xen-blkfront: fix a deadlock while handling discard responseLi Dongyang1-2/+0
2011-10-13xen-blkfront: Handle discard requests.Li Dongyang1-23/+88
2011-07-14xen-blkfront: Fix one off warning about name clashStefan Bader1-1/+1
2011-07-14xen-blkfront: Drop name and minor adjustments for emulated scsi devicesStefan Bader1-2/+2
2011-05-12xen-blkfront: Introduce BLKIF_OP_FLUSH_DISKCACHE support.Konrad Rzeszutek Wilk1-13/+36
2011-05-12xen-blkfront: fix data size for xenbus_gather in blkfront_connectMarek Marczykowski1-1/+1
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