summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* scsi: target/iscsi: Convert comments about locking into runtime checksBart Van Assche2019-02-047-42/+31
* scsi: target/iscsi: Remove an incorrect commentBart Van Assche2019-02-041-3/+0
* scsi: RDMA/srpt: Fix a credit leak for aborted commandsBart Van Assche2019-02-041-0/+11
* scsi: RDMA/srpt: Rework I/O context allocationBart Van Assche2019-02-042-32/+19
* scsi: RDMA/srpt: Fix handling of TMF submission failureBart Van Assche2019-02-041-3/+1
* scsi: RDMA/srpt: Fix handling of command / TMF submission failureBart Van Assche2019-02-041-5/+4
* scsi: target/core: Add target_send_busy()Bart Van Assche2019-02-042-0/+17
* scsi: target/core: Inline transport_lun_remove_cmd()Bart Van Assche2019-02-041-28/+3
* scsi: target/core: Simplify the LUN RESET implementationBart Van Assche2019-02-041-12/+2
* scsi: target/core: Remove several state tests from the TMF codeBart Van Assche2019-02-043-28/+0
* scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-0416-120/+0
* scsi: csiostor: Remove set but not used variable 'pln'YueHaibing2019-02-011-3/+0
* scsi: qla2xxx: Add new FC-NVMe enable BIT to enable FC-NVMe featureGiridhar Malavali2019-02-012-1/+6
* scsi: hisi_sas: Add missing seq_printf() call in hisi_sas_show_row_32()John Garry2019-01-291-0/+1
* scsi: hisi_sas: Fix to only call scsi_get_prot_op() for non-NULL scsi_cmndJohn Garry2019-01-291-1/+2
* scsi: hisi_sas: Some misc tidy-upJohn Garry2019-01-291-11/+22
* scsi: hisi_sas: Correct memory allocation size for DQ debugfsLuo Jiaxing2019-01-291-2/+2
* scsi: hisi_sas: Fix losing directly attached disk when hot-plugXiaofei Tan2019-01-294-9/+56
* scsi: hisi_sas: Reject setting programmed minimum linkrate > 1.5GLuo Jiaxing2019-01-291-4/+8
* scsi: hisi_sas: Remove unused parameter of function hisi_sas_alloc()Xiang Chen2019-01-293-4/+4
* scsi: hisi_sas: remove the check of sas_dev status in hisi_sas_I_T_nexus_reset()Xiang Chen2019-01-293-16/+0
* scsi: hisi_sas: shutdown axi bus to avoid exception CQ returnedXiang Chen2019-01-291-0/+12
* scsi: hisi_sas: send primitive NOTIFY to SSP situation onlyXiang Chen2019-01-295-8/+9
* scsi: hisi_sas: Add debugfs ITCT file and add file operationsLuo Jiaxing2019-01-291-0/+33
* scsi: hisi_sas: Fix type casting and missing static qualifier in debugfs codeJohn Garry2019-01-292-12/+13
* scsi: hisi_sas: No need to check return value of debugfs_create functionsJohn Garry2019-01-292-37/+17
* scsi: pcmcia: nsp_cs: Remove unnecessary parenthesesNathan Chancellor2019-01-291-1/+2
* scsi: nsp32: Remove unnecessary self assignment in nsp32_set_sync_entryNathan Chancellor2019-01-291-1/+0
* scsi: prefix header search paths with $(srctree)/Masahiro Yamada2019-01-292-2/+2
* scsi: remove unneeded header search pathsMasahiro Yamada2019-01-293-4/+0
* scsi: fnic: Remove set but not used variable 'vdev'YueHaibing2019-01-292-6/+0
* scsi: sd: Protect against READ(6) or WRITE(6) with zero block transfer lengthBart Van Assche2019-01-291-0/+4
* scsi: libsas: Remove scsi_to_u32()Bart Van Assche2019-01-292-10/+5
* scsi: hpsa: clean up two indentation issuesColin Ian King2019-01-291-2/+2
* scsi: qla2xxx: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-42/+1
* scsi: qedf: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-292-31/+4
* scsi: lpfc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-170/+0
* scsi: snic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-295-133/+32
* scsi: fnic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-295-108/+10
* scsi: csiostor: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-5/+1
* scsi: bfa: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-18/+0
* scsi: MAINTAINERS: Move FCoE to Hannes ReineckeJohannes Thumshirn2019-01-291-1/+1
* scsi: fcoe: remove unneeded fcoe_ctlr_destroy_store exportGreg Kroah-Hartman2019-01-291-1/+0
* scsi: fcoe: convert to use BUS_ATTR_WOGreg Kroah-Hartman2019-01-291-2/+13
* scsi: arcmsr: Update driver version to v1.40.00.10-20190116Ching Huang2019-01-221-1/+1
* scsi: arcmsr: Fix suspend/resume of ACB_ADAPTER_TYPE_B part 2Ching Huang2019-01-221-1/+5
* scsi: arcmsr: Use dma_alloc_coherent to replace dma_zalloc_coherentChing Huang2019-01-221-3/+3
* scsi: fnic: Update fnic driver version to 1.6.0.47Satish Kharat2019-01-221-1/+1
* scsi: fnic: Enable fnic devcmd2 interfaceSatish Kharat2019-01-223-1/+29
* scsi: fnic: Adding devcmd2 init and posting interfacesSatish Kharat2019-01-221-4/+219