summaryrefslogtreecommitdiffstats
path: root/drivers/block/virtio_blk.c
Commit message (Expand)AuthorAgeFilesLines
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-3/+3
* block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-02-081-17/+15
|\
| * virtio_blk: print capacity at probe timeStefan Hajnoczi2018-02-011-17/+15
* | blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-301-1/+1
|/
* virtio_blk: Fix an SG_IO regressionBart Van Assche2017-10-271-0/+12
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-1/+1
|\
| * virtio_blk: Use blk_rq_is_scsi()Bart Van Assche2017-08-181-1/+1
* | virtio_blk: fix incorrect message when disk is resizedStefan Hajnoczi2017-08-251-6/+10
|/
* virtio_blk: Use sysfs_match_string() helperAndy Shevchenko2017-07-251-5/+2
* virtio_blk: quiesce/unquiesce live IO when entering PM statesSagi Grimberg2017-07-061-2/+2
* blk-mq: don't bounce by defaultChristoph Hellwig2017-06-271-3/+0
* blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-5/+5
* block: introduce new block status code typeChristoph Hellwig2017-06-091-5/+5
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-05-101-2/+1
|\
| * virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-2/+1
* | blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-4/+3
* | blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
* | scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-201-1/+1
* | virtio_blk: don't use req->errorsChristoph Hellwig2017-04-201-7/+3
* | virtio: fix spelling of virtblk_scsi_request_doneChristoph Hellwig2017-04-201-3/+3
* | block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-201-1/+2
* | blk-mq: constify struct blk_mq_opsEric Biggers2017-03-311-1/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-021-1/+13
|\
| * virtio_blk: use virtio IRQ affinityChristoph Hellwig2017-02-271-1/+12
| * virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+2
* | Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds2017-02-211-79/+126
|\ \
| * | block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-31/+30
| * | virtio_blk: make SCSI passthrough support configurableChristoph Hellwig2017-01-311-49/+94
| * | virtio_blk: remove struct request backpointer from virtblk_reqChristoph Hellwig2017-01-311-10/+10
| * | block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-4/+7
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-1/+1
|\ \ | |/ |/|
| * locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
* | virtio_blk: fix panic in initialization error pathOmar Sandoval2017-01-101-1/+2
* | virtio_blk: avoid DMA to stack for the sense bufferChristoph Hellwig2017-01-101-1/+3
|/
* virtio_blk: Delete an unnecessary initialisation in init_vq()Markus Elfring2016-10-311-1/+1
* virtio_blk: Use kmalloc_array() in init_vq()Markus Elfring2016-10-311-4/+4
* blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-1/+0
* virtio_blk: Fix a slient kernel panicMinfei Huang2016-08-091-18/+8
* block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig2016-07-201-1/+0
* virtio_blk: use blk_rq_map_kernChristoph Hellwig2016-07-201-12/+10
* block: convert to device_add_disk()Dan Williams2016-06-271-2/+1
* block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-1/+1
* virtio_blk: switch to using blk_queue_write_cache()Jens Axboe2016-04-121-5/+1
* virtio_blk: VIRTIO_BLK_F_WCE->VIRTIO_BLK_F_FLUSHMichael S. Tsirkin2016-03-021-3/+8
* blk-mq: fix racy updates of rq->errorsChristoph Hellwig2015-10-011-1/+1
* virtio-blk: Allow extended partitionsFam Zheng2015-09-081-0/+1
* virtio-blk: use VIRTIO_BLK_F_WCE and VIRTIO_BLK_F_CONFIG_WCE in virtio1Paolo Bonzini2015-09-081-3/+2
* block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig2015-05-051-3/+3
* sd, mmc, virtio_blk, string_helpers: fix block size unitsJames Bottomley2015-04-101-4/+5
OpenPOWER on IntegriCloud