aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/virtio_blk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-28virtio-blk: modernize sysfs attribute creationHannes Reinecke1-29/+39
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-1/+1
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-17/+15
2018-02-01virtio_blk: print capacity at probe timeStefan Hajnoczi1-17/+15
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei1-1/+1
2017-10-27virtio_blk: Fix an SG_IO regressionBart Van Assche1-0/+12
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-08-25virtio_blk: fix incorrect message when disk is resizedStefan Hajnoczi1-6/+10
2017-08-18virtio_blk: Use blk_rq_is_scsi()Bart Van Assche1-1/+1
2017-07-25virtio_blk: Use sysfs_match_string() helperAndy Shevchenko1-5/+2
2017-07-06virtio_blk: quiesce/unquiesce live IO when entering PM statesSagi Grimberg1-2/+2
2017-06-27blk-mq: don't bounce by defaultChristoph Hellwig1-3/+0
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-5/+5
2017-06-09block: introduce new block status code typeChristoph Hellwig1-5/+5
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+1
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-2/+1
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-4/+3
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-1/+1
2017-04-20virtio_blk: don't use req->errorsChristoph Hellwig1-7/+3
2017-04-20virtio: fix spelling of virtblk_scsi_request_doneChristoph Hellwig1-3/+3
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig1-1/+2
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers1-1/+1
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+13
2017-02-27virtio_blk: use virtio IRQ affinityChristoph Hellwig1-1/+12
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+2
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds1-79/+126
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-31/+30
2017-01-31virtio_blk: make SCSI passthrough support configurableChristoph Hellwig1-49/+94
2017-01-31virtio_blk: remove struct request backpointer from virtblk_reqChristoph Hellwig1-10/+10
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-4/+7
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2017-01-10virtio_blk: fix panic in initialization error pathOmar Sandoval1-1/+2
2017-01-10virtio_blk: avoid DMA to stack for the sense bufferChristoph Hellwig1-1/+3
2016-10-31virtio_blk: Delete an unnecessary initialisation in init_vq()Markus Elfring1-1/+1
2016-10-31virtio_blk: Use kmalloc_array() in init_vq()Markus Elfring1-4/+4
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-1/+0
2016-08-09virtio_blk: Fix a slient kernel panicMinfei Huang1-18/+8
2016-07-20block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig1-1/+0
2016-07-20virtio_blk: use blk_rq_map_kernChristoph Hellwig1-12/+10
2016-06-27block: convert to device_add_disk()Dan Williams1-2/+1
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-1/+1
2016-04-12virtio_blk: switch to using blk_queue_write_cache()Jens Axboe1-5/+1
2016-03-02virtio_blk: VIRTIO_BLK_F_WCE->VIRTIO_BLK_F_FLUSHMichael S. Tsirkin1-3/+8
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig1-1/+1
2015-09-08virtio-blk: Allow extended partitionsFam Zheng1-0/+1
2015-09-08virtio-blk: use VIRTIO_BLK_F_WCE and VIRTIO_BLK_F_CONFIG_WCE in virtio1Paolo Bonzini1-3/+2