summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2017-08-26scsi: ppa: drop duplicate bus_reset handlerHannes Reinecke1-1/+0
2017-08-26scsi: imm: drop duplicate bus_reset handlerHannes Reinecke1-1/+0
2017-08-26scsi: qlogicfas: move bus_reset to host_resetHannes Reinecke4-7/+7
2017-08-26scsi: NCR5380: Move bus reset to host resetHannes Reinecke8-14/+14
2017-08-26scsi: acornscsi: move bus reset to host resetHannes Reinecke1-5/+6
2017-08-26scsi: qlogicpti: move bus reset to host resetHannes Reinecke1-3/+2
2017-08-26scsi: drop bus reset for wd33c93-compatible boardsHannes Reinecke6-83/+2
2017-08-26scsi: fdomain: move bus reset to host resetHannes Reinecke3-5/+5
2017-08-26scsi: hptiop: Simplify reset handlingHannes Reinecke1-7/+4
2017-08-26scsi: bfa: move bus reset to target resetHannes Reinecke1-22/+15
2017-08-26scsi: libsas: move bus_reset_handler() to target_reset_handler()Hannes Reinecke6-11/+11
2017-08-26scsi: fnic: do not call host reset from command abortHannes Reinecke1-4/+0
2017-08-26scsi: fc_fcp: do not call fc_block_scsi_eh() from host resetHannes Reinecke1-2/+0
2017-08-26scsi: ibmvfc: Do not call fc_block_scsi_eh() on host resetHannes Reinecke1-5/+1
2017-08-26scsi: fix comment in scsi_device_set_state()Hannes Reinecke1-1/+1
2017-08-26scsi: iscsi_tcp: Remove a set-but-not-used variableBart Van Assche1-2/+0
2017-08-26scsi: scsi_debug: Remove a set-but-not-used variableBart Van Assche1-2/+1
2017-08-26scsi: scsi_transport_srp: Suppress a W=1 compiler warningBart Van Assche1-1/+1
2017-08-26scsi: scsi_transport_sas: Check kzalloc() return valueBart Van Assche1-0/+3
2017-08-26scsi: libsas: Annotate fall-through in a switch statementBart Van Assche1-0/+1
2017-08-26scsi: libsas: Remove a set-but-not-used variableBart Van Assche1-3/+0
2017-08-26scsi: libiscsi: Fix indentationBart Van Assche1-1/+1
2017-08-26scsi: sg: Fix type of last blk_trace_setup() argumentBart Van Assche1-2/+1
2017-08-26scsi: sd: Remove a useless comparisonBart Van Assche1-1/+1
2017-08-26scsi: sd: Fix indentationBart Van Assche1-1/+1
2017-08-26scsi: sd: sr: Convert two assignments into warning statementsBart Van Assche2-2/+2
2017-08-26scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointerBart Van Assche2-10/+10
2017-08-26scsi: Document which queue type a function is intended forBart Van Assche3-13/+14
2017-08-26scsi: Convert a strncmp() call into a strcmp() callBart Van Assche1-1/+1
2017-08-26scsi: Suppress gcc 7 fall-through warnings reported with W=1Bart Van Assche2-2/+10
2017-08-25scsi: ufs: reqs and tasks were put in the wrong orderZang Leigang1-1/+1
2017-08-25scsi: lpfc: lpfc version bump 11.4.0.3Dick Kennedy1-1/+1
2017-08-25scsi: lpfc: fix "integer constant too large" error on 32bit archsMaurizio Lombardi1-3/+2
2017-08-25scsi: lpfc: Add Buffer to Buffer credit recovery supportJames Smart10-14/+162
2017-08-25scsi: lpfc: remove console log clutterJames Smart1-1/+1
2017-08-25scsi: lpfc: Fix bad sgl reposting after 2nd adapter resetDick Kennedy1-2/+9
2017-08-25scsi: lpfc: Fix nvme target failure after 2nd adapter resetDick Kennedy1-1/+13
2017-08-25scsi: lpfc: Fix relative offset error on large nvmet target iosDick Kennedy1-2/+4
2017-08-25scsi: lpfc: Fix MRQ > 1 context list handlingDick Kennedy8-97/+234
2017-08-25scsi: lpfc: Limit amount of work processed in IRQDick Kennedy2-12/+20
2017-08-25scsi: lpfc: Correct issues with FAWWN and FDISCsDick Kennedy1-0/+1
2017-08-25scsi: lpfc: Fix NVME PRLI handling during RSCNDick Kennedy1-0/+10
2017-08-25scsi: lpfc: Fix crash in lpfc nvmet when fc port is resetDick Kennedy1-0/+16
2017-08-25scsi: lpfc: Fix duplicate NVME rport entries and namespaces.Dick Kennedy1-0/+20
2017-08-25scsi: lpfc: Fix handling of FCP and NVME FC4 types in Pt2Pt topologyDick Kennedy3-0/+38
2017-08-25scsi: lpfc: Correct return error codes to align with nvme_fc transportDick Kennedy2-14/+18
2017-08-25scsi: lpfc: convert info messages to standard messagesDick Kennedy1-2/+2
2017-08-25scsi: lpfc: Fix oops when NVME Target is discovered in a nonNVME environmentDick Kennedy1-0/+3
2017-08-25scsi: lpfc: Fix rediscovery on switch blade pullDick Kennedy1-5/+8
2017-08-25scsi: lpfc: Fix loop mode target discoveryDick Kennedy1-0/+3