aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/virtio_blk.c
AgeCommit message (Expand)Author
2024-03-01virtio-blk: Ensure no requests in virtqueues before deleting vqs.Yi Sun
2022-06-14virtio_blk: fix the discard_granularity and discard_alignment queue limitsChristoph Hellwig
2022-04-15virtio-blk: Use blk_validate_block_size() to validate block sizeXie Yongji
2022-03-16virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zeroXie Yongji
2021-07-20virtio-blk: Fix memory leak among suspend/resume procedureXie Yongji
2020-09-03block: virtio_blk: fix handling single range discard requestMing Lei
2020-07-09virtio-blk: free vblk-vqs in error path of virtblk_probe()Hou Tao
2020-05-20virtio-blk: handle block_device_operations callbacks after hot unplugStefan Hajnoczi
2020-04-29virtio-blk: improve virtqueue error to BLK_STSHalil Pasic
2020-03-18virtio-blk: fix hw_queue stopped on arbitrary errorHalil Pasic
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe
2019-04-10virtio-blk: limit number of hw queues by nr_cpu_idsDongli Zhang
2019-04-08virtio_blk: replace 0 by HCTX_TYPE_DEFAULT to index blk_mq_tag_set->mapDongli Zhang
2019-03-06virtio-blk: Consider virtio_max_dma_size() for maximum segment sizeJoerg Roedel
2019-01-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-12-19virtio_blk: add discard and write zeroes supportChangpeng Liu
2018-11-29virtio_blk: implement mq_ops->commit_rqs() hookJens Axboe
2018-11-07blk-mq: abstract out queue mapJens Axboe
2018-09-28virtio-blk: modernize sysfs attribute creationHannes Reinecke
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-02-01virtio_blk: print capacity at probe timeStefan Hajnoczi
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei
2017-10-27virtio_blk: Fix an SG_IO regressionBart Van Assche
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-25virtio_blk: fix incorrect message when disk is resizedStefan Hajnoczi
2017-08-18virtio_blk: Use blk_rq_is_scsi()Bart Van Assche
2017-07-25virtio_blk: Use sysfs_match_string() helperAndy Shevchenko
2017-07-06virtio_blk: quiesce/unquiesce live IO when entering PM statesSagi Grimberg
2017-06-27blk-mq: don't bounce by defaultChristoph Hellwig
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig
2017-04-20virtio_blk: don't use req->errorsChristoph Hellwig
2017-04-20virtio: fix spelling of virtblk_scsi_request_doneChristoph Hellwig
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-02-27virtio_blk: use virtio IRQ affinityChristoph Hellwig
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig