aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkfront.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-24/+19
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+10
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-31/+35
2016-07-22xen-blkfront: prefer xenbus_scanf() over xenbus_gather()Jan Beulich1-24/+19
2016-06-29xen-blkfront: save uncompleted reqs in blkfront_resume()Bob Liu1-51/+40
2016-06-27block: convert to device_add_disk()Dan Williams1-2/+1
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig1-5/+9
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-06-07block: do not use REQ_FLUSH for tracking flush supportMike Christie1-23/+24
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-4/+4
2016-06-07drivers: use req op accessorMike Christie1-3/+5
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-2/+2
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