summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* lpfc: update lpfc version to driver version 10.4.8000.0James Smart2014-09-161-1/+1
* lpfc: fix for handling unmapped ndlp in target reset handlerJames Smart2014-09-162-2/+14
* lpfc: fix low priority issues from fortify source code scanJames Smart2014-09-168-49/+25Star
* lpfc: fix high priority issues from fortify source code scanJames Smart2014-09-166-40/+53
* lpfc: fix crash from page fault caused by use after rport deleteJames Smart2014-09-161-0/+12
* lpfc: fix locking issues with abort data pathsJames Smart2014-09-163-48/+83
* lpfc: fix race between LOGO/PLOGI handling causing NULL pointerJames Smart2014-09-163-2/+30
* lpfc: fix IP Reset processing - wait for RDY before proceedingJames Smart2014-09-161-62/+47Star
* lpfc: fix quarantined XRI recovery qualifier state in link bounceJames Smart2014-09-163-38/+0Star
* lpfc: fix discovery timeout during nameserver loginJames Smart2014-09-163-1/+29
* lpfc: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-09-161-22/+17Star
* lpfc: do not feed jiffies as random seed from lpfc driverDaniel Borkmann2014-09-161-4/+0Star
* lpfc: use time_after()Manuel Schölling2014-09-161-1/+3
* lpfc: use dma_zalloc_coherentJoe Perches2014-09-164-30/+17Star
* lpfc: mark function as static in lpfc/lpfc_bsg.cRashika Kheria2014-09-161-1/+1
* lpfc: mark functions as static in lpfc/lpfc_scsi.cRashika Kheria2014-09-161-5/+5
* lpfc: mark functions as static in lpfc/lpfc_init.cRashika Kheria2014-09-161-3/+3
* lpfc: mark functions as static in lpfc/lpfc_hbadisc.cRashika Kheria2014-09-161-3/+4
* lpfc: mark functions as static in lpfc/lpfc_sli.cRashika Kheria2014-09-161-7/+7
* lpfc: Remove superfluous call to pci_disable_msix()Alexander Gordeev2014-07-291-3/+6
* scsi: use 64-bit value for 'max_luns'Hannes Reinecke2014-07-171-1/+9
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-18/+18
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-06-1518-190/+490
|\
| * lpfc: Update lpfc version to driver version 10.2.8001.0James Smart2014-06-021-2/+2
| * lpfc: Fix ExpressLane priority setupJames Smart2014-06-022-1/+2
| * lpfc: mark old devices as obsoleteJames Smart2014-06-021-34/+49
| * lpfc: Fix for initializing RRQ bitmapJames Smart2014-06-021-0/+3
| * lpfc: Fix for cleaning up stale ring flag and sp_queue_event entriesJames Smart2014-06-022-0/+49
| * lpfc: Update lpfc version to driver version 10.2.8000.0James Smart2014-06-022-3/+3
| * lpfc: Update Copyright on changed files from 8.3.45 patchesJames Smart2014-06-0210-10/+10
| * lpfc: Update Copyright on changed filesJames Smart2014-06-026-6/+6
| * lpfc: Fixed locking for scsi task management commandsJames Smart2014-06-023-5/+141
| * lpfc: Convert runtime references to old xlane cfg param to fof cfg paramJames Smart2014-06-025-26/+24Star
| * lpfc: Fix FW dump using sysfsJames Smart2014-06-023-4/+17
| * lpfc: Fix SLI4 s abort loop to process all FCP rings and under ring_lockJames Smart2014-06-023-80/+99
| * lpfc: Fixed kernel panic in lpfc_abort_handlerJames Smart2014-06-022-1/+16
| * lpfc: Fix locking for postbufq when freeingJames Smart2014-06-021-3/+12
| * lpfc: Fix locking for lpfc_hba_down_postJames Smart2014-06-021-19/+60
| * lpfc: Fix dynamic transitions of FirstBurst from on to offJames Smart2014-06-021-0/+1
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-06-101-0/+21
|\|
| * lpfc: Add iotag memory barrierJames Smart2014-05-191-0/+21
* | sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-181-1/+1
|/
* [SCSI] lpfc: use NULL instead of 0 for pointerDaeseok Youn2014-03-151-1/+1
* [SCSI] lpfc: remove self-assignmentsJames Smart2014-03-151-4/+0Star
* [SCSI] lpfc 8.3.45: Update lpfc version to driver version 8.3.45James Smart2014-03-151-1/+1
* [SCSI] lpfc 8.3.45: Fixed crash during driver unload.James Smart2014-03-153-9/+28
* [SCSI] lpfc 8.3.45: Fixed driver error messages after firmware downloadJames Smart2014-03-151-8/+14
* [SCSI] lpfc 8.3.45: Fixed missing initialization for task management IOCBsJames Smart2014-03-151-0/+2
* [SCSI] lpfc 8.3.45: Fix sysfs buffer overrun in read of lpfc_fcp_cpu_map for ...James Smart2014-03-153-6/+25
* [SCSI] lpfc 8.3.45: Incorporate changes to use reason in change_queue_depth f...James Smart2014-03-154-113/+19Star