1. 4ed51a2 Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY and MODE_SENSE by K. Y. Srinivasan · 13 years ago
  2. c1b3d06 Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of hyperv_storage.h by K. Y. Srinivasan · 13 years ago
  3. f0d79fe Staging: hv: storvsc: Add the contents of hyperv_storage.h to storvsc_drv.c by K. Y. Srinivasan · 13 years ago
  4. a1be170 Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of storvsc.c by K. Y. Srinivasan · 13 years ago
  5. 8dcf37d Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c by K. Y. Srinivasan · 13 years ago
  6. fa23b8c Staging: hv: storvsc: Optimize the bounce buffer handling in the "read" case by K. Y. Srinivasan · 13 years ago
  7. 3612ef9 Staging: hv: storvsc: Optimize bounce buffer handling for the "write" case by K. Y. Srinivasan · 13 years ago
  8. 21e3774 Staging: hv: storvsc: Handle IDE devices using the storvsc driver by K. Y. Srinivasan · 13 years ago
  9. bd1f5d6 Staging: hv: storvsc: Add code to handle IDE devices using the storvsc driver by K. Y. Srinivasan · 13 years ago
  10. 5e6f4d0 Staging: hv: storvsc: Get rid of the reference counting in struct storvsc_device by K. Y. Srinivasan · 13 years ago
  11. 1eaaddf Staging: hv: storvsc: Rename get_stor_device() by K. Y. Srinivasan · 13 years ago
  12. b06efc1 Staging: hv: storvsc: Cleanup returned error code in storvsc_drv_init() by K. Y. Srinivasan · 13 years ago
  13. 8e85468 Staging: hv: storvsc: Cleanup error code returned in storvsc_probe() by K. Y. Srinivasan · 13 years ago
  14. f3b7416 Staging: hv: storvsc: Cleanup returned error code in storvsc_host_reset() by K. Y. Srinivasan · 13 years ago
  15. d2598f0 Staging: hv: vmbus: Cleanup error values in ringbuffer.c by K. Y. Srinivasan · 13 years ago
  16. 768fa21 Staging: hv: fix up driver registering mess by Greg Kroah-Hartman · 13 years ago
  17. 4e80fbf Staging: hv: storvsc: Get rid of the DMI signature by K. Y. Srinivasan · 13 years ago
  18. c45cf2d Staging: hv: create VMBUS_DEVICE macro and use it. by Greg Kroah-Hartman · 13 years ago
  19. d847b5f Staging: hv: storvsc: Use the newly introduced vmbus ID in storvsc driver by K. Y. Srinivasan · 13 years ago
  20. 358d2ee Staging: hv: Replace struct hv_guid with the uuid type already defined in Linux by K. Y. Srinivasan · 13 years ago
  21. 46d2eb6 Staging: hv: storvsc: Increase the timeout value in the storvsc driver by K. Y. Srinivasan · 13 years ago
  22. 3e1edf6 Staging: hv: storvsc: Add a DMI signature to support auto-loading by K. Y. Srinivasan · 13 years ago
  23. a838f9d Staging: hv: stor: Get rid of the unused initialization of the name field by K. Y. Srinivasan · 13 years ago
  24. 990f05e Staging: hv: stor: Rename the vriable gStorVscDeviceType in storvsc_drv.c by K. Y. Srinivasan · 13 years ago
  25. 9408612 Staging: hv: stor: Get rid of unnecessary DPRINTs in stor vsc_drv.c by K. Y. Srinivasan · 13 years ago
  26. d36b0a0 Staging: hv: storvsc: Cleanup some dated/unnecessary comments by K. Y. Srinivasan · 13 years ago
  27. 2935a40 Staging: hv: storvsc: Fix a bug in the storvsc_remove() function by K. Y. Srinivasan · 13 years ago
  28. d9bbae8 Staging: hv: storvsc: Cleanup the module init function in storvsc_drv.c by K. Y. Srinivasan · 13 years ago
  29. c63ba9e Staging: hv: storvsc: Cleanup the exit function in storvsc_drv.c by K. Y. Srinivasan · 13 years ago
  30. 2bda87c Staging: hv: storvsc_drv: Cleanup storvsc_drv_exit() function by K. Y. Srinivasan · 13 years ago
  31. 5041e71 Staging: hv: Move the contents of storvsc_api.h to hyperv_storage.h by K. Y. Srinivasan · 13 years ago
  32. e6572b0 Staging: hv: stor: Move the contents of vstorage.h to hyperv_storage.h by K. Y. Srinivasan · 13 years ago
  33. cdee150 Staging: hv: stor: Create a common header file for storage drivers by K. Y. Srinivasan · 13 years ago
  34. afbdc4a Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.h by K. Y. Srinivasan · 13 years ago
  35. 27b5b3c Staging: hv: Move the contents of vmbus.h to hyperv.h by K. Y. Srinivasan · 13 years ago
  36. f63c914 Staging: hv: Move the contents of logging.h to hyperv.h by K. Y. Srinivasan · 13 years ago
  37. c35470b Staging: hv: Move the contents of channel.h to hyperv.h by K. Y. Srinivasan · 13 years ago
  38. f7c6dfd Staging: hv: Move the contents of the file version_info.h to hyperv.h by K. Y. Srinivasan · 13 years ago
  39. 3f335ea Staging: hv: Include the newly created header file in all of the relevant hyperv files by K. Y. Srinivasan · 13 years ago
  40. 40bf63e Staging: hv: Make storvsc_drv an instance of hv_driver by K. Y. Srinivasan · 13 years ago
  41. 17e9531 Staging: hv: Now get rid of an empty function storvsc_initialize() by K. Y. Srinivasan · 13 years ago
  42. 1a96d9a Staging: hv: storvsc_drv: Inline the copying of the dev_type information by K. Y. Srinivasan · 13 years ago
  43. 4742e82 Staging: hv: storvsc_drv: Move the assignment of name to the hv_driver by K. Y. Srinivasan · 13 years ago
  44. 206cf17 Staging: hv: storvsc_drv: Directly assign the driver name by K. Y. Srinivasan · 13 years ago
  45. f85976e Staging: hv: storvsc_drv: Get rid of the unnecessary assignment of ring size by K. Y. Srinivasan · 13 years ago
  46. fa4d123 Staging: hv: Use the rinbuffer size info in struct storvsc_device_info by K. Y. Srinivasan · 13 years ago
  47. 01415ab3 Staging: hv: storvsc_drv: Compute max_outstanding_req_per_channel where it is needed by K. Y. Srinivasan · 13 years ago
  48. 9d41889 Staging: hv: storvsc_drv: Get rid of some unnecessary DPRINTs by K. Y. Srinivasan · 13 years ago
  49. 205dec16 Staging: hv: Cleanup calls to cleanup in storvsc_drv.c by K. Y. Srinivasan · 13 years ago
  50. 5326fd5 Staging: hv: storvsc_drv: Simplify the code for getting the drive parameters by K. Y. Srinivasan · 13 years ago
  51. 6f64e5f Staging: hv: storvsc_drv: Get rid of the code initializing the dispatch table by K. Y. Srinivasan · 13 years ago
  52. 636f0fd Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_do_io() by K. Y. Srinivasan · 13 years ago
  53. 58f1f5c Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_dev_add() by K. Y. Srinivasan · 13 years ago
  54. 6cdc57c Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_dev_remove() by K. Y. Srinivasan · 13 years ago
  55. 9b3e773 Staging: hv: storvsc_drv: Get rid of unnecessary comments/dead code by K. Y. Srinivasan · 13 years ago
  56. 39ae6fa Staging: hv: storvsc_drv: Statically initialize probe/remove elements of the driver by K. Y. Srinivasan · 13 years ago
  57. 7bd05b9 Staging: hv: storvsc_drv: Move the declaration of the driver variable by K. Y. Srinivasan · 13 years ago
  58. 565c38d Staging: hv: storvsc_drv: Rename the driver variable by K. Y. Srinivasan · 13 years ago
  59. f5c7887 Staging: hv: Get rid of the forward declaration of storvsc_probe() by K. Y. Srinivasan · 13 years ago
  60. c5b463a Staging: hv: Get rid of the forward declaration of storvsc_queuecommand() by K. Y. Srinivasan · 13 years ago
  61. 8a411ba Staging: hv: Move the function storvsc_commmand_completion() to earlier in the file by K. Y. Srinivasan · 13 years ago
  62. 3d598ce Staging: hv: storvsc_drv: Move module parameters to earlier in the file by K. Y. Srinivasan · 13 years ago
  63. 2db2cab Staging: hv: Move the definition of storvsc_ringbuffer_size to earlier in the file by K. Y. Srinivasan · 13 years ago
  64. 96e690be Staging: hv: Get rid of the forward declaration for storvsc_host_reset_handler() by K. Y. Srinivasan · 13 years ago
  65. aa3d789 Staging: hv: Move the definition of storvsc_host_reset() to earlier in the file by K. Y. Srinivasan · 13 years ago
  66. cf6fdfb Staging: hv: Rename stor_vsc_initialize() by K. Y. Srinivasan · 13 years ago
  67. 3d5f03f Staging: hv: Rename the function stor_vsc_on_host_reset() by K. Y. Srinivasan · 13 years ago
  68. 62838ce Staging: hv: Get rid of the forward declaration of storvsc_get_chs() by K. Y. Srinivasan · 13 years ago
  69. 5c5c023 Staging: hv: Get rid of the forward declaration of storvsc_remove() by K. Y. Srinivasan · 13 years ago
  70. 6a8ff44 Staging: hv: Get rid of the forward declaration for copy_to_bounce_buffer() by K. Y. Srinivasan · 13 years ago
  71. 29fe2c9 Staging: hv: Get rid of the forward declaration of copy_from_bounce_buffer() by K. Y. Srinivasan · 13 years ago
  72. a9753cb Staging: hv: Get rid of the forward declaration for create_bounce_buffer() by K. Y. Srinivasan · 13 years ago
  73. 3862ef3 Staging: hv: Get rid of the forward declaration for do_bounce_buffer() by K. Y. Srinivasan · 13 years ago
  74. 49a3c7a Staging: hv: Get rid of the forwrd declaration of destroy_bounce_buffer by K. Y. Srinivasan · 13 years ago
  75. 419f2d0 Staging: hv: Get rid of the forward declaration for storvsc_device_configure() by K. Y. Srinivasan · 13 years ago
  76. a1ebfea Staging: hv: Move the function storvsc_merge_bvec() to earlier in the file by K. Y. Srinivasan · 13 years ago
  77. 5b60ace Staging: hv: Get rid of the forward declaration for storvsc_device_alloc() by K. Y. Srinivasan · 13 years ago
  78. f8feed0 Staging: hv: storvsc_drv: Get rid of some DPRINTS by K. Y. Srinivasan · 13 years ago
  79. 7f9faca Staging: hv: storvsc_drv: Get rid of some dated comments by K. Y. Srinivasan · 13 years ago
  80. c2ad483 Staging: hv: storvsc_drv: Rename variables pointing to struct hv_device by K. Y. Srinivasan · 13 years ago
  81. 97c1529 Staging: hv: storvsc_drv: Rename the struct hv_device * element of struct hv_host_device by K. Y. Srinivasan · 13 years ago
  82. 795b613 Staging: hv: storvsc_drv: Rename variables pointing to struct hv_host_device by K. Y. Srinivasan · 13 years ago
  83. 972621c Staging: hv: storvsc_drv: Rename struct host_device_context by K. Y. Srinivasan · 13 years ago
  84. 0f0cdc6 Staging: hv: storvsc_drv: Rename g_driver_name by K. Y. Srinivasan · 13 years ago
  85. bc2c2dc Staging: hv: blkvsc_drv: Get rid of the calls to storvsc_cleanup by K. Y. Srinivasan · 13 years ago
  86. bb46592 Staging: hv: Rename the function stor_vsc_on_io_request by K. Y. Srinivasan · 13 years ago
  87. e757046 Staging: hv: Rename the function stor_vsc_on_cleanup by K. Y. Srinivasan · 13 years ago
  88. cb706b04 Staging: hv: Rename the function stor_vsc_on_device_remove by K. Y. Srinivasan · 13 years ago
  89. 2ac5dad Staging: hv: Rename the function stor_vsc_device_add by K. Y. Srinivasan · 13 years ago
  90. 2e79505 Staging: hv: Change the name of struct storvsc_driver_object by K. Y. Srinivasan · 13 years ago
  91. 415b023 Staging: hv: Use the remove() function in struct hv_driver by K. Y. Srinivasan · 13 years ago
  92. 9efd21e Staging: hv: Use the probe function in struct hv_driver by K. Y. Srinivasan · 13 years ago
  93. 28e7f2a Staging: hv: Get rid of the references to the priv element of struct hv_driver in storvsc_drv.c by K. Y. Srinivasan · 13 years ago
  94. 1c8d0b7 Staging: hv: Cleanup storvsc_remove() by K. Y. Srinivasan · 13 years ago
  95. c7a9a48 Staging: hv: Zero out the request structure on allocation by K. Y. Srinivasan · 13 years ago
  96. d7a1bdb Staging: hv: Rename struct storvsc_request_extension by K. Y. Srinivasan · 13 years ago
  97. e9e936c Staging: hv: Move the data_buffer field from struct hv_storvsc_request by K. Y. Srinivasan · 13 years ago
  98. 6dc3f0a Staging: hv: Get rid of the status field from struct hv_storvsc_request by K. Y. Srinivasan · 13 years ago
  99. 0bb7112 Staging: hv: Move on_io_completion() from struct hv_storvsc_request by K. Y. Srinivasan · 13 years ago
  100. efb5a66 Staging: hv: Move the context field from struct hv_storvsc_request by K. Y. Srinivasan · 13 years ago