aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback/blkback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-183/+208
2016-01-04xen/blkback: make st_ statistics per ringBob Liu1-18/+16
2016-01-04xen-blkback: clear PF_NOFREEZE for xen_blkif_schedule()Jiri Kosina1-0/+1
2016-01-04xen/blkback: make pool of persistent grants and free pages per-queueBob Liu1-110/+92
2016-01-04xen/blkback: get the number of hardware queues/rings from blkfrontBob Liu1-0/+13
2016-01-04xen/blkback: separate ring information out of struct xen_blkifBob Liu1-102/+133
2015-12-18xen-blkback: read from indirect descriptors only onceRoger Pau Monné1-5/+10
2015-10-23xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall1-4/+4
2015-10-23block/xen-blkback: Make it running on 64KB page granularityJulien Grall1-2/+3
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-2/+2
2015-07-27Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe1-2/+2
2015-07-24xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu1-2/+2
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-5/+5
2015-06-27Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe1-0/+13
2015-06-17block/xen-blkback: s/nr_pages/nr_segs/Julien Grall1-5/+5
2015-06-05xen/block: add multi-page ring supportBob Liu1-0/+13
2015-04-27xen/grant: introduce func gnttab_unmap_refs_sync()Bob Liu1-28/+3
2015-04-27xen/blkback: safely unmap purge persistent grantsBob Liu1-6/+18
2015-04-07xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFXTao Chen1-31/+31
2015-01-28xen-blkback: safely unmap grants in case they are still in useJennifer Herbert1-50/+119
2015-01-28xen/grant-table: add helpers for allocating pagesDavid Vrabel1-4/+4
2014-10-01xen-blkback: fix leak on grant map error pathRoger Pau Monné1-0/+1
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