summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2021-03-09scsi: FlashPoint: Fix typozuoqilin
2021-03-09scsi: ibmvfc: Switch to using kobj_to_dev()Jiapeng Chong
2021-03-09scsi: ufs: Remove duplicate include in ufshcdZhang Yunkai
2021-03-09scsi: qla4xxx: Fix a typoBhaskar Chowdhury
2021-03-09scsi: pm80xx: Replace magic numbers with device state definesIgor Pylypiv
2021-03-09scsi: pm80xx: Remove list entry from pm8001_ccb_infoIgor Pylypiv
2021-03-04scsi: storvsc: Parameterize number hardware queuesMelanie Plageman (Microsoft)
2021-03-04scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changesJames Smart
2021-03-04scsi: lpfc: Update lpfc version to 12.8.0.8James Smart
2021-03-04scsi: lpfc: Correct function header comments related to ndlp reference countingJames Smart
2021-03-04scsi: lpfc: Reduce LOG_TRACE_EVENT logging for vportsJames Smart
2021-03-04scsi: lpfc: Change wording of invalid pci reset log messageJames Smart
2021-03-04scsi: lpfc: Fix crash caused by switch rebootJames Smart
2021-03-04scsi: lpfc: Fix pt2pt state transition causing rmmod hangJames Smart
2021-03-04scsi: lpfc: Fix nodeinfo debugfs outputJames Smart
2021-03-04scsi: lpfc: Fix ADISC handling that never frees nodesJames Smart
2021-03-04scsi: lpfc: Fix PLOGI ACC to be transmit after REG_LOGINJames Smart
2021-03-04scsi: lpfc: Fix dropped FLOGI during pt2pt discovery recoveryJames Smart
2021-03-04scsi: lpfc: Fix status returned in lpfc_els_retry() error exit pathJames Smart
2021-03-04scsi: lpfc: Fix use after free in lpfc_els_free_iocbJames Smart
2021-03-04scsi: lpfc: Fix null pointer dereference in lpfc_prep_els_iocb()James Smart
2021-03-04scsi: lpfc: Fix unnecessary null check in lpfc_release_scsi_bufJames Smart
2021-03-04scsi: lpfc: Fix pt2pt connection does not recover after LOGOJames Smart
2021-03-04scsi: lpfc: Fix lpfc_els_retry() possible null pointer dereferenceJames Smart
2021-03-04scsi: lpfc: Fix FLOGI failure due to accessing a freed nodeJames Smart
2021-03-04scsi: lpfc: Fix stale node accesses on stale RRQ requestJames Smart
2021-03-04scsi: lpfc: Fix reftag generation sizing errorsJames Smart
2021-03-04scsi: lpfc: Fix vport indices in lpfc_find_vport_by_vpid()James Smart
2021-03-04scsi: lpfc: Fix incorrect dbde assignment when building target abts wqeJames Smart
2021-03-04scsi: scsi_debug: Fix cmd duration calculationDouglas Gilbert
2021-03-04scsi: core: Set shost as hctx driver_dataKashyap Desai
2021-03-04scsi: scsi_debug: Add new defer type for mq_pollDouglas Gilbert
2021-03-04scsi: scsi_debug: mq_poll supportKashyap Desai
2021-03-04scsi: megaraid_sas: mq_poll supportKashyap Desai
2021-03-04scsi: core: Add mq_poll support to SCSI layerKashyap Desai
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie
2021-03-04scsi: target: qla2xxx: Convert to new submission APIMike Christie
2021-03-04scsi: target: ibmvscsi_tgt: Convert to new submission APIMike Christie
2021-03-04scsi: core: Replace sdev->device_busy with sbitmapMing Lei
2021-03-04scsi: core: Make sure sdev->queue_depth is <= max(shost->can_queue, 1024)Ming Lei
2021-03-04scsi: core: Add scsi_device_busy() wrapperMing Lei
2021-03-04scsi: megaraid_sas: Replace sdev_busy with local counterKashyap Desai
2021-03-04scsi: blk-mq: Return budget token from .get_budget callbackMing Lei
2021-03-04scsi: blk-mq: Add callbacks for storing & retrieving budget tokenMing Lei
2021-03-04scsi: ufs: ufs-debugfs: Add user-defined exception event rate limitingAdrian Hunter
2021-03-04scsi: ufs: ufs-debugfs: Add user-defined exception_event_maskAdrian Hunter
2021-03-04scsi: ufs: Add exception event definitionsAdrian Hunter
2021-03-04scsi: ufs: Add exception event tracepointAdrian Hunter
2021-02-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-02-22scsi: hpsa: Correct dev cmds outstanding for retried cmdsDon Brace