index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
virtio_blk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-02
block: add a new revalidate_disk_size helper
Christoph Hellwig
1
-1
/
+1
2020-09-02
virtio-blk: Use kobj_to_dev() instead of container_of()
Tian Tao
1
-1
/
+1
2020-08-17
block: virtio_blk: fix handling single range discard request
Ming Lei
1
-8
/
+23
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2020-07-01
virtio-blk: free vblk-vqs in error path of virtblk_probe()
Hou Tao
1
-0
/
+1
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
1
-1
/
+2
2020-05-02
virtio-blk: handle block_device_operations callbacks after hot unplug
Stefan Hajnoczi
1
-8
/
+78
2020-04-17
virtio_blk: add a missing include
Michael S. Tsirkin
1
-0
/
+1
2020-03-30
Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+1
2020-03-19
virtio_blk.c: Convert to use set_capacity_revalidate_and_notify
Balbir Singh
1
-4
/
+1
2020-03-08
virtio-blk: improve virtqueue error to BLK_STS
Halil Pasic
1
-2
/
+7
2020-03-08
virtio-blk: fix hw_queue stopped on arbitrary error
Halil Pasic
1
-3
/
+5
2020-02-06
virtio-blk: remove VIRTIO_BLK_F_SCSI support
Christoph Hellwig
1
-114
/
+1
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-04-22
Merge tag 'v5.1-rc6' into for-5.2/block
Jens Axboe
1
-0
/
+2
2019-04-10
virtio-blk: limit number of hw queues by nr_cpu_ids
Dongli Zhang
1
-0
/
+2
2019-04-08
virtio_blk: replace 0 by HCTX_TYPE_DEFAULT to index blk_mq_tag_set->map
Dongli Zhang
1
-1
/
+2
2019-03-06
virtio-blk: Consider virtio_max_dma_size() for maximum segment size
Joerg Roedel
1
-4
/
+6
2019-01-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+81
2018-12-20
virtio_blk: add discard and write zeroes support
Changpeng Liu
1
-2
/
+81
2018-11-29
virtio_blk: implement mq_ops->commit_rqs() hook
Jens Axboe
1
-0
/
+15
2018-11-07
blk-mq: abstract out queue map
Jens Axboe
1
-1
/
+1
2018-09-28
virtio-blk: modernize sysfs attribute creation
Hannes Reinecke
1
-29
/
+39
2018-09-28
block: genhd: add 'groups' argument to device_add_disk
Hannes Reinecke
1
-1
/
+1
2018-05-24
block drivers/block: Use octal not symbolic permissions
Joe Perches
1
-3
/
+3
2018-05-14
block: sanitize blk_get_request calling conventions
Christoph Hellwig
1
-1
/
+1
2018-02-08
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-17
/
+15
2018-02-01
virtio_blk: print capacity at probe time
Stefan Hajnoczi
1
-17
/
+15
2018-01-31
blk-mq: introduce BLK_STS_DEV_RESOURCE
Ming Lei
1
-1
/
+1
2017-10-27
virtio_blk: Fix an SG_IO regression
Bart Van Assche
1
-0
/
+12
2017-09-07
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2017-08-25
virtio_blk: fix incorrect message when disk is resized
Stefan Hajnoczi
1
-6
/
+10
2017-08-18
virtio_blk: Use blk_rq_is_scsi()
Bart Van Assche
1
-1
/
+1
2017-07-25
virtio_blk: Use sysfs_match_string() helper
Andy Shevchenko
1
-5
/
+2
2017-07-06
virtio_blk: quiesce/unquiesce live IO when entering PM states
Sagi Grimberg
1
-2
/
+2
2017-06-27
blk-mq: don't bounce by default
Christoph Hellwig
1
-3
/
+0
2017-06-09
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
1
-5
/
+5
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-5
/
+5
2017-05-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+1
2017-05-02
virtio: wrap find_vqs
Michael S. Tsirkin
1
-2
/
+1
2017-05-02
blk-mq: update ->init_request and ->exit_request prototypes
Christoph Hellwig
1
-4
/
+3
2017-04-20
blk-mq: remove the error argument to blk_mq_complete_request
Christoph Hellwig
1
-1
/
+1
2017-04-20
scsi: introduce a result field in struct scsi_request
Christoph Hellwig
1
-1
/
+1
2017-04-20
virtio_blk: don't use req->errors
Christoph Hellwig
1
-7
/
+3
2017-04-20
virtio: fix spelling of virtblk_scsi_request_done
Christoph Hellwig
1
-3
/
+3
2017-04-20
block: remove the blk_execute_rq return value
Christoph Hellwig
1
-1
/
+2
2017-03-31
blk-mq: constify struct blk_mq_ops
Eric Biggers
1
-1
/
+1
2017-03-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+13
2017-02-27
virtio_blk: use virtio IRQ affinity
Christoph Hellwig
1
-1
/
+12
2017-02-27
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
1
-1
/
+2
[next]