summaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback
Commit message (Expand)AuthorAgeFilesLines
...
| * xen/blkback: free requests on disconnectionRoger Pau Monne2015-09-231-18/+20
* | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-2/+2
|\ \
| * | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-2/+2
| |/
* | Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-07-271-2/+2
|\ \ | |/ |/|
| * xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu2015-07-241-2/+2
* | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-012-6/+6
|\ \
| * | block/xen-blkback: s/nr_pages/nr_segs/Julien Grall2015-06-172-6/+6
* | | Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-06-273-63/+121
|\ \ \ | |/ / |/| / | |/
| * xen/block: add multi-page ring supportBob Liu2015-06-063-20/+84
| * drivers: xen-blkback: delay pending_req allocation to connect_ringBob Liu2015-06-062-45/+39Star
* | xen/grant: introduce func gnttab_unmap_refs_sync()Bob Liu2015-04-271-28/+3Star
* | xen/blkback: safely unmap purge persistent grantsBob Liu2015-04-271-6/+18
|/
* Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-04-173-52/+54
|\
| * xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFXTao Chen2015-04-073-50/+49Star
| * xen-blkback: enlarge the array size of blkback nameTao Chen2015-04-071-2/+5
* | xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-151-2/+3
|/
* Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-122-2/+11
|\
| * xen-blkback: default to X86_32 ABI on x86David Vrabel2015-02-102-2/+11
* | xen-blkback: safely unmap grants in case they are still in useJennifer Herbert2015-01-282-50/+122
* | xen/grant-table: add helpers for allocating pagesDavid Vrabel2015-01-281-4/+4
|/
* Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-182-3/+4
|\
| * xen-blkback: fix leak on grant map error pathRoger Pau Monné2014-10-011-0/+1
| * xen/blkback: unmap all persistent grants when frontend gets disconnectedVitaly Kuznetsov2014-10-011-3/+3
* | xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-061-8/+3Star
|/
* xen-blkback: defer freeing blkif to avoid blocking xenwatchValentin Priescu2014-05-282-14/+36
* xen/blkback: disable discard feature if requested by toolstackOlaf Hering2014-05-281-1/+6
* xen-blkback: init persistent_purge_work work_structRoger Pau Monne2014-02-123-2/+3
* Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2014-02-103-22/+58
|\
| * xen-blkif: drop struct blkif_request_segment_alignedRoger Pau Monne2014-02-072-2/+2
| * xen-blkback: fix shutdown raceRoger Pau Monne2014-02-073-10/+24
| * xen-blkback: fix memory leaksRoger Pau Monne2014-02-073-9/+31
| * xen-blkback: fix memory leak when persistent grants are usedMatt Rushton2014-02-071-3/+3
* | block: Abstract out bvec iteratorKent Overstreet2013-11-241-1/+1
|/
* xen/blkback: fix reference countingVegard Nossum2013-11-081-1/+2
* block: replace strict_strtoul() with kstrtoul()Jingoo Han2013-09-121-1/+1
* Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-07-233-322/+782
|\
| * xen-blkback: check the number of iovecs before allocating a biosRoger Pau Monne2013-06-251-1/+2
| * xen-blkback: workaround compiler bug in gcc 4.1Roger Pau Monne2013-06-211-10/+14
| * xen/blkback: Check for insane amounts of request on the ring (v6).Konrad Rzeszutek Wilk2013-06-173-1/+16
| * xen/blkback: Check device permissions before allowing OP_DISCARDKonrad Rzeszutek Wilk2013-06-071-1/+12
| * xen/blkback: Use physical sector size for setupStefan Bader2013-06-071-0/+5
| * xen-blkback: allocate list of pending reqs in small chunksRoger Pau Monne2013-05-073-78/+106
| * xen-block: implement indirect descriptorsRoger Pau Monne2013-04-183-41/+198
| * xen-blkback: expand map/unmap functionsRoger Pau Monne2013-04-181-55/+86
| * xen-blkback: make the queue of free requests per backendRoger Pau Monne2013-04-183-105/+74Star
| * xen-blkback: move pending handles list from blkbk to pending_reqRoger Pau Monne2013-04-181-12/+4Star
| * xen-blkback: implement LRU mechanism for persistent grantsRoger Pau Monne2013-04-183-57/+250
| * xen-blkback: use balloon pages for all mappingsRoger Pau Monne2013-04-183-121/+173
| * xen-blkback: print stats about persistent grantsRoger Pau Monne2013-04-181-2/+4
* | drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-041-1/+1
|/