aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback/blkback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-11xen-blkback: init persistent_purge_work work_structRoger Pau Monne1-2/+1
2014-02-10Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip into for-linusJens Axboe1-21/+42
2014-02-07xen-blkif: drop struct blkif_request_segment_alignedRoger Pau Monne1-1/+1
2014-02-07xen-blkback: fix shutdown raceRoger Pau Monne1-10/+22
2014-02-07xen-blkback: fix memory leaksRoger Pau Monne1-9/+18
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-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 Wilk1-1/+12
2013-06-07xen/blkback: Check device permissions before allowing OP_DISCARDKonrad Rzeszutek Wilk1-1/+12
2013-05-07xen-blkback: allocate list of pending reqs in small chunksRoger Pau Monne1-52/+40
2013-04-18xen-block: implement indirect descriptorsRoger Pau Monne1-36/+98
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 Monne1-105/+18
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 Monne1-57/+230
2013-04-18xen-blkback: use balloon pages for all mappingsRoger Pau Monne1-121/+165
2013-04-18xen-blkback: print stats about persistent grantsRoger Pau Monne1-2/+4
2013-03-19xen-blkback: don't store dev_bus_addrRoger Pau Monne1-15/+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 Kiss1-2/+2
2013-03-11xen/blkback: correctly respond to unknown, non-native requestsDavid Vrabel1-4/+27
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
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 Monne1-3/+6
2012-10-30xen/blkback: Persistent grant maps for xen blk driversRoger Pau Monne1-25/+267
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-03-24xen/blkback: Squash the discard support for 'file' and 'phy' type.Konrad Rzeszutek Wilk1-11/+8
2012-03-20xen/blkback: Enable blkback on HVM guestsDaniel De Graaf1-1/+1
2012-03-20xen/blkback: use grant-table.c hypercall wrappersDaniel De Graaf1-25/+4
2011-11-18xen-blkback: convert hole punching to discard request on loop devicesLi Dongyang1-17/+2
2011-11-18xen/blkback: Move processing of BLKIF_OP_DISCARD from dispatch_rw_block_ioKonrad Rzeszutek Wilk1-30/+24
2011-11-18xen/blk[front|back]: Enhance discard support with secure erasing support.Konrad Rzeszutek Wilk1-6/+12
2011-11-18xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard togetherKonrad Rzeszutek Wilk1-6/+7
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-21/+109
2011-10-17xen/blkback: Fix two races in the handling of barrier requests.Konrad Rzeszutek Wilk1-5/+5
2011-10-14xen/blkback: Check for proper operation.Konrad Rzeszutek Wilk1-1/+1
2011-10-13xen/blkback: Fix the inhibition to map pages when discarding sector ranges.Konrad Rzeszutek Wilk1-2/+1
2011-10-13xen/blkback: Report VBD_WSECT (wr_sect) properly.Konrad Rzeszutek Wilk1-1/+1
2011-10-13xen/blkback: Support 'feature-barrier' aka old-style BARRIER requests.Konrad Rzeszutek Wilk1-2/+35
2011-10-13xen-blkback: use kzalloc() in favor of kmalloc()+memset()Jan Beulich1-4/+2
2011-10-13xen-blkback: Implement discard requests ('feature-discard')Li Dongyang1-14/+72