summaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkfront.c
Commit message (Expand)AuthorAgeFilesLines
* block_device_operations->release() should return voidAl Viro2013-05-071-2/+1
* xen-blkfront: remove frame list from blk_shadowRoger Pau Monne2013-03-191-5/+1
* xen-blkfront: pre-allocate pages for requestsRoger Pau Monne2013-03-191-41/+79
* xen-blkfront: switch from llist to listRoger Pau Monne2013-03-191-23/+18
* xen-blkfront: replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur2013-03-181-2/+1
* xen-blkfront: drop the use of llist_for_each_entry_safeKonrad Rzeszutek Wilk2013-02-191-3/+10
* xen-blkfront: handle bvecs with partial dataRoger Pau Monne2012-12-171-3/+4
* llist/xen-blkfront: implement safe version of llist_for_each_entryRoger Pau Monne2012-12-171-1/+2
* xen-blkfront: free allocated pageRoger Pau Monne2012-11-261-0/+1
* xen/blkback: persistent-grants fixesRoger Pau Monne2012-11-041-1/+2
* xen/blkback: Persistent grant maps for xen blk driversRoger Pau Monne2012-10-301-28/+169
* workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-2/+2
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-311-3/+2
|\
| * xen-blkfront: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o2012-07-191-3/+2
* | xen/blkfront: Add WARN to deal with misbehaving backends.Konrad Rzeszutek Wilk2012-06-121-12/+46
|/
* xen-blkfront: module exit handling adjustmentsJan Beulich2012-05-111-1/+3
* xen-blkfront: properly name all devicesJan Beulich2012-05-111-18/+22
* Merge branch 'for-3.4/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-04-131-21/+20
|\
| * xen-blkfront: make blkif_io_lock spinlock per-deviceSteven Noonan2012-03-201-16/+16
| * xen/blkfront: don't put bdev right after getting itAndrew Jones2012-03-201-1/+1
| * xen-blkfront: use bitmap_set() and bitmap_clear()Akinobu Mita2012-03-201-4/+3
* | Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-061-1/+1
|\ \
| * | xen: only check xen_platform_pci_unplug if hvmIgor Mammedov2012-04-061-1/+1
* | | Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-03-241-0/+3
|\| | | |/ |/|
| * xen: initialize platform-pci even if xen_emul_unplug=neverIgor Mammedov2012-03-221-0/+3
* | Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-01-151-28/+51
|\ \ | |/ |/|
| * xen-blkfront: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-161-1/+1
| * xen/blk[front|back]: Enhance discard support with secure erasing support.Konrad Rzeszutek Wilk2011-11-181-10/+31
| * xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard togetherKonrad Rzeszutek Wilk2011-11-181-21/+23
* | Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich2012-01-041-7/+4
|/
* Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-041-25/+98
|\
| * xen-blkfront: plug device number leak in xlblk_init() error pathLaszlo Ersek2011-10-131-1/+9
| * xen-blkfront: If no barrier or flush is supported, use invalid operation.Konrad Rzeszutek Wilk2011-10-131-1/+3
| * xen-blkfront: fix a deadlock while handling discard responseLi Dongyang2011-10-131-2/+0
| * xen-blkfront: Handle discard requests.Li Dongyang2011-10-131-23/+88
* | xen-blkfront: Fix one off warning about name clashStefan Bader2011-07-141-1/+1
* | xen-blkfront: Drop name and minor adjustments for emulated scsi devicesStefan Bader2011-07-141-2/+2
|/
* xen-blkfront: Introduce BLKIF_OP_FLUSH_DISKCACHE support.Konrad Rzeszutek Wilk2011-05-121-13/+36
* xen-blkfront: fix data size for xenbus_gather in blkfront_connectMarek Marczykowski2011-05-121-1/+1
* Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvmLinus Torvalds2011-03-151-5/+74
|\
| * xen-blkfront: handle Xen major numbers other than XENVBDStefano Stabellini2011-02-251-5/+74
* | xen: Union the blkif_request request specific fieldsOwen Smith2011-03-081-4/+4
|/
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-2/+2
|\
| * xen: don't use flush_scheduled_work()Tejun Heo2010-12-241-2/+2
| * block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-101-2/+0
* | xen: Provide a variant of __RING_SIZE() that is an integer constant expressionJeremy Fitzhardinge2010-12-151-1/+1
* | xen/blkfront: cope with backend that fail empty BLKIF_OP_WRITE_BARRIER requestsJeremy Fitzhardinge2010-11-021-0/+10
* | xen/blkfront: Implement FUA with BLKIF_OP_WRITE_BARRIERJeremy Fitzhardinge2010-11-021-2/+12
* | xen/blkfront: change blk_shadow.request to proper pointerJeremy Fitzhardinge2010-11-021-8/+6
* | xen/blkfront: map REQ_FLUSH into a full barrierJeremy Fitzhardinge2010-11-021-14/+5
|/