summaryrefslogtreecommitdiff
path: root/drivers/block/xen-blkfront.c
AgeCommit message (Expand)Author
2016-01-04xen/blkfront: make persistent grants pool per-queueBob Liu
2016-01-04xen/blkfront: Remove duplicate setting of ->xbdev.Bob Liu
2016-01-04xen/blkfront: Cleanup of comments, fix unaligned variables, and syntax errors.Konrad Rzeszutek Wilk
2016-01-04xen/blkfront: negotiate number of queues/rings to be used with backendBob Liu
2016-01-04xen/blkfront: split per device io_lockBob Liu
2016-01-04xen/blkfront: pseudo support for multi hardware queues/ringsBob Liu
2016-01-04xen/blkfront: separate per ring information out of device infoBob Liu
2015-11-04Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-10-23xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall
2015-10-23block/xen-blkfront: Make it running on 64KB page granularityJulien Grall
2015-10-23block/xen-blkfront: split get_grant in 2Julien Grall
2015-10-23block/xen-blkfront: Store a page rather a pfn in the grant structureJulien Grall
2015-10-23block/xen-blkfront: Split blkif_queue_request in 2Julien Grall
2015-10-07Merge branch 'stable/for-jens-4.3' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe
2015-10-07xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-20xen-blkfront: convert to blk-mq APIsBob Liu
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-27Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe
2015-07-24xen-blkfront: don't add indirect pages to list when !feature_persistentBob Liu
2015-07-24xen-blkfront: introduce blkfront_gather_backend_features()Bob Liu
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-22drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialisingBob Liu
2015-06-17block/xen-blkfront: Remove invalid commentJulien Grall
2015-06-17block/xen-blkfront: Remove unused macro MAXIMUM_OUTSTANDING_BLOCK_REQSJulien Grall
2015-06-05xen/block: add multi-page ring supportBob Liu
2015-06-05driver: xen-blkfront: move talk_to_blkback to a more suitable placeBob Liu
2015-04-15xenbus_client: Extend interface to support multi-page ringWei Liu
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes
2015-02-10xen-blkfront: fix accounting of reqs when migratingRoger Pau Monne
2014-12-10xen/blkfront: remove redundant flush_opVitaly Kuznetsov
2014-12-10xen/blkfront: improve protection against issuing unsupported REQ_FUAVitaly Kuznetsov
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel
2014-10-01xen, blkfront: factor out flush-related checks from do_blkif_request()Arianna Avanzini
2014-05-28Merge branch 'stable/for-jens-3.16' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe
2014-05-28xen-blkfront: remove type check from blkfront_setup_discardOlaf Hering
2014-04-15block: remove struct request buffer memberJens Axboe
2014-02-10Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe
2014-02-07xen-blkfront: handle backend CLOSED without CLOSINGDavid Vrabel
2014-02-07xen-blkif: drop struct blkif_request_segment_alignedRoger Pau Monne
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe
2013-11-26block: xen-blkfront: Fix possible NULL ptr dereferenceFelipe Pena