aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/xen-blkfront.c
AgeCommit message (Expand)Author
2014-02-10Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe
2014-02-07xen-blkfront: handle backend CLOSED without CLOSINGDavid Vrabel
2014-02-07xen-blkif: drop struct blkif_request_segment_alignedRoger Pau Monne
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe
2013-11-26block: xen-blkfront: Fix possible NULL ptr dereferenceFelipe Pena
2013-11-26xen-blkfront: Silence pfn maybe-uninitialized warningTim Gardner
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-08xen-blkfront: restore the non-persistent data pathRoger Pau Monne
2013-11-08xen-blkfront: improve aproximation of required grants per requestRoger Pau Monne
2013-11-08xen-blkfront: revoke foreign access for grants not mapped by the backendRoger Pau Monne
2013-11-08block: Consolidate duplicated bio_trim() implementationsKent Overstreet
2013-06-28Merge branch 'stable/for-jens-3.10' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe
2013-06-21xen-blkfront: set blk_queue_max_hw_sectors correctlyRoger Pau Monne
2013-06-07xen/blkback: Use physical sector size for setupStefan Bader
2013-06-04xen-blkfront: Introduce a 'max' module parameter to alter the amount of indir...Konrad Rzeszutek Wilk
2013-05-08xen-blkfront: use a different scatterlist for each requestRoger Pau Monne
2013-05-07block_device_operations->release() should return voidAl Viro
2013-04-18xen-block: implement indirect descriptorsRoger Pau Monne
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