aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/xen-blkback
AgeCommit message (Expand)Author
2013-12-04xen/blkback: fix reference countingVegard Nossum
2013-08-04xen/blkback: Check device permissions before allowing OP_DISCARDKonrad Rzeszutek Wilk
2013-03-19xen-blkback: don't store dev_bus_addrRoger Pau Monne
2013-03-19xen-blkback: fix foreach_grant_safe to handle empty listsRoger Pau Monne
2013-03-18xen-blkback: fix dispatch_rw_block_io() error pathJan Beulich
2013-03-11xen/blkback: Change statistics counter types to unsignedZoltan Kiss
2013-03-11xen/blkback: correctly respond to unknown, non-native requestsDavid Vrabel
2013-03-01xen/xen-blkback: preq.dev is used without initializedChen Gang
2013-02-19xen-blkback: use balloon pages for persistent grantsRoger Pau Monne
2013-02-19xen/blkback: Don't trust the handle from the frontend.Konrad Rzeszutek Wilk
2013-02-19xen-blkback: do not leak mode propertyJan Beulich
2012-12-19Merge branch 'stable/for-jens-3.8' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe
2012-12-17Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-12-07xen-blkback: implement safe iterator for the list of persistent grantsRoger Pau Monne
2012-11-26xen-blkback: move free persistent grants codeRoger 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-10-30xen/blkback: Change xen_vbd's flush_support and discard_secure to have type u...Oliver Chick
2012-10-30xen/blkback: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun
2012-10-30xen/blkback: Fix compile warningKonrad Rzeszutek Wilk
2012-10-07Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-09-12xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini
2012-08-08xen/arm: compile blkfront and blkbackStefano Stabellini
2012-06-13Merge branch 'stable/for-jens-3.5' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe
2012-05-30xen/blkback: Copy id field when doing BLKIF_DISCARD.Konrad Rzeszutek Wilk
2012-04-18xen/blkback: Fix warning error.Konrad Rzeszutek Wilk
2012-03-24xen/blkback: Make optional features be really optional.Konrad Rzeszutek Wilk
2012-03-24xen/blkback: Squash the discard support for 'file' and 'phy' type.Konrad Rzeszutek Wilk
2012-03-20xen/blkback: Enable blkback on HVM guestsDaniel De Graaf
2012-03-20xen/blkback: use grant-table.c hypercall wrappersDaniel De Graaf
2012-01-15Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock
2011-11-18xen-blkback: convert hole punching to discard request on loop devicesLi Dongyang
2011-11-18xen/blkback: Move processing of BLKIF_OP_DISCARD from dispatch_rw_block_ioKonrad Rzeszutek Wilk
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-06Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-10-26block: xen-blkback: use API provided by xenbus module to map ringsDavid Vrabel
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-10-25Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Linus Torvalds
2011-10-17xen/blkback: Fix two races in the handling of barrier requests.Konrad Rzeszutek Wilk
2011-10-14xen/blkback: Check for proper operation.Konrad Rzeszutek Wilk
2011-10-13xen/blkback: Fix the inhibition to map pages when discarding sector ranges.Konrad Rzeszutek Wilk
2011-10-13xen/blkback: Report VBD_WSECT (wr_sect) properly.Konrad Rzeszutek Wilk
2011-10-13xen/blkback: Support 'feature-barrier' aka old-style BARRIER requests.Konrad Rzeszutek Wilk
2011-10-13xen-blkback: use kzalloc() in favor of kmalloc()+memset()Jan Beulich
2011-10-13xen-blkback: fixed indentation and commentsJoe Jin