summaryrefslogtreecommitdiff
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Changes to support N2N loginsDuane Grigsby2017-10-167-21/+459
* scsi: qla2xxx: Allow MBC_GET_PORT_DATABASE to query and save the port statesDuane Grigsby2017-10-162-7/+26
* scsi: qla2xxx: Add ATIO-Q processing for INTx modeHimanshu Madhani2017-10-163-5/+16
* scsi: qla2xxx: Reinstate module parameter ql2xenablemsixHimanshu Madhani2017-10-163-3/+16
* scsi: lpfc: Fix a precedence bug in lpfc_nvme_io_cmd_wqe_cmpl()Dan Carpenter2017-10-161-1/+1
* scsi: aic7xxx: make a couple of functions staticColin Ian King2017-10-162-2/+2
* scsi: nsp32: fix logic bug in error handlingArnd Bergmann2017-10-161-1/+1
* scsi: bfa: integer overflow in debugfsDan Carpenter2017-10-161-2/+3
* scsi: libcxgbi: simplify task->hdr allocation for mgmt cmdsVarun Prakash2017-10-112-16/+28
* scsi: cxgb4i: fix Tx skb leakVarun Prakash2017-10-111-0/+1
* scsi: libcxgbi: in case of vlan pass 0 as ifindex to find routeVarun Prakash2017-10-111-1/+4
* scsi: update description of logging_level bitsRandy Dunlap2017-10-111-4/+4
* scsi: be2iscsi: Update driver versionJitendra Bhivare2017-10-111-1/+1
* scsi: be2iscsi: Remove A-circumflex character in copyright markingJitendra Bhivare2017-10-119-9/+9
* scsi: be2iscsi: Fix misc static analysis errorsJitendra Bhivare2017-10-116-94/+29
* scsi: be2iscsi: Add cmd to set host dataJitendra Bhivare2017-10-113-0/+74
* scsi: be2iscsi: Modify IOCTL to fetch user configured IQNJitendra Bhivare2017-10-113-6/+15
* scsi: be2iscsi: Fix _get_initname buffer overflowJitendra Bhivare2017-10-114-70/+35
* scsi: be2iscsi: Fix _modify_eq_delay buffer overflowJitendra Bhivare2017-10-113-98/+124
* scsi: be2iscsi: Free msi_name and disable HW intrJitendra Bhivare2017-10-111-17/+30
* scsi: be2iscsi: Fix return value in mgmt_open_connectionJitendra Bhivare2017-10-111-1/+1
* scsi: be2iscsi: Fix boot flags in sysfsJitendra Bhivare2017-10-111-2/+9
* scsi: mpt3sas: Bump mpt3sas driver version to v16.100.00.00Sreekanth Reddy2017-10-111-2/+2
* scsi: mpt3sas: Adding support for SAS3616 HBA deviceSreekanth Reddy2017-10-111-0/+5
* scsi: mpt3sas: Fix possibility of using invalid Enclosure Handle for SAS devi...Sreekanth Reddy2017-10-111-36/+81
* scsi: mpt3sas: Display chassis slot information of the driveSreekanth Reddy2017-10-112-127/+143
* scsi: mpt3sas: Updated MPI headers to v2.00.48Sreekanth Reddy2017-10-116-34/+991
* scsi: mpt3sas: Fix IO error occurs on pulling out a drive from RAID1 volume c...Sreekanth Reddy2017-10-111-0/+5
* scsi: mpt3sas: Fix removal and addition of vSES device during host resetSreekanth Reddy2017-10-111-6/+9
* scsi: mpt3sas: Reduce memory footprint in kdump kernelSreekanth Reddy2017-10-112-3/+13
* scsi: mpt3sas: Fixed memory leaks in driverSreekanth Reddy2017-10-111-4/+5
* scsi: mpt3sas: Processing of Cable Exception eventsSreekanth Reddy2017-10-112-12/+13
* scsi: ufs: Remove unused UFS_BIT() macroAlim Akhtar2017-10-111-2/+0
* scsi: ufs: Remove unused #definesAlim Akhtar2017-10-111-2/+0
* scsi: ufs-qcom: Remove uses of UFS_BIT() macroAlim Akhtar2017-10-112-5/+6
* scsi: ufs: Change HCI macro to actual bit positionAlim Akhtar2017-10-112-38/+42
* scsi: lpfc: change version to 11.4.0.4Dick Kennedy2017-10-021-1/+1
* scsi: lpfc: correct nvme sg segment count checkJames Smart2017-10-021-2/+2
* scsi: lpfc: Fix oops of nvme host during driver unload.Dick Kennedy2017-10-022-0/+19
* scsi: lpfc: Extend RDP supportDick Kennedy2017-10-021-12/+0
* scsi: lpfc: Ensure io aborts interlocked with the target.Dick Kennedy2017-10-021-25/+34
* scsi: lpfc: Fix secure firmware updatesDick Kennedy2017-10-021-1/+1
* scsi: lpfc: Fix crash in lpfc_nvme_fcp_io_submit during LIPDick Kennedy2017-10-021-0/+10
* scsi: lpfc: Disable NPIV support if NVME is enabledDick Kennedy2017-10-021-0/+9
* scsi: lpfc: Fix oops if nvmet_fc_register_targetport failsDick Kennedy2017-10-021-4/+11
* scsi: lpfc: Revise NVME module parameter descriptions for better clarityDick Kennedy2017-10-021-2/+2
* scsi: lpfc: Set missing abort contextJames Smart2017-10-021-0/+1
* scsi: lpfc: Reduce log spew on controller reconnectsJames Smart2017-10-022-9/+13
* scsi: lpfc: Fix FCP hba_wqidx assignmentDick Kennedy2017-10-021-1/+4
* scsi: lpfc: Move CQ processing to a soft IRQDick Kennedy2017-10-025-65/+109