summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen2019-04-1225-52/+188
|\
| * scsi: csiostor: fix missing data copy in csio_scsi_err_handler()Varun Prakash2019-04-081-1/+4
| * scsi: lpfc: Fix missing wakeups on abort threadsJames Smart2019-04-031-4/+3
| * scsi: storvsc: Reduce default ring buffer size to 128 KbytesMichael Kelley2019-04-031-1/+1
| * scsi: storvsc: Fix calculation of sub-channel countMichael Kelley2019-04-031-2/+11
| * scsi: core: add new RDAC LENOVO/DE_Series deviceXose Vazquez Perez2019-04-032-0/+2
| * scsi: qedi: remove declaration of nvm_image from stackColin Ian King2019-03-291-5/+2
| * scsi: ibmvfc: Clean up transport eventsTyrel Datwyler2019-03-272-4/+11
| * scsi: ibmvfc: Byte swap status and error codes when loggingTyrel Datwyler2019-03-271-13/+15
| * scsi: ibmvfc: Add failed PRLI to cmd_status lookup arrayTyrel Datwyler2019-03-271-0/+1
| * scsi: ibmvfc: Remove "failed" from logged errorsTyrel Datwyler2019-03-271-1/+1
| * scsi: zfcp: reduce flood of fcrscn1 trace records on multi-element RSCNSteffen Maier2019-03-271-4/+17
| * scsi: zfcp: fix scsi_eh host reset with port_forced ERP for non-NPIV FCP devicesSteffen Maier2019-03-273-0/+20
| * scsi: zfcp: fix rport unblock if deleted SCSI devices on Scsi_HostSteffen Maier2019-03-271-0/+3
| * scsi: sd: Quiesce warning if device does not report optimal I/O sizeMartin K. Petersen2019-03-271-0/+3
| * scsi: sd: Fix a race between closing an sd device and sd I/OBart Van Assche2019-03-271-6/+13
| * scsi: core: Run queue when state is set to running after being blockedzhengbin2019-03-271-0/+6
| * scsi: qla4xxx: fix a potential NULL pointer dereferenceKangjie Lu2019-03-251-0/+2
| * scsi: aacraid: Insure we don't access PCIe space during AER/EEHDave Carroll2019-03-252-3/+8
| * scsi: mpt3sas: Fix kernel panic during expander resetSreekanth Reddy2019-03-252-0/+18
| * scsi: ibmvscsi: Fix empty event pool access during host removalTyrel Datwyler2019-03-201-6/+16
| * scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaitonTyrel Datwyler2019-03-201-0/+5
| * scsi: hisi_sas: Add softreset in hisi_sas_I_T_nexus_reset()Luo Jiaxing2019-03-201-0/+6
| * scsi: qla2xxx: Fix NULL pointer crash due to stale CPUIDHimanshu Madhani2019-03-191-1/+1
| * scsi: qla2xxx: Fix FC-AL connection target discoveryQuinn Tran2019-03-191-0/+7
| * scsi: core: Avoid that a kernel warning appears during system resumeBart Van Assche2019-03-191-2/+4
| * scsi: core: Also call destroy_rcu_head() for passthrough requestsBart Van Assche2019-03-191-1/+8
| * scsi: iscsi: flush running unbind operations when removing a sessionMaurizio Lombardi2019-03-181-0/+2
* | scsi: target/iscsi: Make sure PDU processing continues if parsing a command f...Bart Van Assche2019-04-121-21/+18
* | scsi: target/iscsi: Make iscsit_map_iovec() more robustBart Van Assche2019-04-121-14/+36
* | scsi: target/iscsi: Handle too large immediate data buffers correctlyBart Van Assche2019-04-122-3/+25
* | scsi: target/iscsi: Only send R2T if neededBart Van Assche2019-04-122-0/+8
* | scsi: target/iscsi: Detect conn_cmd_list corruption earlyBart Van Assche2019-04-121-0/+2
* | scsi: target/core: Make the XCOPY setup code easier to read by inlining two f...Bart Van Assche2019-04-121-27/+23
* | scsi: target/core: Simplify LUN initialization in XCOPY implementationBart Van Assche2019-04-121-40/+3
* | scsi: target/core: Remove a set-but-not-used member variable from the XCOPY i...Bart Van Assche2019-04-121-7/+2
* | scsi: target/core: Rework the SPC-2 reservation handling codeBart Van Assche2019-04-124-17/+24
* | scsi: target/core: Fix a race condition in the LUN lookup codeBart Van Assche2019-04-121-2/+2
* | scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke2019-04-126-9/+34
* | scsi: cxgbi: remove redundant __kfree_skb call on skb and free cst->atidColin Ian King2019-04-121-8/+6
* | scsi: tcm_qla2xxx: Minimize #include directivesBart Van Assche2019-04-091-6/+0
* | scsi: qla2xxx: Unregister resources in the opposite order of the registration...Bart Van Assche2019-04-081-4/+5
* | scsi: qla2xxx: Unregister chrdev if module initialization failsBart Van Assche2019-04-081-13/+21
* | scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche2019-04-083-15/+12
* | scsi: qla2xxx: Make qla2x00_process_response_queue() easier to readBart Van Assche2019-04-081-38/+47
* | scsi: qla2xxx: Reduce the number of forward declarationsBart Van Assche2019-04-081-46/+31
* | scsi: qla2xxx: Declare local symbols staticBart Van Assche2019-04-081-2/+2
* | scsi: qla2xxx: Use ARRAY_SIZE() in the definition of QLA_LAST_SPEEDBart Van Assche2019-04-081-1/+1
* | scsi: qla2xxx: Remove a comment that refers to the SCSI host lockBart Van Assche2019-04-081-3/+0
* | scsi: qla2xxx: Change a stack variable into a static const variableBart Van Assche2019-04-081-2/+3