aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/xen-blkfront.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2017-08-18xen-blkfront: Avoid that gcc 7 warns about fall-through when building with W=1Gravatar Bart Van Assche 1-1/+1
2017-08-15xen-blkfront: use a right index when checking requestsGravatar Munehisa Kamata 1-3/+3
2017-07-25xen/blkfront: always allocate grants first from per-queue persistent grantsGravatar Dongli Zhang 1-8/+11
2017-07-25xen-blkfront: fix mq start/stop raceGravatar Junxiao Bi 1-1/+1
2017-07-24xen-blkfront: Fix handling of non-supported operationsGravatar Bart Van Assche 1-2/+2
2017-06-27blk-mq: don't bounce by defaultGravatar Christoph Hellwig 1-3/+0
2017-06-18xen-blkfront: remove bio splitting.Gravatar NeilBrown 1-51/+3
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-1/+1
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tGravatar Christoph Hellwig 1-4/+4
2017-06-09block: introduce new block status code typeGravatar Christoph Hellwig 1-6/+10
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestGravatar Christoph Hellwig 1-1/+1
2017-04-20xen-blkfront: don't use req->errorsGravatar Christoph Hellwig 1-11/+25
2017-04-18blkfront: add uevent for size changeGravatar Marc Olson 1-0/+3
2017-03-31blk-mq: constify struct blk_mq_opsGravatar Eric Biggers 1-1/+1
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeGravatar Jens Axboe 1-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceGravatar Christoph Hellwig 1-1/+1
2017-01-23xen-blkfront: correct maximum segment accountingGravatar Jan Beulich 1-3/+9
2017-01-23xen-blkfront: feature flags handling adjustmentsGravatar Jan Beulich 1-5/+5
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-55/+26
2016-11-07xen: make use of xenbus_read_unsigned() in xen-blkfrontGravatar Juergen Gross 1-55/+26
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Gravatar Bart Van Assche 1-1/+1
2016-11-02blk-mq: Avoid that requeueing starts stopped queuesGravatar Bart Van Assche 1-0/+1
2016-09-15blk-mq: remove ->map_queueGravatar Christoph Hellwig 1-1/+0
2016-08-19xen-blkfront: free resources if xlvbd_alloc_gendisk failsGravatar Bob Liu 1-1/+6
2016-08-19xen-blkfront: introduce blkif_set_queue_limits()Gravatar Bob Liu 1-38/+48
2016-08-19xen-blkfront: fix places not updated after introducing 64KB page granularityGravatar Bob Liu 1-2/+2
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-24/+19
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-8/+10
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-31/+35
2016-07-22xen-blkfront: prefer xenbus_scanf() over xenbus_gather()Gravatar Jan Beulich 1-24/+19
2016-06-29xen-blkfront: save uncompleted reqs in blkfront_resume()Gravatar Bob Liu 1-51/+40
2016-06-27block: convert to device_add_disk()Gravatar Dan Williams 1-2/+1
2016-06-09block: add a separate operation type for secure eraseGravatar Christoph Hellwig 1-5/+9
2016-06-08xen-blkfront: fix resume issues after a migrationGravatar Bob Liu 1-12/+8
2016-06-08xen-blkfront: don't call talk_to_blkback when already connected to blkbackGravatar Bob Liu 1-1/+14
2016-06-07block: do not use REQ_FLUSH for tracking flush supportGravatar Mike Christie 1-23/+24
2016-06-07block, drivers: add REQ_OP_FLUSH operationGravatar Mike Christie 1-4/+4
2016-06-07drivers: use req op accessorGravatar Mike Christie 1-3/+5
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 1-2/+2
2016-04-12xen-blkfront: switch to using blk_queue_write_cache()Gravatar Jens Axboe 1-1/+2
2016-03-18Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+4
2016-03-03xen-blkfront: rename indirect descriptor parameterGravatar Jan Beulich 1-2/+4
2016-01-29xen/blkfront: realloc ring info in blkif_resumeGravatar Bob Liu 1-29/+45
2016-01-04xen/blkfront: Fix crash if backend doesn't follow the right states.Gravatar Konrad Rzeszutek Wilk 1-4/+8
2016-01-04xen/blkfront: Handle non-indirect grant with 64KB pagesGravatar Julien Grall 1-16/+212
2016-01-04xen-blkfront: Introduce blkif_ring_get_requestGravatar Julien Grall 1-11/+19
2016-01-04xen/blocks: Return -EXX instead of -1Gravatar Konrad Rzeszutek Wilk 1-2/+2
2016-01-04xen/blkfront: correct setting for xen_blkif_max_ring_orderGravatar Peng Fan 1-1/+1
2016-01-04xen/blkfront: make persistent grants pool per-queueGravatar Bob Liu 1-67/+43