summaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkfront.c
Commit message (Expand)AuthorAgeFilesLines
...
* | xen/blkfront: realloc ring info in blkif_resumeBob Liu2016-01-291-29/+45
|/
* xen/blkfront: Fix crash if backend doesn't follow the right states.Konrad Rzeszutek Wilk2016-01-041-4/+8
* xen/blkfront: Handle non-indirect grant with 64KB pagesJulien Grall2016-01-041-16/+212
* xen-blkfront: Introduce blkif_ring_get_requestJulien Grall2016-01-041-11/+19
* xen/blocks: Return -EXX instead of -1Konrad Rzeszutek Wilk2016-01-041-2/+2
* xen/blkfront: correct setting for xen_blkif_max_ring_orderPeng Fan2016-01-041-1/+1
* xen/blkfront: make persistent grants pool per-queueBob Liu2016-01-041-67/+43
* xen/blkfront: Remove duplicate setting of ->xbdev.Bob Liu2016-01-041-1/+0
* xen/blkfront: Cleanup of comments, fix unaligned variables, and syntax errors.Konrad Rzeszutek Wilk2016-01-041-7/+6
* xen/blkfront: negotiate number of queues/rings to be used with backendBob Liu2016-01-041-41/+119
* xen/blkfront: split per device io_lockBob Liu2016-01-041-26/+47
* xen/blkfront: pseudo support for multi hardware queues/ringsBob Liu2016-01-041-145/+198
* xen/blkfront: separate per ring information out of device infoBob Liu2016-01-041-162/+197
* Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-041-200/+360
|\
| * xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall2015-10-231-5/+5
| * block/xen-blkfront: Make it running on 64KB page granularityJulien Grall2015-10-231-111/+213
| * block/xen-blkfront: split get_grant in 2Julien Grall2015-10-231-29/+59
| * block/xen-blkfront: Store a page rather a pfn in the grant structureJulien Grall2015-10-231-20/+19
| * block/xen-blkfront: Split blkif_queue_request in 2Julien Grall2015-10-231-124/+153
* | Merge branch 'stable/for-jens-4.3' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-10-071-1/+2
|\ \ | |/ |/|
| * xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery2015-10-071-1/+2
* | blk-mq: fix racy updates of rq->errorsChristoph Hellwig2015-10-011-9/+10
* | Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-101-3/+3
|\ \
| * | xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-081-3/+3
* | | Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-081-86/+60
|\ \ \ | |/ /
| * | xen-blkfront: convert to blk-mq APIsBob Liu2015-08-201-86/+60
* | | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-6/+3
|\ \ \ | |/ / |/| |
| * | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-6/+3
| |/
* | Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-07-271-56/+72
|\ \ | |/ |/|
| * xen-blkfront: don't add indirect pages to list when !feature_persistentBob Liu2015-07-241-2/+4
| * xen-blkfront: introduce blkfront_gather_backend_features()Bob Liu2015-07-241-54/+68
* | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-011-6/+0
|\ \ | |/ |/|
| * block/xen-blkfront: Remove invalid commentJulien Grall2015-06-171-6/+0
| * block/xen-blkfront: Remove unused macro MAXIMUM_OUTSTANDING_BLOCK_REQSJulien Grall2015-06-171-2/+0
* | drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialisingBob Liu2015-06-221-0/+2
* | xen/block: add multi-page ring supportBob Liu2015-06-051-39/+96
* | driver: xen-blkfront: move talk_to_blkback to a more suitable placeBob Liu2015-06-051-8/+6
|/
* xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-151-2/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-121-1/+1
|\
| * kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes2015-02-121-1/+1
* | xen-blkfront: fix accounting of reqs when migratingRoger Pau Monne2015-02-101-2/+2
|/
* xen/blkfront: remove redundant flush_opVitaly Kuznetsov2014-12-101-20/+31
* xen/blkfront: improve protection against issuing unsupported REQ_FUAVitaly Kuznetsov2014-12-101-6/+8
* Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-3/+9
|\
| * xen, blkfront: factor out flush-related checks from do_blkif_request()Arianna Avanzini2014-10-011-3/+9
* | xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-061-2/+3
|/
* Merge branch 'stable/for-jens-3.16' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2014-05-281-26/+14
|\
| * xen-blkfront: remove type check from blkfront_setup_discardOlaf Hering2014-05-281-26/+14
* | block: remove struct request buffer memberJens Axboe2014-04-151-2/+2
|/
* Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2014-02-101-4/+7
|\
OpenPOWER on IntegriCloud