1. e6d53f5 virtio_blk: fix panic in initialization error path by Omar Sandoval · 7 years ago
  2. 199c89f virtio_blk: avoid DMA to stack for the sense buffer by Christoph Hellwig · 7 years ago
  3. 2ff9844 virtio_blk: Delete an unnecessary initialisation in init_vq() by Markus Elfring · 8 years ago
  4. 668866b virtio_blk: Use kmalloc_array() in init_vq() by Markus Elfring · 8 years ago
  5. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  6. 347a529 virtio_blk: Fix a slient kernel panic by Minfei Huang · 8 years ago
  7. 0c4de0f block: ensure bios return from blk_get_request are properly initialized by Christoph Hellwig · 8 years ago
  8. f959669 virtio_blk: use blk_rq_map_kern by Christoph Hellwig · 8 years ago
  9. 0d52c756 block: convert to device_add_disk() by Dan Williams · 8 years ago
  10. 3a5e02c block, drivers: add REQ_OP_FLUSH operation by Mike Christie · 8 years ago
  11. ad9126a virtio_blk: switch to using blk_queue_write_cache() by Jens Axboe · 8 years ago
  12. 592002f virtio_blk: VIRTIO_BLK_F_WCE->VIRTIO_BLK_F_FLUSH by Michael S. Tsirkin · 8 years ago
  13. f4829a9 blk-mq: fix racy updates of rq->errors by Christoph Hellwig · 9 years ago
  14. 5fa3142 virtio-blk: Allow extended partitions by Fam Zheng · 9 years ago
  15. 53eab6f virtio-blk: use VIRTIO_BLK_F_WCE and VIRTIO_BLK_F_CONFIG_WCE in virtio1 by Paolo Bonzini · 9 years ago
  16. 4f8c951 block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV by Christoph Hellwig · 9 years ago
  17. b9f28d8 sd, mmc, virtio_blk, string_helpers: fix block size units by James Bottomley · 9 years ago
  18. bb6ec57 virtio_blk: coding style fixes by Michael S. Tsirkin · 9 years ago
  19. a4379fd virtio/blk: verify device has config space by Michael S. Tsirkin · 9 years ago
  20. 35b489d block: fix checking return value of blk_mq_init_queue by Ming Lei · 9 years ago
  21. caf292a Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  22. 51cdc38 virtio: drop VIRTIO_F_VERSION_1 from drivers by Michael S. Tsirkin · 9 years ago
  23. 38f37b5 virtio_blk: fix race at module removal by Michael S. Tsirkin · 10 years ago
  24. 393c525 virtio_blk: make serial attribute static by Michael S. Tsirkin · 10 years ago
  25. 19c1c5a virtio_blk: v1.0 support by Michael S. Tsirkin · 10 years ago
  26. 74c4505 blk-mq: add a 'list' parameter to ->queue_rq() by Jens Axboe · 10 years ago
  27. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  28. 6d62c37 virtio_blk: enable VQs early on restore by Michael S. Tsirkin · 10 years ago
  29. 7a11370 virtio_blk: enable VQs early by Michael S. Tsirkin · 10 years ago
  30. 1f54b0c virtio-blk: drop config_mutex by Michael S. Tsirkin · 10 years ago
  31. cc74f71 virtio_blk: drop config_enable by Michael S. Tsirkin · 10 years ago
  32. c8a446a blk-mq: rename blk_mq_end_io to blk_mq_end_request by Christoph Hellwig · 10 years ago
  33. e249007 blk-mq: call blk_mq_start_request from ->queue_rq by Christoph Hellwig · 10 years ago
  34. bf57229 blk-mq: remove REQ_END by Christoph Hellwig · 10 years ago
  35. 6a27b65 block: virtio-blk: support multi virt queues per virtio-blk device by Ming Lei · 10 years ago
  36. e8edca6 block: virtio_blk: don't hold spin lock during world switch by Ming Lei · 10 years ago
  37. 0fb662e Merge branch 'for-3.16/core' into for-3.16/drivers by Jens Axboe · 10 years ago
  38. cdef54d blk-mq: remove alloc_hctx and free_hctx methods by Christoph Hellwig · 10 years ago
  39. 0c29e93 virtio_blk: fix race between start and stop queue by Ming Lei · 10 years ago
  40. 1b4a325 blk-mq: add async parameter to blk_mq_start_stopped_hw_queues by Christoph Hellwig · 10 years ago
  41. 24d2f90 blk-mq: split out tag initialization, support shared tags by Christoph Hellwig · 10 years ago
  42. e9b267d blk-mq: add ->init_request and ->exit_request methods by Christoph Hellwig · 10 years ago
  43. 9d74e25 blk-mq: do not initialize req->special by Christoph Hellwig · 10 years ago
  44. 64056a9 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  45. fc4324b virtio-blk: base queue-depth on virtqueue ringsize or module param by Rusty Russell · 10 years ago
  46. 95363ef blk-mq: allow blk_mq_init_commands() to return failure by Jens Axboe · 10 years ago
  47. 5261b85 virtio_blk: don't crash, report error if virtqueue is broken. by Rusty Russell · 10 years ago
  48. 5124c28 virtio_blk: use blk_mq_complete_request by Christoph Hellwig · 10 years ago
  49. f02b9ac virtio-blk: virtqueue_kick() must be ordered with other virtqueue operations by Shaohua Li · 11 years ago
  50. f412f2c Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  51. 1cf7e9c virtio_blk: blk-mq support by Jens Axboe · 11 years ago
  52. 7f03b17 virtio_blk: verify if queue is broken after virtqueue_get_buf() by Heinz Graalfs · 11 years ago
  53. 855e0c5 virtio: use size-based config accessors. by Rusty Russell · 11 years ago
  54. 8910700 virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM by Aaron Lu · 11 years ago
  55. 2a647bf virtio_blk: Add missing 'static' qualifiers by Jonghwan Choi · 11 years ago
  56. 0a11cc3 virtio_blk: remove nents member. by Rusty Russell · 11 years ago
  57. 20af3cf virtio-blk: use virtqueue_add_sgs on req path by Paolo Bonzini · 11 years ago
  58. 8f39db9 virtio-blk: use virtqueue_add_sgs on bio path by Paolo Bonzini · 11 years ago
  59. 5ee21a5 virtio-blk: reorganize virtblk_add_req by Paolo Bonzini · 11 years ago
  60. 9d9598b virtio-blk: emit udev event when device is resized by Milos Vyletel · 11 years ago
  61. 2263647 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  62. 8d85fce Drivers: block: remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  63. f4953fe virtio-blk: Don't free ida when disk is in use by Alexander Graf · 11 years ago
  64. bb81110 virtio-blk: Disable callback in virtblk_done() by Asias He · 12 years ago
  65. f22cf8e virtio-blk: fix NULL checking in virtblk_alloc_req() by Dan Carpenter · 12 years ago
  66. c85a1f91 virtio-blk: Add REQ_FLUSH and REQ_FUA support to bio path by Asias He · 12 years ago
  67. a98755c virtio-blk: Add bio-based IO path for virtio-blk by Asias He · 12 years ago
  68. cd5d503 virtio-blk: allow toggling host cache between writeback and writethrough by Paolo Bonzini · 12 years ago
  69. 2c95a32 virtio-blk: Use block layer provided spinlock by Asias He · 12 years ago
  70. 483001c virtio-blk: Reset device after blk_cleanup_queue() by Asias He · 12 years ago
  71. 02e2b12 virtio-blk: Call del_gendisk() before disable guest kick by Asias He · 12 years ago
  72. f65ca1d virtio_blk: Drop unused request tracking list by Asias He · 12 years ago
  73. b79d866 virtio-blk: Fix hot-unplug race in remove method by Asias He · 12 years ago
  74. cdd5983 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 12 years ago
  75. c0aa3e0 virtio_blk: helper function to format disk names by Ren Mingxin · 12 years ago
  76. e9986f3 virtio-blk: Call revalidate_disk() upon online disk resize by Vivek Goyal · 12 years ago
  77. 577ebb3 block: add and use scsi_blk_cmd_ioctl by Paolo Bonzini · 12 years ago
  78. f8fb5bc virtio: blk: Add freeze, restore handlers to support S4 by Amit Shah · 12 years ago
  79. 6abd6e5 virtio: blk: Move vq initialization to separate function by Amit Shah · 12 years ago
  80. 4678d6f9 virtio_blk: fix config handler race by Michael S. Tsirkin · 12 years ago
  81. f96fde4 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Rusty Russell · 12 years ago
  82. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  83. 5087a50 virtio-blk: use ida to allocate disk index by Michael S. Tsirkin · 13 years ago
  84. 0c8d44f block: Fix files that are modules and hence need module.h by Paul Gortmaker · 13 years ago
  85. 6917f83 drivers, block: virtio_blk: Replace cryptic number with the macro by Liu Yuan · 13 years ago
  86. 7a7c924 virtio_blk: allow re-reading config space at runtime by Christoph Hellwig · 13 years ago
  87. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  88. fe5a50a virtio_blk: remove BKL leftovers by Christoph Hellwig · 14 years ago
  89. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  90. e4c4776 virtio-blk: fix request leak. by Mike Snitzer · 14 years ago
  91. 02c42b7 virtio_blk: drop REQ_HARDBARRIER support by Tejun Heo · 14 years ago
  92. 4913efe block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() by Tejun Heo · 14 years ago
  93. 6958f14 block: kill QUEUE_ORDERED_BY_TAG by Tejun Heo · 14 years ago
  94. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  95. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  96. 00fff26 block: remove q->prepare_flush_fn completely by FUJITA Tomonori · 14 years ago
  97. dd40e45 virtio_blk: stop using q->prepare_flush_fn by FUJITA Tomonori · 14 years ago
  98. 15fa6e8 virtio_blk: add default case to cmd type switch by Jens Axboe · 14 years ago
  99. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  100. 6c99a85 virtio_blk: Remove VBID ioctl by Ryan Harper · 14 years ago