1. cabe92a scsi: storvsc: Increase cmd_per_lun for higher speed devices by Michael Kelley (EOSG) · 7 years ago
  2. ca8dc69 scsi: storvsc: missing error code in storvsc_probe() by Dan Carpenter · 7 years ago
  3. c58cc70 scsi: storvsc: Avoid excessive host scan on controller change by Long Li · 7 years ago
  4. 436ad94 scsi: storvsc: Allow only one remove lun work item to be issued per lun by Cathy Avery · 7 years ago
  5. 0208eea scsi: storvsc: fix memory leak on ring buffer busy by Long Li · 7 years ago
  6. 3930d73 scsi: storvsc: use default I/O timeout handler for FC devices by Long Li · 8 years ago
  7. 2371cd9 scsi: storvsc: remove unnecessary channel inbound lock by Stephen Hemminger · 8 years ago
  8. ddccd95 scsi: storvsc: use in place iterator function by Stephen Hemminger · 8 years ago
  9. 8d5e72d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  10. daf0cd4 scsi: storvsc: Add support for FC rport. by Cathy Avery · 8 years ago
  11. 8d4208c scsi: storvsc: remove return at end of void function by Miguel Bernal Marin · 8 years ago
  12. e040852 scsi: storvsc: Prefer kcalloc over kzalloc with multiply by Miguel Bernal Marin · 8 years ago
  13. a11be42 Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixes by James Bottomley · 8 years ago
  14. f1c635b scsi: storvsc: Workaround for virtual DVD SCSI version by Stephen Hemminger · 8 years ago
  15. 183b802 scripts/spelling.txt: add "intialization" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  16. b6a05c8 scsi: remove eh_timed_out methods in the transport template by Christoph Hellwig · 8 years ago
  17. 526db94 scsi: storvsc: remove bogus code to transfer struct scatterlist by Christoph Hellwig · 8 years ago
  18. 40630f4 scsi: storvsc: properly set residual data length on errors by Long Li · 8 years ago
  19. bba5dc3 scsi: storvsc: properly handle SRB_ERROR when sense message is present by Long Li · 8 years ago
  20. 3cd6d3d scsi: storvsc: use tagged SRB requests if supported by the device by Long Li · 8 years ago
  21. d86adf4 scsi: storvsc: Enable multi-queue support by K. Y. Srinivasan · 8 years ago
  22. 9779652 scsi: storvsc: Remove the restriction on max segment size by K. Y. Srinivasan · 8 years ago
  23. f64dad2 scsi: storvsc: Enable tracking of queue depth by K. Y. Srinivasan · 8 years ago
  24. b0120d9 scsi: storvsc: Payload buffer incorrectly sized for 32 bit kernels. by Cathy Avery · 8 years ago
  25. 84b342c scsi: storvsc: Filter out storvsc messages CD-ROM medium not present by Cathy Avery · 9 years ago
  26. ff06c5f scsi: storvsc: fix SRB_STATUS_ABORTED handling by Vitaly Kuznetsov · 9 years ago
  27. 12ffbbe Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixes by James Bottomley · 9 years ago
  28. 9844122 storvsc: Use the specified target ID in device lookup by K. Y. Srinivasan · 9 years ago
  29. d791a8c storvsc: Install the storvsc specific timeout handler for FC devices by K. Y. Srinivasan · 9 years ago
  30. 74e2678 storvsc: Fix typo in MODULE_PARM_DESC by Dan Carpenter · 9 years ago
  31. 03996f2 storvsc: Tighten up the interrupt path by K. Y. Srinivasan · 9 years ago
  32. 5963501 storvsc: Refactor the code in storvsc_channel_init() by K. Y. Srinivasan · 9 years ago
  33. dac5824 storvsc: Properly support Fibre Channel devices by K. Y. Srinivasan · 9 years ago
  34. 83d1e8b storvsc: Fix a bug in the layout of the hv_fc_wwn_packet by K. Y. Srinivasan · 9 years ago
  35. f8aea70 storvsc: add logging for error/warning messages by Long Li · 9 years ago
  36. 3209f9d scsi: storvsc: Fix a bug in the handling of SRB status flags by K. Y. Srinivasan · 9 years ago
  37. 81988a0 storvsc: get rid of bounce buffer by Vitaly Kuznetsov · 9 years ago
  38. 8cf308e storvsc: Don't set the SRB_FLAGS_QUEUE_ACTION_ENABLE flag by K. Y. Srinivasan · 9 years ago
  39. 111f2d1 storvsc: Set the error code correctly in failure conditions by K. Y. Srinivasan · 9 years ago
  40. b95f5be storvsc: Allow write_same when host is windows 10 by Keith Mange · 9 years ago
  41. e6c4bc6 storvsc: use storage protocol version to determine storage capabilities by Keith Mange · 9 years ago
  42. cb11fead storvsc: use correct defaults for values determined by protocol negotiation by Keith Mange · 9 years ago
  43. 1a36310 storvsc: Untangle the storage protocol negotiation from the vmbus protocol negotiation. by Keith Mange · 9 years ago
  44. 2492fd7 storvsc: Use a single value to track protocol versions by Keith Mange · 9 years ago
  45. 6ee5c61 storvsc: Rather than look for sets of specific protocol versions, make decisions based on ranges. by Keith Mange · 9 years ago
  46. 8d6a9f5 storvsc: use shost_for_each_device() instead of open coding by Vitaly Kuznetsov · 10 years ago
  47. cb1cf08 storvsc: be more picky about scmnd->sc_data_direction by Vitaly Kuznetsov · 10 years ago
  48. dc45708 storvsc: Set the SRB flags correctly when no data transfer is needed by K. Y. Srinivasan · 10 years ago
  49. be0cf6c scsi: storvsc: Set the tablesize based on the information given by the host by K. Y. Srinivasan · 10 years ago
  50. aaced99 scsi: storvsc: Don't assume that the scatterlist is not chained by K. Y. Srinivasan · 10 years ago
  51. 8de5807 scsi: storvsc: Fix a bug in copy_from_bounce_buffer() by K. Y. Srinivasan · 10 years ago
  52. 5117b93 scsi: storvsc: Retrieve information about the capability of the target by K. Y. Srinivasan · 10 years ago
  53. 0147dab scsi: storvsc: Always send on the selected outgoing channel by K. Y. Srinivasan · 10 years ago
  54. f458aad scsi: storvsc: Size the queue depth based on the ringbuffer size by K. Y. Srinivasan · 10 years ago
  55. b9ec3a5 scsi: storvsc: Increase the ring buffer size by K. Y. Srinivasan · 10 years ago
  56. b0a93d9 storvsc: force SPC-3 compliance on win8 and win8 r2 hosts by K. Y. Srinivasan · 10 years ago
  57. 0fb8db2 storvsc: fix a bug in storvsc limits by K. Y. Srinivasan · 10 years ago
  58. 34a716b storvsc: force discovery of LUNs that may have been removed. by K. Y. Srinivasan · 10 years ago
  59. 2a09ed3 storvsc: in responce to a scan event, scan the host by K. Y. Srinivasan · 10 years ago
  60. ead3700 storvsc: use cmd_size to allocate per-command data by Christoph Hellwig · 10 years ago
  61. e86fb5e storvsc: ring buffer failures may result in I/O freeze by Long Li · 10 years ago
  62. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  63. c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
  64. d811b84 scsi: use sdev as argument for sense code printing by Hannes Reinecke · 10 years ago
  65. 6c1e7b7 storvsc: get rid of overly verbose warning messages by K. Y. Srinivasan · 10 years ago
  66. f3cfabc Drivers: add blist flags by K. Y. Srinivasan · 10 years ago
  67. 3533f860 drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure by K. Y. Srinivasan · 10 years ago
  68. f885fb7 drivers: scsi: storvsc: Set srb_flags in all cases by K. Y. Srinivasan · 10 years ago
  69. 56b26e6 Drivers: scsi: storvsc: Implement a eh_timed_out handler by K. Y. Srinivasan · 10 years ago
  70. adb6f9e Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version by K. Y. Srinivasan · 10 years ago
  71. 8caf92d Drivers: scsi: storvsc: Filter commands based on the storage protocol version by K. Y. Srinivasan · 10 years ago
  72. 52f9614 Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host by K. Y. Srinivasan · 10 years ago
  73. 4cd83ec Drivers: scsi: storvsc: Change the limits to reflect the values on the host by K. Y. Srinivasan · 10 years ago
  74. b12bb60 [SCSI] storvsc: NULL pointer dereference fix by Ales Novak · 11 years ago
  75. 54b2b50 [SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers by Martin K. Petersen · 11 years ago
  76. cfc2599 Drivers: hv: remove HV_DRV_VERSION by Olaf Hering · 12 years ago
  77. bb6a4df [SCSI] storvsc: Increase the value of STORVSC_MAX_IO_REQUESTS by K. Y. Srinivasan · 12 years ago
  78. bde6d0f [SCSI] storvsc: Support FC devices by K. Y. Srinivasan · 12 years ago
  79. 6f94d5d [SCSI] storvsc: Implement multi-channel support by K. Y. Srinivasan · 12 years ago
  80. 8b612fa [SCSI] storvsc: Update the storage protocol to win8 level by K. Y. Srinivasan · 12 years ago
  81. 893def3 [SCSI] storvsc: Increase the value of scsi timeout for storvsc devices by K. Y. Srinivasan · 12 years ago
  82. 426d266 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  83. 6781209 [SCSI] storvsc: Handle dynamic resizing of the device by K. Y. Srinivasan · 12 years ago
  84. c50bd44 [SCSI] storvsc: Restructure error handling code on command completion by K. Y. Srinivasan · 12 years ago
  85. 3e8f4f4 [SCSI] storvsc: avoid usage of WRITE_SAME by Olaf Hering · 12 years ago
  86. 9d2696e [SCSI] storvsc: Initialize the sglist by K. Y. Srinivasan · 12 years ago
  87. 35c3bc2 Drivers: scsi: storvsc: Use the consolidated GUID definition by K. Y. Srinivasan · 12 years ago
  88. 5c1b10a [SCSI] storvsc: Account for in-transit packets in the RESET path by K. Y. Srinivasan · 12 years ago
  89. 42e22ca [SCSI] storvsc: Properly handle errors from the host by K. Y. Srinivasan · 13 years ago
  90. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 13 years ago
  91. 89ae7d7 Staging: hv: storvsc: Move the storage driver out of the staging area by K. Y. Srinivasan · 13 years ago[Renamed from drivers/staging/hv/storvsc_drv.c]
  92. af9584b Staging: hv: storvsc: Consolidate all the wire protocol definitions by K. Y. Srinivasan · 13 years ago
  93. 61eaffc Staging: hv: storvsc: Consolidate the request structure by K. Y. Srinivasan · 13 years ago
  94. 410c52e Staging: hv: storvsc: Get rid of some unused defines by K. Y. Srinivasan · 13 years ago
  95. 6b2f949 Staging: hv: storvsc: Cleanup some protocol related constants by K. Y. Srinivasan · 13 years ago
  96. 85904a5 Staging: hv: storvsc: Cleanup the code for generating protocol version by K. Y. Srinivasan · 13 years ago
  97. c649114 Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver by K. Y. Srinivasan · 13 years ago
  98. 93a1bf4 Staging: hv: storvsc: Rename the context field in hv_storvsc_request by K. Y. Srinivasan · 13 years ago
  99. 2707388c Staging: hv: storvsc: Get rid of the on_io_completion in hv_storvsc_request by K. Y. Srinivasan · 13 years ago
  100. a8c18c5 Staging: hv: storvsc: Add a comment to explain life-cycle management by K. Y. Srinivasan · 13 years ago