summaryrefslogtreecommitdiffstats
path: root/drivers/block/virtio_blk.c
AgeCommit message (Expand)AuthorLines
2015-01-21virtio_blk: coding style fixesMichael S. Tsirkin-4/+2
2015-01-21virtio/blk: verify device has config spaceMichael S. Tsirkin-0/+6
2015-01-02block: fix checking return value of blk_mq_init_queueMing Lei-1/+1
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+4
2014-12-09virtio: drop VIRTIO_F_VERSION_1 from driversMichael S. Tsirkin-1/+0
2014-12-09virtio_blk: fix race at module removalMichael S. Tsirkin-1/+1
2014-12-09virtio_blk: make serial attribute staticMichael S. Tsirkin-1/+2
2014-12-09virtio_blk: v1.0 supportMichael S. Tsirkin-29/+41
2014-10-29blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe-3/+4
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+5
2014-10-15virtio_blk: enable VQs early on restoreMichael S. Tsirkin-3/+6
2014-10-15virtio_blk: enable VQs earlyMichael S. Tsirkin-0/+2
2014-10-15virtio-blk: drop config_mutexMichael S. Tsirkin-8/+0
2014-10-15virtio_blk: drop config_enableMichael S. Tsirkin-19/+4
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig-1/+1
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig-0/+2
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig-2/+2
2014-07-01block: virtio-blk: support multi virt queues per virtio-blk deviceMing Lei-20/+84
2014-05-30block: virtio_blk: don't hold spin lock during world switchMing Lei-3/+6
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe-2/+0
2014-05-28blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig-2/+0
2014-05-16virtio_blk: fix race between start and stop queueMing Lei-2/+2
2014-04-16blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig-2/+2
2014-04-15blk-mq: split out tag initialization, support shared tagsChristoph Hellwig-17/+31
2014-04-15blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig-12/+11
2014-04-15blk-mq: do not initialize req->specialChristoph Hellwig-3/+3
2014-04-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+17
2014-03-24virtio-blk: base queue-depth on virtqueue ringsize or module paramRusty Russell-1/+9
2014-03-14blk-mq: allow blk_mq_init_commands() to return failureJens Axboe-1/+2
2014-03-13virtio_blk: don't crash, report error if virtqueue is broken.Rusty Russell-2/+8
2014-02-10virtio_blk: use blk_mq_complete_requestChristoph Hellwig-3/+4
2013-11-19virtio-blk: virtqueue_kick() must be ordered with other virtqueue operationsShaohua Li-2/+3
2013-11-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-257/+65
2013-11-14virtio_blk: blk-mq supportJens Axboe-257/+65
2013-10-29virtio_blk: verify if queue is broken after virtqueue_get_buf()Heinz Graalfs-0/+2
2013-10-17virtio: use size-based config accessors.Rusty Russell-44/+33
2013-09-23virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu-2/+2
2013-05-20virtio_blk: Add missing 'static' qualifiersJonghwan Choi-1/+1
2013-03-20virtio_blk: remove nents member.Rusty Russell-11/+11
2013-03-20virtio-blk: use virtqueue_add_sgs on req pathPaolo Bonzini-36/+33
2013-03-20virtio-blk: use virtqueue_add_sgs on bio pathPaolo Bonzini-29/+29
2013-03-20virtio-blk: reorganize virtblk_add_reqPaolo Bonzini-35/+20
2013-03-12virtio-blk: emit udev event when device is resizedMilos Vyletel-0/+2
2013-01-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+6
2013-01-03Drivers: block: remove __dev* attributes.Greg Kroah-Hartman-9/+4
2013-01-02virtio-blk: Don't free ida when disk is in useAlexander Graf-1/+6
2012-09-28virtio-blk: Disable callback in virtblk_done()Asias He-8/+11
2012-09-28virtio-blk: fix NULL checking in virtblk_alloc_req()Dan Carpenter-2/+4
2012-09-28virtio-blk: Add REQ_FLUSH and REQ_FUA support to bio pathAsias He-84/+188
2012-09-28virtio-blk: Add bio-based IO path for virtio-blkAsias He-40/+163