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