summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-04-11scsi: libfc: directly call ELS request handlersJohannes Thumshirn-11/+9
2017-04-11scsi: sg: close race condition in sg_remove_sfp_usercontext()Hannes Reinecke-2/+10
2017-04-11scsi: sg: use standard lists for sg_requestsHannes Reinecke-86/+61
2017-04-11scsi: sg: check for valid direction before starting the requestJohannes Thumshirn-12/+34
2017-04-11scsi: sg: protect accesses to 'reserved' page arrayHannes Reinecke-20/+25
2017-04-11scsi: sg: remove 'save_scat_len'Hannes Reinecke-2/+0
2017-04-11scsi: sg: disable SET_FORCE_LOW_DMAHannes Reinecke-22/+9
2017-04-11scsi: qla2xxx: remove some redundant pointer assignmentsColin Ian King-6/+0
2017-04-06scsi: qla4xxx: drop redundant init_completionNicholas Mc Guire-1/+0
2017-04-06scsi: make asynchronous aborts mandatoryHannes Reinecke-94/+15
2017-04-06scsi: make scsi_eh_scmd_add() always succeedHannes Reinecke-31/+16
2017-04-06scsi: make eh_eflags persistentHannes Reinecke-11/+10
2017-04-06scsi: libsas: allow async abortsChristoph Hellwig-3/+0
2017-04-06scsi: always send command abortsHannes Reinecke-12/+0
2017-04-06scsi: sd: Return SUCCESS in sd_eh_action() after device offlineHannes Reinecke-1/+1
2017-04-06scsi: scsi_error: count medium access timeout only once per EH runHannes Reinecke-1/+46
2017-04-06scsi: csiostor: switch to pci_alloc_irq_vectorsChristoph Hellwig-82/+47
2017-04-06scsi: ses: don't get power status of SES device slot on probeMauricio Faria de Oliveira-2/+6
2017-04-06scsi: Make checking the scsi_device_get() return value mandatoryBart Van Assche-1/+1
2017-04-06scsi: osd_uld: Check scsi_device_get() return valueBart Van Assche-3/+5
2017-04-04scsi: sas: remove sas_domain_release_transportJohannes Thumshirn-8/+0
2017-04-04scsi: qla2xxx: Fix typo in driverMilan P Gandhi-7/+7
2017-04-04scsi: advansys: fix uninitialized data accessArnd Bergmann-11/+10
2017-03-30scsi: be2iscsi: switch to pci_alloc_irq_vectorsChristoph Hellwig-87/+42
2017-03-29Revert "scsi: ufs: add queries retry mechanism"Szymon Mielczarek-45/+9
2017-03-29scsi: hpsa: change driver versionDon Brace-1/+1
2017-03-29scsi: hpsa: update pci idsDon Brace-0/+4
2017-03-29scsi: hisi_sas: fix SATA dependencyArnd Bergmann-1/+2
2017-03-29scsi: ufs: just use sizeof() for snprintf()Tomohiro Kusumi-1/+1
2017-03-29scsi: ufs: remove deprecated enum for hw interruptTomohiro Kusumi-7/+0
2017-03-29scsi: ufs: add missing macros for register bits from UFSHCI specTomohiro Kusumi-0/+2
2017-03-29scsi: ufs: non functional macro fixTomohiro Kusumi-4/+4
2017-03-29scsi: ufs: use existing macro CONTROLLER_ENABLE to test register bitTomohiro Kusumi-1/+2
2017-03-29scsi: ufs: make ufshcd_is_{device_present, hba_active}() return boolTomohiro Kusumi-6/+6
2017-03-29scsi: hisi_sas: add missing break in switch statementColin Ian King-0/+1
2017-03-27MAINTAINERS: remove pmchba list for PM8001Jack Wang-1/+0
2017-03-27scsi: be2iscsi: Update driver versionJitendra Bhivare-1/+1
2017-03-27scsi: be2iscsi: Update CopyrightJitendra Bhivare-75/+36
2017-03-27scsi: be2iscsi: Check size before copying ASYNC handleJitendra Bhivare-1/+6
2017-03-27scsi: be2iscsi: Remove free_list for ASYNC handlesJitendra Bhivare-64/+43
2017-03-27scsi: be2iscsi: Use num_cons field in Rx CQEJitendra Bhivare-74/+51
2017-03-27scsi: be2iscsi: Increase HDQ default queue sizeJitendra Bhivare-16/+17
2017-03-27scsi: scsi_transport_iscsi: Use flush_work in iscsi_remove_sessionJitendra Bhivare-2/+1
2017-03-27scsi: be2iscsi: Replace spin_unlock_bh with spin_lockJitendra Bhivare-1/+1
2017-03-27scsi: be2iscsi: Fix closing of connectionJitendra Bhivare-160/+159
2017-03-27scsi: be2iscsi: Check tag in beiscsi_mccq_compl_waitJitendra Bhivare-0/+6
2017-03-27scsi: ufs: fix wrong/ambiguous fall through commentsTomohiro Kusumi-2/+1
2017-03-27scsi: osd_uld: remove an unneeded NULL checkDan Carpenter-4/+3
2017-03-23scsi: ipr: Driver version 2.6.4Brian King-2/+2
2017-03-23scsi: ipr: Fix SATA EH hangBrian King-21/+41