summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/storvsc_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: storvsc: Fix a bug in create_bounce_buffer()K. Y. Srinivasan2011-12-081-3/+6
* Staging: hv: storvsc: Implement per device memory poolsK. Y. Srinivasan2011-12-011-44/+62
* Staging: hv: storvsc: Fix a bug in copy_from_bounce_buffer()K. Y. Srinivasan2011-12-011-2/+22
* Staging: hv: storvsc: Fix a bug in storvsc_command_completion()K. Y. Srinivasan2011-12-011-3/+2
* Staging: hv: storvsc: Cleanup storvsc_device_alloc()K. Y. Srinivasan2011-12-011-5/+0
* Staging: hv: storvsc: Disable clusteringK. Y. Srinivasan2011-12-011-17/+1
* Staging: hv: storvsc: Support hot-removing of scsi devicesK. Y. Srinivasan2011-11-261-0/+45
* Staging: hv: storvsc: Support hot add of scsi disksK. Y. Srinivasan2011-11-261-0/+38
* Staging: hv: storvsc: Upgrade the vmstor protocol versionK. Y. Srinivasan2011-11-261-2/+3
* Staging: hv: storvsc: Get rid of an unnecessary forward declarationK. Y. Srinivasan2011-11-261-2/+0
* Staging: hv: storvsc: use the macro KBUILD_MODNAMEK. Y. Srinivasan2011-11-261-1/+1
* Staging: hv: storvsc: Use the unlocked version queuecommandK. Y. Srinivasan2011-11-261-14/+5
* Staging: hv: storvsc: Use the accessor function shost_priv()K. Y. Srinivasan2011-11-261-9/+5
* Staging: hv: storvsc: Fix error handling storvsc_host_reset()K. Y. Srinivasan2011-11-261-14/+6
* Staging: hv: storvsc: Fixup the error when processing SET_WINDOW commandK. Y. Srinivasan2011-11-261-1/+1
* Staging: hv: storvsc: Cleanup error handling in the probe functionK. Y. Srinivasan2011-11-261-18/+24
* Staging: hv: storvsc: Use mempools to allocate struct storvsc_cmd_requestK. Y. Srinivasan2011-11-261-5/+25
* 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
OpenPOWER on IntegriCloud