summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/remote_device.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-13scsi: qla2xxx: Turn on FW option for exchange checkQuinn Tran3-12/+34
2017-06-13scsi: qla2xxx: Cleanup debug message IDsQuinn Tran10-369/+352
2017-06-13scsi: qla2xxx: Fix name server reloginQuinn Tran4-1/+76
2017-06-13scsi: qla2xxx: Convert 32-bit LUN usage to 64-bitQuinn Tran3-20/+18
2017-06-13scsi: qla2xxx: Use flag PFLG_DISCONNECTED.Sawan Chandak2-4/+2
2017-06-13scsi: tcm_qla2xxx: Do not allow aborted cmd to advance.Quinn Tran1-0/+13
2017-06-13scsi: qla2xxx: Fix path recoveryQuinn Tran1-5/+16
2017-06-13scsi: qla2xxx: Retain loop test for fwdump length exceeding buffer lengthJoe Carnuccio2-11/+13
2017-06-13scsi: qla2xxx: Replace usage of spin_lock with spin_lock_irqsaveQuinn Tran1-12/+14
2017-06-13scsi: qla2xxx: Allow ABTS, PURX, RIDA on ATIOQ for ISP83XX/27XXQuinn Tran1-2/+5
2017-06-13scsi: qedf: Update version number to 8.18.22.0.Chad Dupuis1-3/+3
2017-06-13scsi: qedf: Add change_queue_depth member to scsi_host_template().Chad Dupuis1-0/+1
2017-06-13scsi: qedf: Change cmd_per_lun in scsi_host_template to 32 to increase perfor...Chad Dupuis1-1/+1
2017-06-13scsi: qedf: Move some prints to a debug level so they do not print when no de...Chad Dupuis1-5/+8
2017-06-13scsi: qedf: Fixup unnecessary parantheses around test_bit operations.Chad Dupuis2-4/+4
2017-06-13scsi: qedf: Add non-offload receive filters.Chad Dupuis1-0/+43
2017-06-13scsi: qedf: Add bus_reset No-op.Chad Dupuis1-0/+11
2017-06-13scsi: qedf: Use same logic for SCSI host reset and FC lip_reset.Chad Dupuis1-16/+23
2017-06-13scsi: qedf: Set qed logging level to QED_LEVEL_NOTICE.Chad Dupuis1-1/+1
2017-06-13scsi: qedf: Add fka_period SCSI host attribute to show fip keep alive period.Chad Dupuis1-19/+38
2017-06-13scsi: qedf: Check that fcport is offloaded before dereferencing pointers in i...Chad Dupuis1-6/+16
2017-06-13scsi: qedf: Look at all descriptors when processing a clear virtual link.Chad Dupuis1-11/+9
2017-06-13scsi: qedf: Honor qed_ops->common->set_fp_int() return code.Chad Dupuis1-0/+2
2017-06-13scsi: qedf: Update copyright to 2017.Chad Dupuis14-14/+14
2017-06-13scsi: qedf: Enable basic FDMI information.Chad Dupuis1-0/+56
2017-06-13scsi: csiostor: add check for supported fw versionVarun Prakash2-0/+20
2017-06-13scsi: fcoe: Remove an extra out label in _fcoe_create functionMilan P. Gandhi1-2/+2
2017-06-13scsi: fcoe: Fix few small typos in fcoe.cMilan P. Gandhi1-4/+4
2017-06-13scsi: lpfc: fix spelling mistake "entrys" -> "entries"Colin Ian King1-1/+1
2017-06-13scsi: qla2xxx: Remove an unused structure memberBart Van Assche1-1/+0
2017-06-13scsi: hisi_sas: add null check before indirect pointer dereferenceGustavo A. R. Silva1-1/+1
2017-06-13scsi: smartpqi: mark PM functions as __maybe_unusedArnd Bergmann1-10/+2
2017-06-13scsi: csiostor: Avoid content leaks and castsKees Cook1-17/+26
2017-06-13scsi: storvsc: remove unnecessary channel inbound lockStephen Hemminger3-7/+3
2017-06-13scsi: storvsc: use in place iterator functionStephen Hemminger1-29/+15
2017-06-13scsi: csiostor: add support for Chelsio T6 adaptersVarun Prakash5-44/+88
2017-06-13scsi: libiscsi: use kvzalloc for iscsi_pool_initKyle Fortin1-2/+2
2017-06-13scsi: smartpqi: bump driver versionKevin Barnett1-7/+8
2017-06-13scsi: smartpqi: remove writeq/readq function definitionsCorentin Labbe1-29/+2
2017-06-13scsi: smartpqi: add module parametersKevin Barnett1-5/+24
2017-06-13scsi: smartpqi: cleanup list initializationKevin Barnett1-8/+3
2017-06-13scsi: smartpqi: add raid level showKevin Barnett1-1/+29
2017-06-13scsi: smartpqi: make ioaccel references consistentKevin Barnett2-39/+30
2017-06-13scsi: smartpqi: enhance device add and remove messagesKevin Barnett1-21/+69
2017-06-13scsi: smartpqi: update timeout on admin commandsKevin Barnett1-1/+5
2017-06-13scsi: smartpqi: map more raid errors to SCSI errorsKevin Barnett1-1/+31
2017-06-13scsi: smartpqi: cleanup controller brandingKevin Barnett1-15/+3
2017-06-13scsi: smartpqi: update rescan workerKevin Barnett2-66/+77
2017-06-13scsi: smartpqi: update device offlineKevin Barnett1-9/+21
2017-06-13scsi: smartpqi: correct aio error pathKevin Barnett2-68/+285