summaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkfront.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/for-jens-3.16' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2014-05-281-26/+14
|\
| * xen-blkfront: remove type check from blkfront_setup_discardOlaf Hering2014-05-281-26/+14
* | block: remove struct request buffer memberJens Axboe2014-04-151-2/+2
|/
* Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2014-02-101-4/+7
|\
| * xen-blkfront: handle backend CLOSED without CLOSINGDavid Vrabel2014-02-071-1/+4
| * xen-blkif: drop struct blkif_request_segment_alignedRoger Pau Monne2014-02-071-3/+3
* | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-1/+1
|\ \
| * \ Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-311-1/+6
| |\ \ | | |/
| * | block: Abstract out bvec iteratorKent Overstreet2013-11-231-1/+1
* | | xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-01-031-2/+2
| |/ |/|
* | block: xen-blkfront: Fix possible NULL ptr dereferenceFelipe Pena2013-11-261-0/+5
* | xen-blkfront: Silence pfn maybe-uninitialized warningTim Gardner2013-11-261-1/+1
|/
* xen-blkfront: restore the non-persistent data pathRoger Pau Monne2013-11-081-25/+100
* xen-blkfront: improve aproximation of required grants per requestRoger Pau Monne2013-11-081-4/+7
* xen-blkfront: revoke foreign access for grants not mapped by the backendRoger Pau Monne2013-11-081-4/+29
* block: Consolidate duplicated bio_trim() implementationsKent Overstreet2013-11-081-52/+1
* Merge branch 'stable/for-jens-3.10' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2013-06-281-100/+432
|\
| * xen-blkfront: set blk_queue_max_hw_sectors correctlyRoger Pau Monne2013-06-211-1/+1
| * xen/blkback: Use physical sector size for setupStefan Bader2013-06-071-3/+18
| * xen-blkfront: Introduce a 'max' module parameter to alter the amount of indir...Konrad Rzeszutek Wilk2013-06-041-0/+2
| * xen-blkfront: use a different scatterlist for each requestRoger Pau Monne2013-05-081-25/+18
| * xen-block: implement indirect descriptorsRoger Pau Monne2013-04-181-84/+406
* | 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
OpenPOWER on IntegriCloud