index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
virtio_blk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-03-30
1
-4
/
+1
|
\
|
*
virtio_blk.c: Convert to use set_capacity_revalidate_and_notify
Balbir Singh
2020-03-18
1
-4
/
+1
*
|
virtio-blk: improve virtqueue error to BLK_STS
Halil Pasic
2020-03-08
1
-2
/
+7
*
|
virtio-blk: fix hw_queue stopped on arbitrary error
Halil Pasic
2020-03-08
1
-3
/
+5
|
/
*
virtio-blk: remove VIRTIO_BLK_F_SCSI support
Christoph Hellwig
2020-02-06
1
-114
/
+1
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
Merge tag 'v5.1-rc6' into for-5.2/block
Jens Axboe
2019-04-22
1
-0
/
+2
|
\
|
*
virtio-blk: limit number of hw queues by nr_cpu_ids
Dongli Zhang
2019-04-10
1
-0
/
+2
*
|
virtio_blk: replace 0 by HCTX_TYPE_DEFAULT to index blk_mq_tag_set->map
Dongli Zhang
2019-04-08
1
-1
/
+2
|
/
*
virtio-blk: Consider virtio_max_dma_size() for maximum segment size
Joerg Roedel
2019-03-06
1
-4
/
+6
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2019-01-02
1
-2
/
+81
|
\
|
*
virtio_blk: add discard and write zeroes support
Changpeng Liu
2018-12-19
1
-2
/
+81
*
|
virtio_blk: implement mq_ops->commit_rqs() hook
Jens Axboe
2018-11-29
1
-0
/
+15
*
|
blk-mq: abstract out queue map
Jens Axboe
2018-11-07
1
-1
/
+1
|
/
*
virtio-blk: modernize sysfs attribute creation
Hannes Reinecke
2018-09-28
1
-29
/
+39
*
block: genhd: add 'groups' argument to device_add_disk
Hannes Reinecke
2018-09-28
1
-1
/
+1
*
block drivers/block: Use octal not symbolic permissions
Joe Perches
2018-05-24
1
-3
/
+3
*
block: sanitize blk_get_request calling conventions
Christoph Hellwig
2018-05-14
1
-1
/
+1
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2018-02-08
1
-17
/
+15
|
\
|
*
virtio_blk: print capacity at probe time
Stefan Hajnoczi
2018-02-01
1
-17
/
+15
*
|
blk-mq: introduce BLK_STS_DEV_RESOURCE
Ming Lei
2018-01-30
1
-1
/
+1
|
/
*
virtio_blk: Fix an SG_IO regression
Bart Van Assche
2017-10-27
1
-0
/
+12
*
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-07
1
-1
/
+1
|
\
|
*
virtio_blk: Use blk_rq_is_scsi()
Bart Van Assche
2017-08-18
1
-1
/
+1
*
|
virtio_blk: fix incorrect message when disk is resized
Stefan Hajnoczi
2017-08-25
1
-6
/
+10
|
/
*
virtio_blk: Use sysfs_match_string() helper
Andy Shevchenko
2017-07-25
1
-5
/
+2
*
virtio_blk: quiesce/unquiesce live IO when entering PM states
Sagi Grimberg
2017-07-06
1
-2
/
+2
*
blk-mq: don't bounce by default
Christoph Hellwig
2017-06-27
1
-3
/
+0
*
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
2017-06-09
1
-5
/
+5
*
block: introduce new block status code type
Christoph Hellwig
2017-06-09
1
-5
/
+5
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2017-05-10
1
-2
/
+1
|
\
|
*
virtio: wrap find_vqs
Michael S. Tsirkin
2017-05-02
1
-2
/
+1
*
|
blk-mq: update ->init_request and ->exit_request prototypes
Christoph Hellwig
2017-05-02
1
-4
/
+3
*
|
blk-mq: remove the error argument to blk_mq_complete_request
Christoph Hellwig
2017-04-20
1
-1
/
+1
*
|
scsi: introduce a result field in struct scsi_request
Christoph Hellwig
2017-04-20
1
-1
/
+1
*
|
virtio_blk: don't use req->errors
Christoph Hellwig
2017-04-20
1
-7
/
+3
*
|
virtio: fix spelling of virtblk_scsi_request_done
Christoph Hellwig
2017-04-20
1
-3
/
+3
*
|
block: remove the blk_execute_rq return value
Christoph Hellwig
2017-04-20
1
-1
/
+2
*
|
blk-mq: constify struct blk_mq_ops
Eric Biggers
2017-03-31
1
-1
/
+1
|
/
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2017-03-02
1
-1
/
+13
|
\
|
*
virtio_blk: use virtio IRQ affinity
Christoph Hellwig
2017-02-27
1
-1
/
+12
|
*
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
2017-02-27
1
-1
/
+2
*
|
Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-02-21
1
-79
/
+126
|
\
\
|
*
|
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
2017-01-31
1
-31
/
+30
|
*
|
virtio_blk: make SCSI passthrough support configurable
Christoph Hellwig
2017-01-31
1
-49
/
+94
|
*
|
virtio_blk: remove struct request backpointer from virtblk_req
Christoph Hellwig
2017-01-31
1
-10
/
+10
|
*
|
block: split scsi_request out of struct request
Christoph Hellwig
2017-01-27
1
-4
/
+7
|
|
/
*
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-02-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
locking/atomic, kref: Add kref_read()
Peter Zijlstra
2017-01-14
1
-1
/
+1
*
|
virtio_blk: fix panic in initialization error path
Omar Sandoval
2017-01-10
1
-1
/
+2
[next]