summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/storvsc_drv.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-13Staging: hv: storvsc: Move the storage driver out of the staging areaK. Y. Srinivasan1-1548/+0
2012-02-08Staging: hv: storvsc: Consolidate all the wire protocol definitionsK. Y. Srinivasan1-36/+47
2012-02-08Staging: hv: storvsc: Consolidate the request structureK. Y. Srinivasan1-38/+27
2012-02-08Staging: hv: storvsc: Get rid of some unused definesK. Y. Srinivasan1-12/+0
2012-02-08Staging: hv: storvsc: Cleanup some protocol related constantsK. Y. Srinivasan1-12/+7
2012-02-08Staging: hv: storvsc: Cleanup the code for generating protocol versionK. Y. Srinivasan1-10/+17
2012-02-08Staging: hv: storvsc: Miscellaneous cleanup of storvsc driverK. Y. Srinivasan1-55/+39
2012-02-08Staging: hv: storvsc: Rename the context field in hv_storvsc_requestK. Y. Srinivasan1-4/+3
2012-02-08Staging: hv: storvsc: Get rid of the on_io_completion in hv_storvsc_requestK. Y. Srinivasan1-303/+299
2012-02-08Staging: hv: storvsc: Add a comment to explain life-cycle managementK. Y. Srinivasan1-1/+16
2012-02-08Staging: hv: storvsc: Move and cleanup storvsc_remove()K. Y. Srinivasan1-16/+12
2012-02-08Staging: hv: storvsc: Cleanup storvsc_host_reset_handler()K. Y. Srinivasan1-10/+4
2012-02-08Staging: hv: storvsc: Introduce defines for srb status codesK. Y. Srinivasan1-5/+16
2012-02-08Staging: hv: storvsc: Cleanup storvsc_queuecommand()K. Y. Srinivasan1-26/+22
2012-02-08Staging: hv: storvsc: Cleanup storvsc_probe()K. Y. Srinivasan1-22/+8
2012-02-08Staging: hv: storvsc: Cleanup some commentsK. Y. Srinivasan1-31/+26
2011-12-08Staging: hv: storvsc: Fix a bug in create_bounce_buffer()K. Y. Srinivasan1-3/+6
2011-12-01Staging: hv: storvsc: Implement per device memory poolsK. Y. Srinivasan1-44/+62
2011-12-01Staging: hv: storvsc: Fix a bug in copy_from_bounce_buffer()K. Y. Srinivasan1-2/+22
2011-12-01Staging: hv: storvsc: Fix a bug in storvsc_command_completion()K. Y. Srinivasan1-3/+2
2011-12-01Staging: hv: storvsc: Cleanup storvsc_device_alloc()K. Y. Srinivasan1-5/+0
2011-12-01Staging: hv: storvsc: Disable clusteringK. Y. Srinivasan1-17/+1
2011-11-26Staging: hv: storvsc: Support hot-removing of scsi devicesK. Y. Srinivasan1-0/+45
2011-11-26Staging: hv: storvsc: Support hot add of scsi disksK. Y. Srinivasan1-0/+38
2011-11-26Staging: hv: storvsc: Upgrade the vmstor protocol versionK. Y. Srinivasan1-2/+3
2011-11-26Staging: hv: storvsc: Get rid of an unnecessary forward declarationK. Y. Srinivasan1-2/+0
2011-11-26Staging: hv: storvsc: use the macro KBUILD_MODNAMEK. Y. Srinivasan1-1/+1
2011-11-26Staging: hv: storvsc: Use the unlocked version queuecommandK. Y. Srinivasan1-14/+5
2011-11-26Staging: hv: storvsc: Use the accessor function shost_priv()K. Y. Srinivasan1-9/+5
2011-11-26Staging: hv: storvsc: Fix error handling storvsc_host_reset()K. Y. Srinivasan1-14/+6
2011-11-26Staging: hv: storvsc: Fixup the error when processing SET_WINDOW commandK. Y. Srinivasan1-1/+1
2011-11-26Staging: hv: storvsc: Cleanup error handling in the probe functionK. Y. Srinivasan1-18/+24
2011-11-26Staging: hv: storvsc: Use mempools to allocate struct storvsc_cmd_requestK. Y. Srinivasan1-5/+25
2011-10-17Staging: hv: storvsc: Fix checkpatch warningsK. Y. Srinivasan1-9/+10
2011-10-11Staging: hv: storvsc: remove last usage of DPRINT_WARNGreg Kroah-Hartman1-8/+8
2011-10-10Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman1-1/+1
2011-10-10staging: hv: storvsc: ignore SET_WINDOW scsi commandOlaf Hering1-0/+20
2011-09-16Staging: hv: storvsc: Eliminate the usage of ext field in struct hv_deviceK. Y. Srinivasan1-10/+10
2011-09-16Staging: hv: storvsc: Get rid of some unnecessary state and definitionsK. Y. Srinivasan1-9/+0
2011-09-16Staging: hv: storvsc: Get rid of alloc_stor_device() by inlining the codeK. Y. Srinivasan1-18/+6
2011-09-16Staging: hv: storvsc: Get rid of storvsc_dev_add() by inlining the codeK. Y. Srinivasan1-44/+14
2011-09-16Staging: hv: storvsc: Use the driver_data to identify ideK. Y. Srinivasan1-12/+10
2011-09-16Staging: hv: vmbus: Change the signature of struct hv_driver probe functionK. Y. Srinivasan1-1/+2
2011-09-06Staging: hv: Add support for >2 TB LUN in storage driver.Mike Sterling1-0/+3
2011-08-29Staging: hv: vmbus: Properly deal with de-registering channel callbackK. Y. Srinivasan1-3/+0
2011-08-29Staging: hv: storvsc: No need to copy from bounce buffer in case of a failureK. Y. Srinivasan1-10/+2
2011-08-29Staging: hv: storvsc: In case of scsi errors offline the deviceK. Y. Srinivasan1-1/+9
2011-08-29Staging: hv: storvsc: Fix a typoK. Y. Srinivasan1-3/+3
2011-08-29Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY and MODE_SENSEK. Y. Srinivasan1-0/+17
2011-08-29Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of hype...K. Y. Srinivasan1-36/+26