aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkfront.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-29xen-blkfront: save uncompleted reqs in blkfront_resume()Bob Liu1-51/+40
2016-06-08xen-blkfront: fix resume issues after a migrationBob Liu1-12/+8
2016-06-08xen-blkfront: don't call talk_to_blkback when already connected to blkbackBob Liu1-1/+14
2016-04-12xen-blkfront: switch to using blk_queue_write_cache()Jens Axboe1-1/+2
2016-03-18Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2016-03-03xen-blkfront: rename indirect descriptor parameterJan Beulich1-2/+4
2016-01-29xen/blkfront: realloc ring info in blkif_resumeBob Liu1-29/+45
2016-01-04xen/blkfront: Fix crash if backend doesn't follow the right states.Konrad Rzeszutek Wilk1-4/+8
2016-01-04xen/blkfront: Handle non-indirect grant with 64KB pagesJulien Grall1-16/+212
2016-01-04xen-blkfront: Introduce blkif_ring_get_requestJulien Grall1-11/+19
2016-01-04xen/blocks: Return -EXX instead of -1Konrad Rzeszutek Wilk1-2/+2
2016-01-04xen/blkfront: correct setting for xen_blkif_max_ring_orderPeng Fan1-1/+1
2016-01-04xen/blkfront: make persistent grants pool per-queueBob Liu1-67/+43
2016-01-04xen/blkfront: Remove duplicate setting of ->xbdev.Bob Liu1-1/+0
2016-01-04xen/blkfront: Cleanup of comments, fix unaligned variables, and syntax errors.Konrad Rzeszutek Wilk1-7/+6
2016-01-04xen/blkfront: negotiate number of queues/rings to be used with backendBob Liu1-41/+119
2016-01-04xen/blkfront: split per device io_lockBob Liu1-26/+47
2016-01-04xen/blkfront: pseudo support for multi hardware queues/ringsBob Liu1-145/+198
2016-01-04xen/blkfront: separate per ring information out of device infoBob Liu1-162/+197
2015-11-04Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-200/+360
2015-10-23xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall1-5/+5
2015-10-23block/xen-blkfront: Make it running on 64KB page granularityJulien Grall1-111/+213
2015-10-23block/xen-blkfront: split get_grant in 2Julien Grall1-29/+59
2015-10-23block/xen-blkfront: Store a page rather a pfn in the grant structureJulien Grall1-20/+19
2015-10-23block/xen-blkfront: Split blkif_queue_request in 2Julien Grall1-124/+153
2015-10-07Merge branch 'stable/for-jens-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe1-1/+2
2015-10-07xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery1-1/+2
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig1-9/+10
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+3
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-86/+60
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-3/+3
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+3
2015-08-20xen-blkfront: convert to blk-mq APIsBob Liu1-86/+60
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-6/+3
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-56/+72
2015-07-24xen-blkfront: don't add indirect pages to list when !feature_persistentBob Liu1-2/+4
2015-07-24xen-blkfront: introduce blkfront_gather_backend_features()Bob Liu1-54/+68
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-6/+0
2015-06-22drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialisingBob Liu1-0/+2
2015-06-17block/xen-blkfront: Remove invalid commentJulien Grall1-6/+0
2015-06-17block/xen-blkfront: Remove unused macro MAXIMUM_OUTSTANDING_BLOCK_REQSJulien Grall1-2/+0
2015-06-05xen/block: add multi-page ring supportBob Liu1-39/+96
2015-06-05driver: xen-blkfront: move talk_to_blkback to a more suitable placeBob Liu1-8/+6
2015-04-15xenbus_client: Extend interface to support multi-page ringWei Liu1-2/+3
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes1-1/+1
2015-02-10xen-blkfront: fix accounting of reqs when migratingRoger Pau Monne1-2/+2
2014-12-10xen/blkfront: remove redundant flush_opVitaly Kuznetsov1-20/+31
2014-12-10xen/blkfront: improve protection against issuing unsupported REQ_FUAVitaly Kuznetsov1-6/+8
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+9