aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkfront.c
AgeCommit message (Expand)Author
2016-08-19xen-blkfront: free resources if xlvbd_alloc_gendisk failsBob Liu
2016-08-19xen-blkfront: introduce blkif_set_queue_limits()Bob Liu
2016-08-19xen-blkfront: fix places not updated after introducing 64KB page granularityBob Liu
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-22xen-blkfront: prefer xenbus_scanf() over xenbus_gather()Jan Beulich
2016-06-29xen-blkfront: save uncompleted reqs in blkfront_resume()Bob Liu
2016-06-27block: convert to device_add_disk()Dan Williams
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig
2016-06-08xen-blkfront: fix resume issues after a migrationBob Liu
2016-06-08xen-blkfront: don't call talk_to_blkback when already connected to blkbackBob Liu
2016-06-07block: do not use REQ_FLUSH for tracking flush supportMike Christie
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-06-07drivers: use req op accessorMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-04-12xen-blkfront: switch to using blk_queue_write_cache()Jens Axboe
2016-03-18Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-03-03xen-blkfront: rename indirect descriptor parameterJan Beulich
2016-01-29xen/blkfront: realloc ring info in blkif_resumeBob Liu
2016-01-04xen/blkfront: Fix crash if backend doesn't follow the right states.Konrad Rzeszutek Wilk
2016-01-04xen/blkfront: Handle non-indirect grant with 64KB pagesJulien Grall
2016-01-04xen-blkfront: Introduce blkif_ring_get_requestJulien Grall
2016-01-04xen/blocks: Return -EXX instead of -1Konrad Rzeszutek Wilk
2016-01-04xen/blkfront: correct setting for xen_blkif_max_ring_orderPeng Fan
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