summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2014-06-14Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds18-190/+490
2014-06-09Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-0/+21
2014-06-02lpfc: Update lpfc version to driver version 10.2.8001.0James Smart1-2/+2
2014-06-02lpfc: Fix ExpressLane priority setupJames Smart2-1/+2
2014-06-02lpfc: mark old devices as obsoleteJames Smart1-34/+49
2014-06-02lpfc: Fix for initializing RRQ bitmapJames Smart1-0/+3
2014-06-02lpfc: Fix for cleaning up stale ring flag and sp_queue_event entriesJames Smart2-0/+49
2014-06-02lpfc: Update lpfc version to driver version 10.2.8000.0James Smart2-3/+3
2014-06-02lpfc: Update Copyright on changed files from 8.3.45 patchesJames Smart10-10/+10
2014-06-02lpfc: Update Copyright on changed filesJames Smart6-6/+6
2014-06-02lpfc: Fixed locking for scsi task management commandsJames Smart3-5/+141
2014-06-02lpfc: Convert runtime references to old xlane cfg param to fof cfg paramJames Smart5-26/+24
2014-06-02lpfc: Fix FW dump using sysfsJames Smart3-4/+17
2014-06-02lpfc: Fix SLI4 s abort loop to process all FCP rings and under ring_lockJames Smart3-80/+99
2014-06-02lpfc: Fixed kernel panic in lpfc_abort_handlerJames Smart2-1/+16
2014-06-02lpfc: Fix locking for postbufq when freeingJames Smart1-3/+12
2014-06-02lpfc: Fix locking for lpfc_hba_down_postJames Smart1-19/+60
2014-06-02lpfc: Fix dynamic transitions of FirstBurst from on to offJames Smart1-0/+1
2014-05-19lpfc: Add iotag memory barrierJames Smart1-0/+21
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang1-1/+1
2014-03-15[SCSI] lpfc: use NULL instead of 0 for pointerDaeseok Youn1-1/+1
2014-03-15[SCSI] lpfc: remove self-assignmentsJames Smart1-4/+0
2014-03-15[SCSI] lpfc 8.3.45: Update lpfc version to driver version 8.3.45James Smart1-1/+1
2014-03-15[SCSI] lpfc 8.3.45: Fixed crash during driver unload.James Smart3-9/+28
2014-03-15[SCSI] lpfc 8.3.45: Fixed driver error messages after firmware downloadJames Smart1-8/+14
2014-03-15[SCSI] lpfc 8.3.45: Fixed missing initialization for task management IOCBsJames Smart1-0/+2
2014-03-15[SCSI] lpfc 8.3.45: Fix sysfs buffer overrun in read of lpfc_fcp_cpu_map for ...James Smart3-6/+25
2014-03-15[SCSI] lpfc 8.3.45: Incorporate changes to use reason in change_queue_depth f...James Smart4-113/+19
2014-03-15[SCSI] lpfc 8.3.45: Incorporated support of a low-latency io pathJames Smart13-75/+1622
2014-03-15[SCSI] lpfc 8.3.45: Added dport mailbox pass through support.James Smart2-0/+5
2014-03-15[SCSI] lpfc 8.3.44: Update lpfc version to driver version 8.3.44James Smart1-1/+1
2014-03-15[SCSI] lpfc 8.3.44: Fixed unassigned variable in ELS timeout messageJames Smart1-0/+1
2014-03-15[SCSI] lpfc 8.3.44: Fixed incorrect allocation of iDiags directories/files in...James Smart1-0/+10
2014-03-15[SCSI] lpfc 8.3.44: Fix kernel panics from corrupted ndlp listJames Smart8-32/+110
2014-03-15[SCSI] lpfc 8.3.44: Fix Crash in lpfc_els_timeout_handlerJames Smart2-73/+84
2014-03-15[SCSI] lpfc 8.3.44: Fixed stopped FCF discovery on failed FCF record readJames Smart1-3/+9
2014-03-15[SCSI] lpfc 8.3.44: Fixed IO hang when in msi mode.James Smart2-1/+20
2013-12-19[SCSI] lpfc: Fix wrong assignment in lpfc_debugfs.cFelipe Pena1-1/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+0
2013-10-25[SCSI] lpfc: Fix typo on NULL assignmentFelipe Pena1-1/+1
2013-10-25[SCSI] lpfc 8.3.43: Update lpfc version to driver version 8.3.43James Smart1-1/+1
2013-10-25[SCSI] lpfc 8.3.43: Fixed not processing task management IOCB response statusJames Smart4-21/+104
2013-10-25[SCSI] lpfc 8.3.43: Fixed spinlock hang.James Smart1-2/+6
2013-10-25[SCSI] lpfc 8.3.43: Fixed invalid Total_Data_Placed value received for els an...James Smart2-4/+40
2013-10-25[SCSI] lpfc 8.3.43: Fixed invalid fcp_rsp length fir FCP_ICMNDJames Smart2-8/+35
2013-10-25[SCSI] lpfc 8.3.43: Fixed invalid mailbox timeoutsJames Smart1-0/+112
2013-10-25[SCSI] lpfc 8.3.43: Fixed spinlock inversion problem.James Smart1-4/+5
2013-10-25[SCSI] lpfc 8.3.43: Fix crash after xri limit is reached.James Smart2-7/+13
2013-10-25[SCSI] lpfc: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-1/+1
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0