summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-15lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.cMing Lin7-156/+206
2016-04-15scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin14-36/+36
2016-04-15scsi: rename SG related struct and functionsMing Lin1-26/+26
2016-04-15scsi: replace "mq" with "first_chunk" in SG functionsMing Lin1-10/+10
2016-04-15scsi: replace "scsi_data_buffer" with "sg_table" in SG functionsMing Lin1-18/+23
2016-04-15zfcp: Revert to original scanning behaviourHannes Reinecke1-1/+1
2016-04-15mvsas: Generalize Marvell 9485 in pci_device_idLeonid Moiseichuk1-18/+1
2016-04-15bnx2fc: Update version number to 2.10.3.Chad Dupuis1-1/+1
2016-04-15bnx2fc: Check sc_cmd device and host pointer before returning the command to ...Chad Dupuis1-0/+12
2016-04-15bnx2fc: Print netdev device name when FCoE is successfully initialized.Chad Dupuis1-0/+2
2016-04-15bnx2fc: Print when we send a fip keep alive.Chad Dupuis1-0/+19
2016-04-15bnx2fc: Add driver tunables.Joe Carnuccio3-2/+80
2016-04-15scsi: vpd pages are mandatory for SPC-2Hannes Reinecke1-2/+2
2016-04-15Revert "scsi: fix soft lockup in scsi_remove_target() on module removal"Johannes Thumshirn1-4/+2
2016-04-15scsi: Add intermediate STARGET_REMOVE state to scsi_target_stateJohannes Thumshirn3-0/+4
2016-04-11snic: add scsi host after determining max IOs.Narsimhulu Musini1-18/+17
2016-04-11snic: Fixing race in the hba reset and IO/TM completionNarsimhulu Musini2-1/+15
2016-04-11snic: Fix for missing interruptsNarsimhulu Musini2-7/+59
2016-04-11snic: target cleanup in driver unload pathNarsimhulu Musini1-2/+15
2016-04-11snic: Handling control path queue issuesNarsimhulu Musini1-14/+30
2016-04-11snic: LUN goes offline due to scsi cmd timeoutsNarsimhulu Musini1-0/+18
2016-04-11snic: Added additional statsNarsimhulu Musini6-23/+59
2016-04-11lpfc: Update driver version to 11.1.0.0James Smart1-1/+1
2016-04-11lpfc: Update modified file copyrightsJames Smart13-14/+14
2016-04-11lpfc: Fix interaction between fdmi_on and enable_SmartSANJames Smart5-27/+21
2016-04-11lpfc: Add support for SmartSAN 2.0James Smart4-8/+243
2016-04-11lpfc: Fix Device discovery failures during switch reboot test.James Smart1-1/+4
2016-04-11lpfc: Utilize embedded CDB logic to minimize IO latencyJames Smart5-20/+136
2016-04-11lpfc: Fix crash when unregistering default rpi.James Smart1-1/+2
2016-04-11lpfc: Fix DMA faults observed upon plugging loopback connectorJames Smart1-4/+6
2016-04-11lpfc: Correct LOGO handling during loginJames Smart2-0/+3
2016-04-11scsi_transport_iscsi: Declare local symbols staticBart Van Assche1-4/+4
2016-04-11scsi_transport_iscsi: Unexport iscsi_is_flashnode_conn_dev()Bart Van Assche1-2/+1
2016-04-11scsi_transport_iscsi: Remove set-but-not-used variablesBart Van Assche1-3/+0
2016-04-11libiscsi: Remove set-but-not-used variablesBart Van Assche1-4/+2
2016-04-11libiscsi: Unexport iscsi_eh_target_reset()Bart Van Assche1-2/+1
2016-04-11qla2xxx: Indicate out-of-memory with -ENOMEMBart Van Assche1-1/+1
2016-04-11scsi_transport_fc: Unexport scsi_is_fc_vport()Bart Van Assche1-2/+1
2016-04-11fnic: Using rport->dd_data to check rport online instead of rport_lookup.Satish Kharat2-10/+12
2016-04-11fnic: Cleanup the I/O pending with fw and has timed out and is used to issue ...Satish Kharat2-11/+29
2016-04-11fnic: Fix to cleanup aborted IO to avoid device being offlined by mid-layerSatish Kharat2-7/+28
2016-04-11scsi-trace: define ZBC_IN and ZBC_OUTHannes Reinecke3-0/+81
2016-04-11scsi-trace: Decode MAINTENANCE_IN and MAINTENANCE_OUT commandsHannes Reinecke1-0/+91
2016-04-11scsi-trace: remove service action definitionsHannes Reinecke1-4/+0
2016-04-11scsi: disable automatic target scanHannes Reinecke12-28/+60
2016-04-11ncr5380: Call complete_cmd() for disconnected commands on bus resetFinn Thain1-1/+1
2016-04-11mac_scsi: Fix pseudo DMA implementationFinn Thain2-95/+119
2016-04-11atari_scsi: Allow can_queue to be increased for FalconFinn Thain1-61/+22
2016-04-11atari_scsi: Set a reasonable default for cmd_per_lunFinn Thain1-2/+1
2016-04-11ncr5380: Update usage documentationFinn Thain3-48/+16