summaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback
Commit message (Expand)AuthorAgeFilesLines
* drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-031-1/+1
* xen-blkback: don't store dev_bus_addrRoger Pau Monne2013-03-192-16/+6
* xen-blkback: fix foreach_grant_safe to handle empty listsRoger Pau Monne2013-03-191-1/+1
* xen-blkback: fix dispatch_rw_block_io() error pathJan Beulich2013-03-181-6/+1
* xen/blkback: Change statistics counter types to unsignedZoltan Kiss2013-03-113-16/+16
* xen/blkback: correctly respond to unknown, non-native requestsDavid Vrabel2013-03-112-4/+52
* xen/xen-blkback: preq.dev is used without initializedChen Gang2013-03-011-1/+2
* xen-blkback: use balloon pages for persistent grantsRoger Pau Monne2013-02-191-2/+4
* xen/blkback: Don't trust the handle from the frontend.Konrad Rzeszutek Wilk2013-02-191-1/+0
* xen-blkback: do not leak mode propertyJan Beulich2013-02-191-25/+24
* Merge branch 'stable/for-jens-3.8' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2012-12-191-7/+11
|\
| * xen-blkback: implement safe iterator for the list of persistent grantsRoger Pau Monne2012-12-071-7/+11
* | Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-12-173-27/+313
|\|
| * xen-blkback: move free persistent grants codeRoger Pau Monne2012-11-261-31/+37
| * xen/blkback: persistent-grants fixesRoger Pau Monne2012-11-042-4/+7
| * xen/blkback: Persistent grant maps for xen blk driversRoger Pau Monne2012-10-303-27/+305
* | xen/blkback: Change xen_vbd's flush_support and discard_secure to have type u...Oliver Chick2012-10-301-2/+2
* | xen/blkback: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2012-10-301-2/+1
* | xen/blkback: Fix compile warningKonrad Rzeszutek Wilk2012-10-301-3/+3
|/
* Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-071-0/+1
|\
| * xen/arm: compile blkfront and blkbackStefano Stabellini2012-08-081-0/+1
* | xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini2012-09-121-1/+1
|/
* Merge branch 'stable/for-jens-3.5' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2012-06-131-0/+2
|\
| * xen/blkback: Copy id field when doing BLKIF_DISCARD.Konrad Rzeszutek Wilk2012-05-301-0/+2
* | xen/blkback: Fix warning error.Konrad Rzeszutek Wilk2012-04-181-1/+1
|/
* xen/blkback: Make optional features be really optional.Konrad Rzeszutek Wilk2012-03-241-21/+14
* xen/blkback: Squash the discard support for 'file' and 'phy' type.Konrad Rzeszutek Wilk2012-03-243-61/+34
* xen/blkback: Enable blkback on HVM guestsDaniel De Graaf2012-03-201-1/+1
* xen/blkback: use grant-table.c hypercall wrappersDaniel De Graaf2012-03-201-25/+4
* Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-01-153-77/+86
|\
| * xen-blkback: convert hole punching to discard request on loop devicesLi Dongyang2011-11-181-17/+2
| * xen/blkback: Move processing of BLKIF_OP_DISCARD from dispatch_rw_block_ioKonrad Rzeszutek Wilk2011-11-181-30/+24
| * xen/blk[front|back]: Enhance discard support with secure erasing support.Konrad Rzeszutek Wilk2011-11-183-8/+29
| * xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard togetherKonrad Rzeszutek Wilk2011-11-182-34/+43
* | Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-101-6/+3
|\ \
| * | Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich2012-01-041-6/+3
| |/
* / treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
|/
* Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-11-062-51/+8
|\
| * block: xen-blkback: use API provided by xenbus module to map ringsDavid Vrabel2011-10-262-51/+8
* | Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-043-38/+266
|\ \
| * | xen/blkback: Fix two races in the handling of barrier requests.Konrad Rzeszutek Wilk2011-10-171-5/+5
| * | xen/blkback: Check for proper operation.Konrad Rzeszutek Wilk2011-10-141-1/+1
| * | xen/blkback: Fix the inhibition to map pages when discarding sector ranges.Konrad Rzeszutek Wilk2011-10-131-2/+1
| * | xen/blkback: Report VBD_WSECT (wr_sect) properly.Konrad Rzeszutek Wilk2011-10-131-1/+1
| * | xen/blkback: Support 'feature-barrier' aka old-style BARRIER requests.Konrad Rzeszutek Wilk2011-10-133-2/+58
| * | xen-blkback: use kzalloc() in favor of kmalloc()+memset()Jan Beulich2011-10-131-4/+2
| * | xen-blkback: fixed indentation and commentsJoe Jin2011-10-132-3/+3
| * | xen-blkback: Implement discard requests ('feature-discard')Li Dongyang2011-10-133-31/+206
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-251-1/+0
|\ \ \
| * | | Remove unneeded version.h includes from drivers/block/Jesper Juhl2011-09-151-1/+0
| |/ /