aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/xen-blkback
AgeCommit message (Expand)Author
2013-09-11block: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-07-22Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook
2013-06-25xen-blkback: check the number of iovecs before allocating a biosRoger Pau Monne
2013-06-21xen-blkback: workaround compiler bug in gcc 4.1Roger Pau Monne
2013-06-17xen/blkback: Check for insane amounts of request on the ring (v6).Konrad Rzeszutek Wilk
2013-06-07xen/blkback: Check device permissions before allowing OP_DISCARDKonrad Rzeszutek Wilk
2013-06-07xen/blkback: Use physical sector size for setupStefan Bader
2013-05-07xen-blkback: allocate list of pending reqs in small chunksRoger Pau Monne
2013-04-18xen-block: implement indirect descriptorsRoger Pau Monne
2013-04-18xen-blkback: expand map/unmap functionsRoger Pau Monne
2013-04-18xen-blkback: make the queue of free requests per backendRoger Pau Monne
2013-04-18xen-blkback: move pending handles list from blkbk to pending_reqRoger Pau Monne
2013-04-18xen-blkback: implement LRU mechanism for persistent grantsRoger Pau Monne
2013-04-18xen-blkback: use balloon pages for all mappingsRoger Pau Monne
2013-04-18xen-blkback: print stats about persistent grantsRoger Pau Monne
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