aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2019-08-19scsi: lpfc: Fix discovery when target has no GID_FT informationJames Smart2-2/+20
2019-08-19scsi: lpfc: Fix port relogin failure due to GID_FT interactionJames Smart2-5/+18
2019-08-19scsi: lpfc: Fix leak of ELS completions on adapter resetJames Smart1-0/+3
2019-08-19scsi: lpfc: Fix failure to clear non-zero eq_delay after io rate reductionJames Smart1-11/+21
2019-08-19scsi: lpfc: Fix crash on driver unload in wq freeJames Smart1-6/+5
2019-08-19scsi: lpfc: Fix ELS field alignmentsJames Smart1-3/+3
2019-08-19scsi: lpfc: Fix PLOGI failure with high remoteport countJames Smart3-2/+19
2019-08-19scsi: lpfc: Limit xri count for kdump environmentJames Smart1-0/+5
2019-08-19scsi: lpfc: remove NULL check before some freeing functionsHariprasad Kelam1-12/+9
2019-08-19scsi: ufs-qcom: Make structure ufs_hba_qcom_vops constantNishka Dasgupta1-1/+1
2019-08-19scsi: lpfc: Mitigate high memory pre-allocation by SCSI-MQJames Smart4-4/+27
2019-08-19scsi: lpfc: use spin_lock_irqsave in IRQ contextFuqian Huang1-2/+3
2019-08-19scsi: lpfc: remove redundant codeFuqian Huang2-2/+0
2019-08-19scsi: fnic: remove redundant assignment of variable rcColin Ian King1-3/+1
2019-08-19scsi: qla2xxx: cleanup trace buffer initializationMartin Wilck2-113/+96
2019-08-19scsi: qla2xxx: qla2x00_alloc_fw_dump: set ha->eftMartin Wilck1-0/+2
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+29
2019-08-16qla2xxx: remove SGI SN2 supportChristoph Hellwig1-14/+0
2019-08-16qla1280: remove SGI SN2 supportChristoph Hellwig2-40/+0
2019-08-14scsi: ufs: Fix NULL pointer dereference in ufshcd_config_vreg_hpm()Adrian Hunter1-0/+3
2019-08-14scsi: qla2xxx: Fix gnl.l memory leak on adapter init failureBill Kuzeja2-1/+12
2019-08-13Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+21
2019-08-12scsi: esas2r: Prefer pcie_capability_read_word()Frederick Lawler2-18/+9
2019-08-12scsi: csiostor: Prefer pcie_capability_read_word()Frederick Lawler1-6/+2
2019-08-12scsi: sym53c8xx_2: remove redundant assignment to retvColin Ian King1-1/+1
2019-08-12scsi: pmcraid: Fix a typo - pcmraid --> pmcraidChristophe JAILLET1-1/+1
2019-08-12scsi: fas216: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+8
2019-08-12scsi: megaraid_sas: Introduce module parameter for default queue depthChandrakanth Patil2-21/+92
2019-08-12scsi: qla2xxx: Fix a NULL pointer dereferenceBart Van Assche1-1/+2
2019-08-12scsi: qla2xxx: Simplify qla24xx_async_abort_cmd()Bart Van Assche1-8/+6
2019-08-12scsi: qla2xxx: Remove two superfluous if-testsBart Van Assche1-14/+11
2019-08-12scsi: qla2xxx: Introduce qla2x00_els_dcmd2_free()Bart Van Assche4-35/+21
2019-08-12scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() functionBart Van Assche7-133/+45
2019-08-12scsi: qla2xxx: Report invalid mailbox status codesBart Van Assche2-0/+14
2019-08-12scsi: qla2xxx: Remove superfluous sts_entry_* castsBart Van Assche1-10/+5
2019-08-12scsi: qla2xxx: Let the compiler check the type of the SCSI command context pointerBart Van Assche4-30/+20
2019-08-12scsi: qla2xxx: Complain if sp->done() is not called from the completion pathBart Van Assche3-0/+12
2019-08-12scsi: qla2xxx: Make sure that aborted commands are freedBart Van Assche2-5/+12
2019-08-12scsi: qla2xxx: Introduce qla2xxx_get_next_handle()Bart Van Assche4-114/+42
2019-08-12scsi: qla2xxx: Modify NVMe include directivesBart Van Assche1-1/+0
2019-08-12scsi: qla2xxx: Make qlt_handle_abts_completion() more robustBart Van Assche1-1/+1
2019-08-12scsi: qla2xxx: Fix a race condition between aborting and completing a SCSI commandBart Van Assche2-38/+8
2019-08-12scsi: qla2xxx: Introduce the function qla2xxx_init_sp()Bart Van Assche1-13/+15
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche13-100/+54
2019-08-12scsi: qla2xxx: Rework key encoding in qlt_find_host_by_d_id()Bart Van Assche1-4/+2
2019-08-12scsi: qla2xxx: Set the responder mode if appropriate for ELS pass-through IOCBsBart Van Assche1-1/+2
2019-08-12scsi: qla2xxx: Make it explicit that ELS pass-through IOCBs use little endianBart Van Assche2-7/+8
2019-08-12scsi: qla2xxx: Check secondary image if reading the primary image failsBart Van Assche1-2/+6
2019-08-12scsi: qla2xxx: Change the return type of qla24xx_read_flash_data()Bart Van Assche2-4/+6
2019-08-12scsi: qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDsBart Van Assche6-173/+144