summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-08-19scsi: lpfc: Fix oops when fewer hdwqs than cpusJames Smart
2019-08-19scsi: lpfc: Fix irq raising in lpfc_sli_hba_downJames Smart
2019-08-19scsi: lpfc: Fix Oops in nvme_register with target logout/loginJames Smart
2019-08-19scsi: lpfc: Fix issuing init_vpi mbox on SLI-3 cardJames Smart
2019-08-19scsi: lpfc: Fix ADISC reception terminating login state if a NVME targetJames Smart
2019-08-19scsi: lpfc: Fix discovery when target has no GID_FT informationJames Smart
2019-08-19scsi: lpfc: Fix port relogin failure due to GID_FT interactionJames Smart
2019-08-19scsi: lpfc: Fix leak of ELS completions on adapter resetJames Smart
2019-08-19scsi: lpfc: Fix failure to clear non-zero eq_delay after io rate reductionJames Smart
2019-08-19scsi: lpfc: Fix crash on driver unload in wq freeJames Smart
2019-08-19scsi: lpfc: Fix ELS field alignmentsJames Smart
2019-08-19scsi: lpfc: Fix PLOGI failure with high remoteport countJames Smart
2019-08-19scsi: lpfc: Limit xri count for kdump environmentJames Smart
2019-08-19scsi: lpfc: remove NULL check before some freeing functionsHariprasad Kelam
2019-08-19scsi: ufs-qcom: Make structure ufs_hba_qcom_vops constantNishka Dasgupta
2019-08-19scsi: lpfc: use spin_lock_irqsave in IRQ contextFuqian Huang
2019-08-19scsi: lpfc: remove redundant codeFuqian Huang
2019-08-19scsi: fnic: remove redundant assignment of variable rcColin Ian King
2019-08-19scsi: qla2xxx: cleanup trace buffer initializationMartin Wilck
2019-08-19scsi: qla2xxx: qla2x00_alloc_fw_dump: set ha->eftMartin Wilck
2019-08-12scsi: esas2r: Prefer pcie_capability_read_word()Frederick Lawler
2019-08-12scsi: csiostor: Prefer pcie_capability_read_word()Frederick Lawler
2019-08-12scsi: sym53c8xx_2: remove redundant assignment to retvColin Ian King
2019-08-12scsi: pmcraid: Fix a typo - pcmraid --> pmcraidChristophe JAILLET
2019-08-12scsi: fas216: Mark expected switch fall-throughsGustavo A. R. Silva
2019-08-12scsi: megaraid_sas: Introduce module parameter for default queue depthChandrakanth Patil
2019-08-12scsi: qla2xxx: Fix a NULL pointer dereferenceBart Van Assche
2019-08-12scsi: qla2xxx: Simplify qla24xx_async_abort_cmd()Bart Van Assche
2019-08-12scsi: qla2xxx: Remove two superfluous if-testsBart Van Assche
2019-08-12scsi: qla2xxx: Introduce qla2x00_els_dcmd2_free()Bart Van Assche
2019-08-12scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() functionBart Van Assche
2019-08-12scsi: qla2xxx: Report invalid mailbox status codesBart Van Assche
2019-08-12scsi: qla2xxx: Remove superfluous sts_entry_* castsBart Van Assche
2019-08-12scsi: qla2xxx: Let the compiler check the type of the SCSI command context po...Bart Van Assche
2019-08-12scsi: qla2xxx: Complain if sp->done() is not called from the completion pathBart Van Assche
2019-08-12scsi: qla2xxx: Make sure that aborted commands are freedBart Van Assche
2019-08-12scsi: qla2xxx: Introduce qla2xxx_get_next_handle()Bart Van Assche
2019-08-12scsi: qla2xxx: Modify NVMe include directivesBart Van Assche
2019-08-12scsi: qla2xxx: Make qlt_handle_abts_completion() more robustBart Van Assche
2019-08-12scsi: qla2xxx: Fix a race condition between aborting and completing a SCSI co...Bart Van Assche
2019-08-12scsi: qla2xxx: Introduce the function qla2xxx_init_sp()Bart Van Assche
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche
2019-08-12scsi: qla2xxx: Rework key encoding in qlt_find_host_by_d_id()Bart Van Assche
2019-08-12scsi: qla2xxx: Set the responder mode if appropriate for ELS pass-through IOCBsBart Van Assche
2019-08-12scsi: qla2xxx: Make it explicit that ELS pass-through IOCBs use little endianBart Van Assche
2019-08-12scsi: qla2xxx: Check secondary image if reading the primary image failsBart Van Assche
2019-08-12scsi: qla2xxx: Change the return type of qla24xx_read_flash_data()Bart Van Assche
2019-08-12scsi: qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDsBart Van Assche
2019-08-12scsi: qla2xxx: Complain if a soft reset failsBart Van Assche
2019-08-12scsi: qla2xxx: Use memcpy() and strlcpy() instead of strcpy() and strncpy()Bart Van Assche