Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
47768626c6db42cd06ff077ba12dd2cb10ab818b
/
drivers
/
scsi
/
storvsc_drv.c
6c1e7b7
storvsc: get rid of overly verbose warning messages
by K. Y. Srinivasan
· 10 years ago
f3cfabc
Drivers: add blist flags
by K. Y. Srinivasan
· 10 years ago
3533f860
drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure
by K. Y. Srinivasan
· 10 years ago
f885fb7
drivers: scsi: storvsc: Set srb_flags in all cases
by K. Y. Srinivasan
· 10 years ago
56b26e6
Drivers: scsi: storvsc: Implement a eh_timed_out handler
by K. Y. Srinivasan
· 10 years ago
adb6f9e
Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version
by K. Y. Srinivasan
· 10 years ago
8caf92d
Drivers: scsi: storvsc: Filter commands based on the storage protocol version
by K. Y. Srinivasan
· 10 years ago
52f9614
Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host
by K. Y. Srinivasan
· 10 years ago
4cd83ec
Drivers: scsi: storvsc: Change the limits to reflect the values on the host
by K. Y. Srinivasan
· 10 years ago
b12bb60
[SCSI] storvsc: NULL pointer dereference fix
by Ales Novak
· 11 years ago
54b2b50
[SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers
by Martin K. Petersen
· 11 years ago
cfc2599
Drivers: hv: remove HV_DRV_VERSION
by Olaf Hering
· 11 years ago
bb6a4df
[SCSI] storvsc: Increase the value of STORVSC_MAX_IO_REQUESTS
by K. Y. Srinivasan
· 11 years ago
bde6d0f
[SCSI] storvsc: Support FC devices
by K. Y. Srinivasan
· 11 years ago
6f94d5d
[SCSI] storvsc: Implement multi-channel support
by K. Y. Srinivasan
· 11 years ago
8b612fa
[SCSI] storvsc: Update the storage protocol to win8 level
by K. Y. Srinivasan
· 11 years ago
893def3
[SCSI] storvsc: Increase the value of scsi timeout for storvsc devices
by K. Y. Srinivasan
· 11 years ago
426d266
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 12 years ago
6781209
[SCSI] storvsc: Handle dynamic resizing of the device
by K. Y. Srinivasan
· 12 years ago
c50bd44
[SCSI] storvsc: Restructure error handling code on command completion
by K. Y. Srinivasan
· 12 years ago
3e8f4f4
[SCSI] storvsc: avoid usage of WRITE_SAME
by Olaf Hering
· 12 years ago
9d2696e
[SCSI] storvsc: Initialize the sglist
by K. Y. Srinivasan
· 12 years ago
35c3bc2
Drivers: scsi: storvsc: Use the consolidated GUID definition
by K. Y. Srinivasan
· 12 years ago
5c1b10a
[SCSI] storvsc: Account for in-transit packets in the RESET path
by K. Y. Srinivasan
· 12 years ago
42e22ca
[SCSI] storvsc: Properly handle errors from the host
by K. Y. Srinivasan
· 13 years ago
9f39383
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
by Linus Torvalds
· 13 years ago
89ae7d7
Staging: hv: storvsc: Move the storage driver out of the staging area
by K. Y. Srinivasan
· 13 years ago
[Renamed from drivers/staging/hv/storvsc_drv.c]
af9584b
Staging: hv: storvsc: Consolidate all the wire protocol definitions
by K. Y. Srinivasan
· 13 years ago
61eaffc
Staging: hv: storvsc: Consolidate the request structure
by K. Y. Srinivasan
· 13 years ago
410c52e
Staging: hv: storvsc: Get rid of some unused defines
by K. Y. Srinivasan
· 13 years ago
6b2f949
Staging: hv: storvsc: Cleanup some protocol related constants
by K. Y. Srinivasan
· 13 years ago
85904a5
Staging: hv: storvsc: Cleanup the code for generating protocol version
by K. Y. Srinivasan
· 13 years ago
c649114
Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver
by K. Y. Srinivasan
· 13 years ago
93a1bf4
Staging: hv: storvsc: Rename the context field in hv_storvsc_request
by K. Y. Srinivasan
· 13 years ago
2707388
Staging: hv: storvsc: Get rid of the on_io_completion in hv_storvsc_request
by K. Y. Srinivasan
· 13 years ago
a8c18c5
Staging: hv: storvsc: Add a comment to explain life-cycle management
by K. Y. Srinivasan
· 13 years ago
ddcbf65
Staging: hv: storvsc: Move and cleanup storvsc_remove()
by K. Y. Srinivasan
· 13 years ago
4b270c8
Staging: hv: storvsc: Cleanup storvsc_host_reset_handler()
by K. Y. Srinivasan
· 13 years ago
1604632
Staging: hv: storvsc: Introduce defines for srb status codes
by K. Y. Srinivasan
· 13 years ago
c77b63b
Staging: hv: storvsc: Cleanup storvsc_queuecommand()
by K. Y. Srinivasan
· 13 years ago
59d2295
Staging: hv: storvsc: Cleanup storvsc_probe()
by K. Y. Srinivasan
· 13 years ago
09f0355
Staging: hv: storvsc: Cleanup some comments
by K. Y. Srinivasan
· 13 years ago
6e8087a
Staging: hv: storvsc: Fix a bug in create_bounce_buffer()
by K. Y. Srinivasan
· 13 years ago
ce3e301
Staging: hv: storvsc: Implement per device memory pools
by K. Y. Srinivasan
· 13 years ago
10c43dd4
Staging: hv: storvsc: Fix a bug in copy_from_bounce_buffer()
by K. Y. Srinivasan
· 13 years ago
a768a76
Staging: hv: storvsc: Fix a bug in storvsc_command_completion()
by K. Y. Srinivasan
· 13 years ago
2781866
Staging: hv: storvsc: Cleanup storvsc_device_alloc()
by K. Y. Srinivasan
· 13 years ago
039db52
Staging: hv: storvsc: Disable clustering
by K. Y. Srinivasan
· 13 years ago
b401731
Staging: hv: storvsc: Support hot-removing of scsi devices
by K. Y. Srinivasan
· 13 years ago
1267579
Staging: hv: storvsc: Support hot add of scsi disks
by K. Y. Srinivasan
· 13 years ago
2b9525f
Staging: hv: storvsc: Upgrade the vmstor protocol version
by K. Y. Srinivasan
· 13 years ago
a404c1f
Staging: hv: storvsc: Get rid of an unnecessary forward declaration
by K. Y. Srinivasan
· 13 years ago
fafb0ef
Staging: hv: storvsc: use the macro KBUILD_MODNAME
by K. Y. Srinivasan
· 13 years ago
bab445e
Staging: hv: storvsc: Use the unlocked version queuecommand
by K. Y. Srinivasan
· 13 years ago
7f33f30
Staging: hv: storvsc: Use the accessor function shost_priv()
by K. Y. Srinivasan
· 13 years ago
a00e822
Staging: hv: storvsc: Fix error handling storvsc_host_reset()
by K. Y. Srinivasan
· 13 years ago
59e00e7
Staging: hv: storvsc: Fixup the error when processing SET_WINDOW command
by K. Y. Srinivasan
· 13 years ago
225ce6e
Staging: hv: storvsc: Cleanup error handling in the probe function
by K. Y. Srinivasan
· 13 years ago
4e03e69
Staging: hv: storvsc: Use mempools to allocate struct storvsc_cmd_request
by K. Y. Srinivasan
· 13 years ago
41098f8
Staging: hv: storvsc: Fix checkpatch warnings
by K. Y. Srinivasan
· 13 years ago
d181daa
Staging: hv: storvsc: remove last usage of DPRINT_WARN
by Greg Kroah-Hartman
· 13 years ago
46a9719
Staging: hv: move hyperv code out of staging directory
by Greg Kroah-Hartman
· 13 years ago
92ae4eb
staging: hv: storvsc: ignore SET_WINDOW scsi command
by Olaf Hering
· 13 years ago
cd654ea
Staging: hv: storvsc: Eliminate the usage of ext field in struct hv_device
by K. Y. Srinivasan
· 13 years ago
f810d59
Staging: hv: storvsc: Get rid of some unnecessary state and definitions
by K. Y. Srinivasan
· 13 years ago
a13d35a
Staging: hv: storvsc: Get rid of alloc_stor_device() by inlining the code
by K. Y. Srinivasan
· 13 years ago
6e4198c
Staging: hv: storvsc: Get rid of storvsc_dev_add() by inlining the code
by K. Y. Srinivasan
· 13 years ago
ef52a81
Staging: hv: storvsc: Use the driver_data to identify ide
by K. Y. Srinivasan
· 13 years ago
8494689
Staging: hv: vmbus: Change the signature of struct hv_driver probe function
by K. Y. Srinivasan
· 13 years ago
cf55f4a
Staging: hv: Add support for >2 TB LUN in storage driver.
by Mike Sterling
· 13 years ago
dad76bf
Staging: hv: vmbus: Properly deal with de-registering channel callback
by K. Y. Srinivasan
· 13 years ago
70691ec
Staging: hv: storvsc: No need to copy from bounce buffer in case of a failure
by K. Y. Srinivasan
· 13 years ago
2544b79
Staging: hv: storvsc: In case of scsi errors offline the device
by K. Y. Srinivasan
· 13 years ago
b8de73d
Staging: hv: storvsc: Fix a typo
by K. Y. Srinivasan
· 13 years ago
4ed51a2
Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY and MODE_SENSE
by K. Y. Srinivasan
· 13 years ago
c1b3d06
Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of hyperv_storage.h
by K. Y. Srinivasan
· 13 years ago
f0d79fe
Staging: hv: storvsc: Add the contents of hyperv_storage.h to storvsc_drv.c
by K. Y. Srinivasan
· 13 years ago
a1be170
Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of storvsc.c
by K. Y. Srinivasan
· 13 years ago
8dcf37d
Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c
by K. Y. Srinivasan
· 13 years ago
fa23b8c
Staging: hv: storvsc: Optimize the bounce buffer handling in the "read" case
by K. Y. Srinivasan
· 13 years ago
3612ef9
Staging: hv: storvsc: Optimize bounce buffer handling for the "write" case
by K. Y. Srinivasan
· 13 years ago
21e3774
Staging: hv: storvsc: Handle IDE devices using the storvsc driver
by K. Y. Srinivasan
· 13 years ago
bd1f5d6
Staging: hv: storvsc: Add code to handle IDE devices using the storvsc driver
by K. Y. Srinivasan
· 13 years ago
5e6f4d0
Staging: hv: storvsc: Get rid of the reference counting in struct storvsc_device
by K. Y. Srinivasan
· 13 years ago
1eaaddf
Staging: hv: storvsc: Rename get_stor_device()
by K. Y. Srinivasan
· 13 years ago
b06efc1
Staging: hv: storvsc: Cleanup returned error code in storvsc_drv_init()
by K. Y. Srinivasan
· 13 years ago
8e85468
Staging: hv: storvsc: Cleanup error code returned in storvsc_probe()
by K. Y. Srinivasan
· 13 years ago
f3b7416
Staging: hv: storvsc: Cleanup returned error code in storvsc_host_reset()
by K. Y. Srinivasan
· 13 years ago
d2598f0
Staging: hv: vmbus: Cleanup error values in ringbuffer.c
by K. Y. Srinivasan
· 13 years ago
768fa21
Staging: hv: fix up driver registering mess
by Greg Kroah-Hartman
· 13 years ago
4e80fbf
Staging: hv: storvsc: Get rid of the DMI signature
by K. Y. Srinivasan
· 13 years ago
c45cf2d
Staging: hv: create VMBUS_DEVICE macro and use it.
by Greg Kroah-Hartman
· 13 years ago
d847b5f
Staging: hv: storvsc: Use the newly introduced vmbus ID in storvsc driver
by K. Y. Srinivasan
· 13 years ago
358d2ee
Staging: hv: Replace struct hv_guid with the uuid type already defined in Linux
by K. Y. Srinivasan
· 13 years ago
46d2eb6
Staging: hv: storvsc: Increase the timeout value in the storvsc driver
by K. Y. Srinivasan
· 13 years ago
3e1edf6
Staging: hv: storvsc: Add a DMI signature to support auto-loading
by K. Y. Srinivasan
· 13 years ago
a838f9d
Staging: hv: stor: Get rid of the unused initialization of the name field
by K. Y. Srinivasan
· 13 years ago
990f05e
Staging: hv: stor: Rename the vriable gStorVscDeviceType in storvsc_drv.c
by K. Y. Srinivasan
· 13 years ago
9408612
Staging: hv: stor: Get rid of unnecessary DPRINTs in stor vsc_drv.c
by K. Y. Srinivasan
· 13 years ago
d36b0a0
Staging: hv: storvsc: Cleanup some dated/unnecessary comments
by K. Y. Srinivasan
· 13 years ago
Next »