aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/xen-blkfront.c
AgeCommit message (Expand)Author
2013-08-11xen-blkfront: use a different scatterlist for each requestRoger Pau Monne
2013-05-07block_device_operations->release() should return voidAl Viro
2013-03-19xen-blkfront: remove frame list from blk_shadowRoger Pau Monne
2013-03-19xen-blkfront: pre-allocate pages for requestsRoger Pau Monne
2013-03-19xen-blkfront: switch from llist to listRoger Pau Monne
2013-03-18xen-blkfront: replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur
2013-02-19xen-blkfront: drop the use of llist_for_each_entry_safeKonrad Rzeszutek Wilk
2012-12-17xen-blkfront: handle bvecs with partial dataRoger Pau Monne
2012-12-17llist/xen-blkfront: implement safe version of llist_for_each_entryRoger Pau Monne
2012-11-26xen-blkfront: free allocated pageRoger Pau Monne
2012-11-04xen/blkback: persistent-grants fixesRoger Pau Monne
2012-10-30xen/blkback: Persistent grant maps for xen blk driversRoger Pau Monne
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