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