aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/virtio_blk.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-25virtio_blk: fix incorrect message when disk is resizedGravatar Stefan Hajnoczi 1-6/+10
2017-08-18virtio_blk: Use blk_rq_is_scsi()Gravatar Bart Van Assche 1-1/+1
2017-07-25virtio_blk: Use sysfs_match_string() helperGravatar Andy Shevchenko 1-5/+2
2017-07-06virtio_blk: quiesce/unquiesce live IO when entering PM statesGravatar Sagi Grimberg 1-2/+2
2017-06-27blk-mq: don't bounce by defaultGravatar Christoph Hellwig 1-3/+0
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tGravatar Christoph Hellwig 1-5/+5
2017-06-09block: introduce new block status code typeGravatar Christoph Hellwig 1-5/+5
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-2/+1
2017-05-02virtio: wrap find_vqsGravatar Michael S. Tsirkin 1-2/+1
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesGravatar Christoph Hellwig 1-4/+3
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestGravatar Christoph Hellwig 1-1/+1
2017-04-20scsi: introduce a result field in struct scsi_requestGravatar Christoph Hellwig 1-1/+1
2017-04-20virtio_blk: don't use req->errorsGravatar Christoph Hellwig 1-7/+3
2017-04-20virtio: fix spelling of virtblk_scsi_request_doneGravatar Christoph Hellwig 1-3/+3
2017-04-20block: remove the blk_execute_rq return valueGravatar Christoph Hellwig 1-1/+2
2017-03-31blk-mq: constify struct blk_mq_opsGravatar Eric Biggers 1-1/+1
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+13
2017-02-27virtio_blk: use virtio IRQ affinityGravatar Christoph Hellwig 1-1/+12
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsGravatar Christoph Hellwig 1-1/+2
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-79/+126
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceGravatar Christoph Hellwig 1-31/+30
2017-01-31virtio_blk: make SCSI passthrough support configurableGravatar Christoph Hellwig 1-49/+94
2017-01-31virtio_blk: remove struct request backpointer from virtblk_reqGravatar Christoph Hellwig 1-10/+10
2017-01-27block: split scsi_request out of struct requestGravatar Christoph Hellwig 1-4/+7
2017-01-14locking/atomic, kref: Add kref_read()Gravatar Peter Zijlstra 1-1/+1
2017-01-10virtio_blk: fix panic in initialization error pathGravatar Omar Sandoval 1-1/+2
2017-01-10virtio_blk: avoid DMA to stack for the sense bufferGravatar Christoph Hellwig 1-1/+3
2016-10-31virtio_blk: Delete an unnecessary initialisation in init_vq()Gravatar Markus Elfring 1-1/+1
2016-10-31virtio_blk: Use kmalloc_array() in init_vq()Gravatar Markus Elfring 1-4/+4
2016-09-15blk-mq: remove ->map_queueGravatar Christoph Hellwig 1-1/+0
2016-08-09virtio_blk: Fix a slient kernel panicGravatar Minfei Huang 1-18/+8
2016-07-20block: ensure bios return from blk_get_request are properly initializedGravatar Christoph Hellwig 1-1/+0
2016-07-20virtio_blk: use blk_rq_map_kernGravatar Christoph Hellwig 1-12/+10
2016-06-27block: convert to device_add_disk()Gravatar Dan Williams 1-2/+1
2016-06-07block, drivers: add REQ_OP_FLUSH operationGravatar Mike Christie 1-1/+1
2016-04-12virtio_blk: switch to using blk_queue_write_cache()Gravatar Jens Axboe 1-5/+1
2016-03-02virtio_blk: VIRTIO_BLK_F_WCE->VIRTIO_BLK_F_FLUSHGravatar Michael S. Tsirkin 1-3/+8
2015-10-01blk-mq: fix racy updates of rq->errorsGravatar Christoph Hellwig 1-1/+1
2015-09-08virtio-blk: Allow extended partitionsGravatar Fam Zheng 1-0/+1
2015-09-08virtio-blk: use VIRTIO_BLK_F_WCE and VIRTIO_BLK_F_CONFIG_WCE in virtio1Gravatar Paolo Bonzini 1-3/+2
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVGravatar Christoph Hellwig 1-3/+3
2015-04-10sd, mmc, virtio_blk, string_helpers: fix block size unitsGravatar James Bottomley 1-4/+5
2015-01-21virtio_blk: coding style fixesGravatar Michael S. Tsirkin 1-4/+2
2015-01-21virtio/blk: verify device has config spaceGravatar Michael S. Tsirkin 1-0/+6
2015-01-02block: fix checking return value of blk_mq_init_queueGravatar Ming Lei 1-1/+1
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+4
2014-12-09virtio: drop VIRTIO_F_VERSION_1 from driversGravatar Michael S. Tsirkin 1-1/+0
2014-12-09virtio_blk: fix race at module removalGravatar Michael S. Tsirkin 1-1/+1