summaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkfront.c
Commit message (Expand)AuthorAgeFilesLines
* xen-blkfront: use a right index when checking requestsMunehisa Kamata2017-08-151-3/+3
* xen/blkfront: always allocate grants first from per-queue persistent grantsDongli Zhang2017-07-251-8/+11
* xen-blkfront: fix mq start/stop raceJunxiao Bi2017-07-251-1/+1
* xen-blkfront: Fix handling of non-supported operationsBart Van Assche2017-07-241-2/+2
* blk-mq: don't bounce by defaultChristoph Hellwig2017-06-271-3/+0Star
* xen-blkfront: remove bio splitting.NeilBrown2017-06-181-51/+3Star
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-1/+1
* blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-4/+4
* block: introduce new block status code typeChristoph Hellwig2017-06-091-6/+10
* blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
* xen-blkfront: don't use req->errorsChristoph Hellwig2017-04-201-11/+25
* blkfront: add uevent for size changeMarc Olson2017-04-181-0/+3
* blk-mq: constify struct blk_mq_opsEric Biggers2017-03-311-1/+1
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-1/+1
|\
| * block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-1/+1
* | xen-blkfront: correct maximum segment accountingJan Beulich2017-01-231-3/+9
* | xen-blkfront: feature flags handling adjustmentsJan Beulich2017-01-231-5/+5
|/
* Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-141-55/+26Star
|\
| * xen: make use of xenbus_read_unsigned() in xen-blkfrontJuergen Gross2016-11-071-55/+26Star
* | blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-021-1/+1
* | blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche2016-11-021-0/+1
|/
* blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-1/+0Star
* xen-blkfront: free resources if xlvbd_alloc_gendisk failsBob Liu2016-08-191-1/+6
* xen-blkfront: introduce blkif_set_queue_limits()Bob Liu2016-08-191-38/+48
* xen-blkfront: fix places not updated after introducing 64KB page granularityBob Liu2016-08-191-2/+2
* Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-24/+19Star
|\
| * xen-blkfront: prefer xenbus_scanf() over xenbus_gather()Jan Beulich2016-07-221-24/+19Star
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-271-8/+10
|\ \
| * | block: convert to device_add_disk()Dan Williams2016-06-271-2/+1Star
| * | block: add a separate operation type for secure eraseChristoph Hellwig2016-06-091-5/+9
* | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-271-31/+35
|\| |
| * | block: do not use REQ_FLUSH for tracking flush supportMike Christie2016-06-071-23/+24
| * | block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-4/+4
| * | drivers: use req op accessorMike Christie2016-06-071-3/+5
| * | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-2/+2
* | | xen-blkfront: save uncompleted reqs in blkfront_resume()Bob Liu2016-06-291-51/+40Star
| |/ |/|
* | xen-blkfront: fix resume issues after a migrationBob Liu2016-06-081-12/+8Star
* | xen-blkfront: don't call talk_to_blkback when already connected to blkbackBob Liu2016-06-081-1/+14
|/
* xen-blkfront: switch to using blk_queue_write_cache()Jens Axboe2016-04-131-1/+2
* Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-191-2/+4
|\
| * xen-blkfront: rename indirect descriptor parameterJan Beulich2016-03-031-2/+4
* | xen/blkfront: realloc ring info in blkif_resumeBob Liu2016-01-301-29/+45
|/
* xen/blkfront: Fix crash if backend doesn't follow the right states.Konrad Rzeszutek Wilk2016-01-041-4/+8
* xen/blkfront: Handle non-indirect grant with 64KB pagesJulien Grall2016-01-041-16/+212
* xen-blkfront: Introduce blkif_ring_get_requestJulien Grall2016-01-041-11/+19
* xen/blocks: Return -EXX instead of -1Konrad Rzeszutek Wilk2016-01-041-2/+2
* xen/blkfront: correct setting for xen_blkif_max_ring_orderPeng Fan2016-01-041-1/+1
* xen/blkfront: make persistent grants pool per-queueBob Liu2016-01-041-67/+43Star
* xen/blkfront: Remove duplicate setting of ->xbdev.Bob Liu2016-01-041-1/+0Star
* xen/blkfront: Cleanup of comments, fix unaligned variables, and syntax errors.Konrad Rzeszutek Wilk2016-01-041-7/+6Star