aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-11xen-blkback: init persistent_purge_work work_structRoger Pau Monne3-2/+3
2014-02-10Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip into for-linusJens Axboe3-22/+58
2014-02-07xen-blkif: drop struct blkif_request_segment_alignedRoger Pau Monne2-2/+2
2014-02-07xen-blkback: fix shutdown raceRoger Pau Monne3-10/+24
2014-02-07xen-blkback: fix memory leaksRoger Pau Monne3-9/+31
2014-02-07xen-blkback: fix memory leak when persistent grants are usedMatt Rushton1-3/+3
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-11-08xen/blkback: fix reference countingVegard Nossum1-1/+2
2013-09-11block: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-07-22Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds3-322/+782
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-06-25xen-blkback: check the number of iovecs before allocating a biosRoger Pau Monne1-1/+2
2013-06-21xen-blkback: workaround compiler bug in gcc 4.1Roger Pau Monne1-10/+14
2013-06-17xen/blkback: Check for insane amounts of request on the ring (v6).Konrad Rzeszutek Wilk3-1/+16
2013-06-07xen/blkback: Check device permissions before allowing OP_DISCARDKonrad Rzeszutek Wilk1-1/+12
2013-06-07xen/blkback: Use physical sector size for setupStefan Bader1-0/+5
2013-05-07xen-blkback: allocate list of pending reqs in small chunksRoger Pau Monne3-78/+106
2013-04-18xen-block: implement indirect descriptorsRoger Pau Monne3-41/+198
2013-04-18xen-blkback: expand map/unmap functionsRoger Pau Monne1-55/+86
2013-04-18xen-blkback: make the queue of free requests per backendRoger Pau Monne3-105/+74
2013-04-18xen-blkback: move pending handles list from blkbk to pending_reqRoger Pau Monne1-12/+4
2013-04-18xen-blkback: implement LRU mechanism for persistent grantsRoger Pau Monne3-57/+250
2013-04-18xen-blkback: use balloon pages for all mappingsRoger Pau Monne3-121/+173
2013-04-18xen-blkback: print stats about persistent grantsRoger Pau Monne1-2/+4
2013-03-19xen-blkback: don't store dev_bus_addrRoger Pau Monne2-16/+6
2013-03-19xen-blkback: fix foreach_grant_safe to handle empty listsRoger Pau Monne1-1/+1
2013-03-18xen-blkback: fix dispatch_rw_block_io() error pathJan Beulich1-6/+1
2013-03-11xen/blkback: Change statistics counter types to unsignedZoltan Kiss3-16/+16
2013-03-11xen/blkback: correctly respond to unknown, non-native requestsDavid Vrabel2-4/+52
2013-03-01xen/xen-blkback: preq.dev is used without initializedChen Gang1-1/+2
2013-02-19xen-blkback: use balloon pages for persistent grantsRoger Pau Monne1-2/+4
2013-02-19xen/blkback: Don't trust the handle from the frontend.Konrad Rzeszutek Wilk1-1/+0
2013-02-19xen-blkback: do not leak mode propertyJan Beulich1-25/+24
2012-12-19Merge branch 'stable/for-jens-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe1-7/+11
2012-12-17Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds3-27/+313
2012-12-07xen-blkback: implement safe iterator for the list of persistent grantsRoger Pau Monne1-7/+11
2012-11-26xen-blkback: move free persistent grants codeRoger Pau Monne1-31/+37
2012-11-04xen/blkback: persistent-grants fixesRoger Pau Monne2-4/+7
2012-10-30xen/blkback: Persistent grant maps for xen blk driversRoger Pau Monne3-27/+305
2012-10-30xen/blkback: Change xen_vbd's flush_support and discard_secure to have type unsigned int, rather than boolOliver Chick1-2/+2
2012-10-30xen/blkback: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-2/+1
2012-10-30xen/blkback: Fix compile warningKonrad Rzeszutek Wilk1-3/+3
2012-10-07Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+1
2012-09-12xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini1-1/+1
2012-08-08xen/arm: compile blkfront and blkbackStefano Stabellini1-0/+1
2012-06-13Merge branch 'stable/for-jens-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe1-0/+2
2012-05-30xen/blkback: Copy id field when doing BLKIF_DISCARD.Konrad Rzeszutek Wilk1-0/+2
2012-04-18xen/blkback: Fix warning error.Konrad Rzeszutek Wilk1-1/+1
2012-03-24xen/blkback: Make optional features be really optional.Konrad Rzeszutek Wilk1-21/+14
2012-03-24xen/blkback: Squash the discard support for 'file' and 'phy' type.Konrad Rzeszutek Wilk3-61/+34