summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/storvsc_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: storvsc: Fix checkpatch warningsK. Y. Srinivasan2011-10-171-9/+10
* Staging: hv: storvsc: remove last usage of DPRINT_WARNGreg Kroah-Hartman2011-10-111-8/+8
* Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman2011-10-101-1/+1
* staging: hv: storvsc: ignore SET_WINDOW scsi commandOlaf Hering2011-10-101-0/+20
* Staging: hv: storvsc: Eliminate the usage of ext field in struct hv_deviceK. Y. Srinivasan2011-09-161-10/+10
* Staging: hv: storvsc: Get rid of some unnecessary state and definitionsK. Y. Srinivasan2011-09-161-9/+0
* Staging: hv: storvsc: Get rid of alloc_stor_device() by inlining the codeK. Y. Srinivasan2011-09-161-18/+6
* Staging: hv: storvsc: Get rid of storvsc_dev_add() by inlining the codeK. Y. Srinivasan2011-09-161-44/+14
* Staging: hv: storvsc: Use the driver_data to identify ideK. Y. Srinivasan2011-09-161-12/+10
* Staging: hv: vmbus: Change the signature of struct hv_driver probe functionK. Y. Srinivasan2011-09-161-1/+2
* Staging: hv: Add support for >2 TB LUN in storage driver.Mike Sterling2011-09-061-0/+3
* Staging: hv: vmbus: Properly deal with de-registering channel callbackK. Y. Srinivasan2011-08-291-3/+0
* Staging: hv: storvsc: No need to copy from bounce buffer in case of a failureK. Y. Srinivasan2011-08-291-10/+2
* Staging: hv: storvsc: In case of scsi errors offline the deviceK. Y. Srinivasan2011-08-291-1/+9
* Staging: hv: storvsc: Fix a typoK. Y. Srinivasan2011-08-291-3/+3
* Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY and MODE_SENSEK. Y. Srinivasan2011-08-291-0/+17
* Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of hype...K. Y. Srinivasan2011-08-291-36/+26
* Staging: hv: storvsc: Add the contents of hyperv_storage.h to storvsc_drv.cK. Y. Srinivasan2011-08-291-1/+276
* Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of stor...K. Y. Srinivasan2011-08-291-120/+27
* Staging: hv: storvsc: Include storvsc.c in storvsc_drv.cK. Y. Srinivasan2011-08-291-0/+529
* Staging: hv: storvsc: Optimize the bounce buffer handling in the "read" caseK. Y. Srinivasan2011-08-291-6/+4
* Staging: hv: storvsc: Optimize bounce buffer handling for the "write" caseK. Y. Srinivasan2011-08-291-6/+6
* Staging: hv: storvsc: Handle IDE devices using the storvsc driverK. Y. Srinivasan2011-08-291-13/+8
* Staging: hv: storvsc: Add code to handle IDE devices using the storvsc driverK. Y. Srinivasan2011-08-291-8/+52
* Staging: hv: storvsc: Get rid of the reference counting in struct storvsc_deviceK. Y. Srinivasan2011-08-291-1/+0
* Staging: hv: storvsc: Rename get_stor_device()K. Y. Srinivasan2011-08-291-1/+1
* Staging: hv: storvsc: Cleanup returned error code in storvsc_drv_init()K. Y. Srinivasan2011-08-251-1/+1
* Staging: hv: storvsc: Cleanup error code returned in storvsc_probe()K. Y. Srinivasan2011-08-251-2/+2
* Staging: hv: storvsc: Cleanup returned error code in storvsc_host_reset()K. Y. Srinivasan2011-08-251-1/+1
* Staging: hv: vmbus: Cleanup error values in ringbuffer.cK. Y. Srinivasan2011-08-251-1/+1
* Staging: hv: fix up driver registering messGreg Kroah-Hartman2011-08-251-17/+7
* Staging: hv: storvsc: Get rid of the DMI signatureK. Y. Srinivasan2011-08-251-22/+0
* Staging: hv: create VMBUS_DEVICE macro and use it.Greg Kroah-Hartman2011-08-251-10/+4
* Staging: hv: storvsc: Use the newly introduced vmbus ID in storvsc driverK. Y. Srinivasan2011-08-251-11/+14
* Staging: hv: Replace struct hv_guid with the uuid type already defined in LinuxK. Y. Srinivasan2011-08-251-3/+3
* Staging: hv: storvsc: Increase the timeout value in the storvsc driverK. Y. Srinivasan2011-07-051-1/+1
* Staging: hv: storvsc: Add a DMI signature to support auto-loadingK. Y. Srinivasan2011-06-071-0/+22
* Staging: hv: stor: Get rid of the unused initialization of the name fieldK. Y. Srinivasan2011-06-071-1/+0
* Staging: hv: stor: Rename the vriable gStorVscDeviceType in storvsc_drv.cK. Y. Srinivasan2011-06-071-2/+2
* Staging: hv: stor: Get rid of unnecessary DPRINTs in stor vsc_drv.cK. Y. Srinivasan2011-06-071-19/+0
* Staging: hv: storvsc: Cleanup some dated/unnecessary commentsK. Y. Srinivasan2011-06-071-13/+1
* Staging: hv: storvsc: Fix a bug in the storvsc_remove() functionK. Y. Srinivasan2011-06-071-7/+5
* Staging: hv: storvsc: Cleanup the module init function in storvsc_drv.cK. Y. Srinivasan2011-06-071-11/+2
* Staging: hv: storvsc: Cleanup the exit function in storvsc_drv.cK. Y. Srinivasan2011-06-071-7/+2
* Staging: hv: storvsc_drv: Cleanup storvsc_drv_exit() functionK. Y. Srinivasan2011-05-171-29/+1
* Staging: hv: Move the contents of storvsc_api.h to hyperv_storage.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: stor: Move the contents of vstorage.h to hyperv_storage.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: stor: Create a common header file for storage driversK. Y. Srinivasan2011-05-171-0/+1
* Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0