summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-12scsi: esas2r: Replace semaphore fm_api_semaphore with mutexBinoy Jayan3-4/+4
2017-06-12scsi: qla2xxx: Fix compile warningHimanshu Madhani1-2/+2
2017-06-12scsi: qla2xxx: remove redundant null check on tgtColin Ian King1-6/+0
2017-06-12scsi: ufshcd-pci: Add Intel CNL supportAdrian Hunter1-0/+38
2017-06-12scsi: ufshcd-pci: Fix PM configAdrian Hunter1-13/+9
2017-06-12scsi: lpfc: make a couple of functions staticColin Ian King1-2/+2
2017-06-12scsi: xen-scsifront: Remove code that zeroes driver-private command dataBart Van Assche1-1/+0
2017-06-12scsi: virtio_scsi: Remove code that zeroes driver-private command dataBart Van Assche1-1/+0
2017-06-12scsi: snic: Remove code that zeroes driver-private command dataBart Van Assche1-2/+0
2017-06-12scsi: Make scsi_mq_prep_fn() call scsi_init_command()Bart Van Assche1-16/+9
2017-06-12scsi: Introduce scsi_mq_sgl_size()Bart Van Assche1-9/+10
2017-06-12scsi: Only add commands to the device command list if required by the LLDBart Van Assche3-28/+35
2017-06-12scsi: Make __scsi_remove_device go straight from BLOCKED to DELBart Van Assche2-1/+11
2017-06-12scsi: Introduce scsi_start_queue()Bart Van Assche2-10/+16
2017-06-12scsi: Protect SCSI device state changes with a mutexBart Van Assche7-24/+66
2017-06-12scsi: Create two versions of scsi_internal_device_unblock()Bart Van Assche3-18/+36
2017-06-12scsi: Split scsi_internal_device_block()Bart Van Assche3-29/+50
2017-06-12scsi: Avoid that scsi_exit_rq() triggers a use-after-freeBart Van Assche2-18/+30
2017-06-12scsi: megaraid: Fix a sleep-in-atomic bugJia-Ju Bai1-1/+1
2017-06-12scsi: ufs: Tidy clocks list head usageSzymon Mielczarek4-11/+7
2017-06-12scsi: atari_scsi: Use m68k_realnum_memory for FastRAM testMichael Schmitz1-1/+1
2017-06-12scsi: qla2xxx: remove writeq/readq function definitionsCorentin Labbe1-15/+2
2017-06-12scsi: qedf: Check if sense buffer has been allocated during completionDupuis, Chad1-4/+7
2017-06-12scsi: qla2xxx: Remove extra register readQuinn Tran2-10/+5
2017-06-12scsi: qla2xxx: Remove unused irq_cmd_count field.Quinn Tran2-9/+1
2017-06-12scsi: qla2xxx: Accelerate SCSI BUSY status generation in target modeQuinn Tran2-2/+13
2017-06-12scsi: qla2xxx: Remove redundant wait when target is stopped.Quinn Tran1-17/+16
2017-06-12scsi: qla2xxx: Add ql2xiniexchg parameterQuinn Tran7-85/+140
2017-06-12scsi: qla2xxx: Turn on FW option for exchange checkQuinn Tran3-12/+34
2017-06-12scsi: qla2xxx: Cleanup debug message IDsQuinn Tran10-369/+352
2017-06-12scsi: qla2xxx: Fix name server reloginQuinn Tran4-1/+76
2017-06-12scsi: qla2xxx: Convert 32-bit LUN usage to 64-bitQuinn Tran3-20/+18
2017-06-12scsi: qla2xxx: Use flag PFLG_DISCONNECTED.Sawan Chandak2-4/+2
2017-06-12scsi: tcm_qla2xxx: Do not allow aborted cmd to advance.Quinn Tran1-0/+13
2017-06-12scsi: qla2xxx: Fix path recoveryQuinn Tran1-5/+16
2017-06-12scsi: qla2xxx: Retain loop test for fwdump length exceeding buffer lengthJoe Carnuccio2-11/+13
2017-06-12scsi: qla2xxx: Replace usage of spin_lock with spin_lock_irqsaveQuinn Tran1-12/+14
2017-06-12scsi: qla2xxx: Allow ABTS, PURX, RIDA on ATIOQ for ISP83XX/27XXQuinn Tran1-2/+5
2017-06-12scsi: qedf: Update version number to 8.18.22.0.Chad Dupuis1-3/+3
2017-06-12scsi: qedf: Add change_queue_depth member to scsi_host_template().Chad Dupuis1-0/+1
2017-06-12scsi: qedf: Change cmd_per_lun in scsi_host_template to 32 to increase perfor...Chad Dupuis1-1/+1
2017-06-12scsi: qedf: Move some prints to a debug level so they do not print when no de...Chad Dupuis1-5/+8
2017-06-12scsi: qedf: Fixup unnecessary parantheses around test_bit operations.Chad Dupuis2-4/+4
2017-06-12scsi: qedf: Add non-offload receive filters.Chad Dupuis1-0/+43
2017-06-12scsi: qedf: Add bus_reset No-op.Chad Dupuis1-0/+11
2017-06-12scsi: qedf: Use same logic for SCSI host reset and FC lip_reset.Chad Dupuis1-16/+23
2017-06-12scsi: qedf: Set qed logging level to QED_LEVEL_NOTICE.Chad Dupuis1-1/+1
2017-06-12scsi: qedf: Add fka_period SCSI host attribute to show fip keep alive period.Chad Dupuis1-19/+38
2017-06-12scsi: qedf: Check that fcport is offloaded before dereferencing pointers in i...Chad Dupuis1-6/+16
2017-06-12scsi: qedf: Look at all descriptors when processing a clear virtual link.Chad Dupuis1-11/+9