aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-12scsi: Create two versions of scsi_internal_device_unblock()Bart Van Assche2-16/+34
2017-06-12scsi: Split scsi_internal_device_block()Bart Van Assche2-28/+49
2017-06-12scsi: Avoid that scsi_exit_rq() triggers a use-after-freeBart Van Assche1-18/+29
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 performance.Chad Dupuis1-1/+1
2017-06-12scsi: qedf: Move some prints to a debug level so they do not print when no debugging is enabled.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 initiate_abts|cleanup.Chad Dupuis1-6/+16
2017-06-12scsi: qedf: Look at all descriptors when processing a clear virtual link.Chad Dupuis1-11/+9
2017-06-12scsi: qedf: Honor qed_ops->common->set_fp_int() return code.Chad Dupuis1-0/+2
2017-06-12scsi: qedf: Update copyright to 2017.Chad Dupuis14-14/+14
2017-06-12scsi: qedf: Enable basic FDMI information.Chad Dupuis1-0/+56
2017-06-12scsi: csiostor: add check for supported fw versionVarun Prakash2-0/+20
2017-06-12scsi: fcoe: Remove an extra out label in _fcoe_create functionMilan P. Gandhi1-2/+2
2017-06-12scsi: fcoe: Fix few small typos in fcoe.cMilan P. Gandhi1-4/+4
2017-06-12scsi: lpfc: fix spelling mistake "entrys" -> "entries"Colin Ian King1-1/+1
2017-06-12scsi: qla2xxx: Remove an unused structure memberBart Van Assche1-1/+0
2017-06-12scsi: hisi_sas: add null check before indirect pointer dereferenceGustavo A. R. Silva1-1/+1
2017-06-12scsi: smartpqi: mark PM functions as __maybe_unusedArnd Bergmann1-10/+2
2017-06-12scsi: csiostor: Avoid content leaks and castsKees Cook1-17/+26
2017-06-12scsi: storvsc: remove unnecessary channel inbound lockStephen Hemminger2-6/+3
2017-06-12scsi: storvsc: use in place iterator functionStephen Hemminger1-29/+15
2017-06-12scsi: csiostor: add support for Chelsio T6 adaptersVarun Prakash5-44/+88
2017-06-12scsi: libiscsi: use kvzalloc for iscsi_pool_initKyle Fortin1-2/+2