aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/xen-blkfront.c
AgeCommit message (Expand)Author
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-07-19xen-blkfront: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o
2012-06-12xen/blkfront: Add WARN to deal with misbehaving backends.Konrad Rzeszutek Wilk
2012-05-11xen-blkfront: module exit handling adjustmentsJan Beulich
2012-05-11xen-blkfront: properly name all devicesJan Beulich
2012-04-13Merge branch 'for-3.4/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-04-06Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-04-06xen: only check xen_platform_pci_unplug if hvmIgor Mammedov
2012-03-24Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-03-22xen: initialize platform-pci even if xen_emul_unplug=neverIgor Mammedov
2012-03-20xen-blkfront: make blkif_io_lock spinlock per-deviceSteven Noonan
2012-03-20xen/blkfront: don't put bdev right after getting itAndrew Jones
2012-03-20xen-blkfront: use bitmap_set() and bitmap_clear()Akinobu Mita
2012-01-15Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich
2011-12-16xen-blkfront: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer
2011-11-18xen/blk[front|back]: Enhance discard support with secure erasing support.Konrad Rzeszutek Wilk
2011-11-18xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard togetherKonrad Rzeszutek Wilk
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-10-13xen-blkfront: plug device number leak in xlblk_init() error pathLaszlo Ersek
2011-10-13xen-blkfront: If no barrier or flush is supported, use invalid operation.Konrad Rzeszutek Wilk
2011-10-13xen-blkfront: fix a deadlock while handling discard responseLi Dongyang
2011-10-13xen-blkfront: Handle discard requests.Li Dongyang
2011-07-14xen-blkfront: Fix one off warning about name clashStefan Bader
2011-07-14xen-blkfront: Drop name and minor adjustments for emulated scsi devicesStefan Bader
2011-05-12xen-blkfront: Introduce BLKIF_OP_FLUSH_DISKCACHE support.Konrad Rzeszutek Wilk
2011-05-12xen-blkfront: fix data size for xenbus_gather in blkfront_connectMarek Marczykowski
2011-03-15Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvmLinus Torvalds
2011-03-08xen: Union the blkif_request request specific fieldsOwen Smith
2011-02-25xen-blkfront: handle Xen major numbers other than XENVBDStefano Stabellini
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