aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook3-32/+27
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-05-28scsi: lpfc: update driver version to 12.0.0.4James Smart1-1/+1
2018-05-28scsi: lpfc: Fix port initialization failure.James Smart1-3/+18
2018-05-28scsi: lpfc: Fix 16gb hbas failing cq create.James Smart3-20/+1
2018-05-28scsi: lpfc: Fix crash in blk_mq layer when executing modprobe -r lpfcJames Smart1-0/+9
2018-05-28scsi: lpfc: correct oversubscription of nvme io requests for an adapterJames Smart3-4/+32
2018-05-28scsi: lpfc: Fix MDS diagnostics failure (Rx < Tx)James Smart2-5/+17
2018-05-08scsi: lpfc: fix spelling mistakes: "mabilbox" and "maibox"Colin Ian King2-12/+12
2018-05-08scsi: lpfc: Comment cleanup regarding Broadcom copyright headerJames Smart10-10/+10
2018-05-08scsi: lpfc: update driver version to 12.0.0.3James Smart1-1/+1
2018-05-08scsi: lpfc: Enhance log messages when reporting CQE errorsJames Smart1-7/+16
2018-05-08scsi: lpfc: Fix up log messages and stats counters in IO submit code pathJames Smart4-23/+37
2018-05-08scsi: lpfc: Driver NVME load fails when CPU cnt > WQ resource cntJames Smart1-0/+34
2018-05-08scsi: lpfc: Handle new link fault code returned by adapter firmware.James Smart2-17/+15
2018-05-08scsi: lpfc: Correct fw download error messageJames Smart2-1/+8
2018-05-08scsi: lpfc: enhance LE data structure copies to hardwareJames Smart1-14/+42
2018-05-08scsi: lpfc: Change IO submit return to EBUSY if remote port is recoveringJames Smart1-6/+7
2018-04-18scsi: lpfc: update driver version to 12.0.0.2James Smart1-1/+1
2018-04-18scsi: lpfc: Correct missing remoteport registration during link bouncesJames Smart2-4/+5
2018-04-18scsi: lpfc: Fix NULL pointer reference when resetting adapterJames Smart1-16/+20
2018-04-18scsi: lpfc: Fix nvme remoteport registration race conditionsJames Smart1-2/+14
2018-04-18scsi: lpfc: Fix driver not recovering NVME rports during target link faultsJames Smart3-3/+15
2018-04-18scsi: lpfc: Fix WQ/CQ creation for older asic's.James Smart3-0/+28
2018-04-18scsi: lpfc: Fix NULL pointer access in lpfc_nvme_info_showJames Smart4-10/+31
2018-04-18scsi: lpfc: Fix lingering lpfc_wq resource after driver unloadJames Smart1-3/+8
2018-04-18scsi: lpfc: Fix Abort request WQ selectionJames Smart2-13/+13
2018-04-18scsi: lpfc: Enlarge nvmet asynchronous receive buffer countsJames Smart4-3/+17
2018-04-18scsi: lpfc: Add per io channel NVME IO statisticsJames Smart6-91/+173
2018-04-18scsi: lpfc: Correct target queue depth application changesJames Smart4-20/+66
2018-04-18scsi: lpfc: Fix multiple PRLI completion error pathJames Smart1-23/+6
2018-03-14scsi: lpfc: make several unions static, fix non-ANSI prototypeColin Ian King2-8/+8
2018-03-12scsi: lpfc: Change Copyright of 12.0.0.1 modified files to 2018James Smart2-2/+2
2018-03-12scsi: lpfc: update driver version to 12.0.0.1James Smart1-1/+1
2018-03-12scsi: lpfc: Memory allocation error during driver start-up on power8James Smart4-11/+21
2018-03-12scsi: lpfc: Fix mailbox wait for POST_SGL mbox commandJames Smart2-22/+13
2018-03-12scsi: lpfc: Fix SCSI lun discovery when port configured for both SCSI and NVMEJames Smart3-1/+6
2018-03-12scsi: lpfc: Streamline NVME Targe6t WQE setupJames Smart3-104/+191
2018-03-12scsi: lpfc: Streamline NVME Initiator WQE setupJames Smart4-127/+203
2018-03-12scsi: lpfc: Code cleanup for 128byte wqe data typeJames Smart5-66/+61
2018-03-12scsi: lpfc: Fix NVME Initiator FirstBurstJames Smart2-1/+16
2018-03-12scsi: lpfc: Add missing unlock in WQ full logicJames Smart1-0/+1
2018-03-06scsi: lpfc: use __raw_writeX on DPP copiesJames Smart1-2/+9
2018-02-22scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018James Smart6-6/+6
2018-02-22scsi: lpfc: update driver version to 12.0.0.0James Smart1-1/+1
2018-02-22scsi: lpfc: Work around NVME cmd iu SGL typeJames Smart6-17/+69
2018-02-22scsi: lpfc: Fix nvme embedded io length on new hardwareJames Smart1-1/+1
2018-02-22scsi: lpfc: Add embedded data pointers for enhanced performanceJames Smart7-6/+94
2018-02-22scsi: lpfc: Enable fw download on if_type=6 devicesJames Smart3-17/+33
2018-02-22scsi: lpfc: Add if_type=6 support for cycling valid bitsJames Smart4-17/+92