summaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkfront.c
Commit message (Expand)AuthorAge
* xen-blkfront: free resources if xlvbd_alloc_gendisk failsBob Liu2016-08-19
* xen-blkfront: introduce blkif_set_queue_limits()Bob Liu2016-08-19
* xen-blkfront: fix places not updated after introducing 64KB page granularityBob Liu2016-08-19
* Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-27
|\
| * xen-blkfront: prefer xenbus_scanf() over xenbus_gather()Jan Beulich2016-07-22
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-26
|\ \
| * | block: convert to device_add_disk()Dan Williams2016-06-27
| * | block: add a separate operation type for secure eraseChristoph Hellwig2016-06-09
* | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-26
|\| |
| * | block: do not use REQ_FLUSH for tracking flush supportMike Christie2016-06-07
| * | block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-07
| * | drivers: use req op accessorMike Christie2016-06-07
| * | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-07
* | | xen-blkfront: save uncompleted reqs in blkfront_resume()Bob Liu2016-06-29
| |/ |/|
* | xen-blkfront: fix resume issues after a migrationBob Liu2016-06-08
* | xen-blkfront: don't call talk_to_blkback when already connected to blkbackBob Liu2016-06-08
|/
* xen-blkfront: switch to using blk_queue_write_cache()Jens Axboe2016-04-12
* Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-18
|\
| * xen-blkfront: rename indirect descriptor parameterJan Beulich2016-03-03
* | xen/blkfront: realloc ring info in blkif_resumeBob Liu2016-01-29
|/
* xen/blkfront: Fix crash if backend doesn't follow the right states.Konrad Rzeszutek Wilk2016-01-04
* xen/blkfront: Handle non-indirect grant with 64KB pagesJulien Grall2016-01-04
* xen-blkfront: Introduce blkif_ring_get_requestJulien Grall2016-01-04
* xen/blocks: Return -EXX instead of -1Konrad Rzeszutek Wilk2016-01-04
* xen/blkfront: correct setting for xen_blkif_max_ring_orderPeng Fan2016-01-04
* xen/blkfront: make persistent grants pool per-queueBob Liu2016-01-04
* xen/blkfront: Remove duplicate setting of ->xbdev.Bob Liu2016-01-04
* xen/blkfront: Cleanup of comments, fix unaligned variables, and syntax errors.Konrad Rzeszutek Wilk2016-01-04
* xen/blkfront: negotiate number of queues/rings to be used with backendBob Liu2016-01-04
* xen/blkfront: split per device io_lockBob Liu2016-01-04
* xen/blkfront: pseudo support for multi hardware queues/ringsBob Liu2016-01-04
* xen/blkfront: separate per ring information out of device infoBob Liu2016-01-04
* Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-04
|\
| * xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall2015-10-23
| * block/xen-blkfront: Make it running on 64KB page granularityJulien Grall2015-10-23
| * block/xen-blkfront: split get_grant in 2Julien Grall2015-10-23
| * block/xen-blkfront: Store a page rather a pfn in the grant structureJulien Grall2015-10-23
| * block/xen-blkfront: Split blkif_queue_request in 2Julien Grall2015-10-23
* | Merge branch 'stable/for-jens-4.3' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-10-07
|\ \ | |/ |/|
| * xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery2015-10-07
* | blk-mq: fix racy updates of rq->errorsChristoph Hellwig2015-10-01
* | Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-10
|\ \
| * | xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-08
* | | Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-08
|\| |
| * | xen-blkfront: convert to blk-mq APIsBob Liu2015-08-20
* | | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-02
|\ \ \ | |/ / |/| |
| * | block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
| |/
* | Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-07-27
|\ \ | |/ |/|
| * xen-blkfront: don't add indirect pages to list when !feature_persistentBob Liu2015-07-24
| * xen-blkfront: introduce blkfront_gather_backend_features()Bob Liu2015-07-24