summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorLines
2015-01-09lpfc: correct device removal deadlock after link bounceJames Smart-0/+9
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley-2/+0
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+4
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig-2/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig-22/+4
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig-20/+3
2014-11-24lpfc: remove queue_depth eventsChristoph Hellwig-66/+0
2014-11-19kill f_dentry usesAl Viro-2/+2
2014-11-19assorted conversions to %p[dD]Al Viro-2/+2
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig-2/+2
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig-4/+3
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig-15/+1
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig-22/+2
2014-09-16lpfc: update lpfc version to driver version 10.4.8000.0James Smart-1/+1
2014-09-16lpfc: fix for handling unmapped ndlp in target reset handlerJames Smart-2/+14
2014-09-16lpfc: fix low priority issues from fortify source code scanJames Smart-49/+25
2014-09-16lpfc: fix high priority issues from fortify source code scanJames Smart-40/+53
2014-09-16lpfc: fix crash from page fault caused by use after rport deleteJames Smart-0/+12
2014-09-16lpfc: fix locking issues with abort data pathsJames Smart-48/+83
2014-09-16lpfc: fix race between LOGO/PLOGI handling causing NULL pointerJames Smart-2/+30
2014-09-16lpfc: fix IP Reset processing - wait for RDY before proceedingJames Smart-62/+47
2014-09-16lpfc: fix quarantined XRI recovery qualifier state in link bounceJames Smart-38/+0
2014-09-16lpfc: fix discovery timeout during nameserver loginJames Smart-1/+29
2014-09-16lpfc: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev-22/+17
2014-09-16lpfc: do not feed jiffies as random seed from lpfc driverDaniel Borkmann-4/+0
2014-09-16lpfc: use time_after()Manuel Schölling-1/+3
2014-09-16lpfc: use dma_zalloc_coherentJoe Perches-30/+17
2014-09-16lpfc: mark function as static in lpfc/lpfc_bsg.cRashika Kheria-1/+1
2014-09-16lpfc: mark functions as static in lpfc/lpfc_scsi.cRashika Kheria-5/+5
2014-09-16lpfc: mark functions as static in lpfc/lpfc_init.cRashika Kheria-3/+3
2014-09-16lpfc: mark functions as static in lpfc/lpfc_hbadisc.cRashika Kheria-3/+4
2014-09-16lpfc: mark functions as static in lpfc/lpfc_sli.cRashika Kheria-7/+7
2014-07-29lpfc: Remove superfluous call to pci_disable_msix()Alexander Gordeev-3/+6
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke-1/+9
2014-07-17scsi: use 64-bit LUNsHannes Reinecke-18/+18
2014-06-14Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds-190/+490
2014-06-09Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds-0/+21
2014-06-02lpfc: Update lpfc version to driver version 10.2.8001.0James Smart-2/+2
2014-06-02lpfc: Fix ExpressLane priority setupJames Smart-1/+2
2014-06-02lpfc: mark old devices as obsoleteJames Smart-34/+49
2014-06-02lpfc: Fix for initializing RRQ bitmapJames Smart-0/+3
2014-06-02lpfc: Fix for cleaning up stale ring flag and sp_queue_event entriesJames Smart-0/+49
2014-06-02lpfc: Update lpfc version to driver version 10.2.8000.0James Smart-3/+3
2014-06-02lpfc: Update Copyright on changed files from 8.3.45 patchesJames Smart-10/+10
2014-06-02lpfc: Update Copyright on changed filesJames Smart-6/+6
2014-06-02lpfc: Fixed locking for scsi task management commandsJames Smart-5/+141
2014-06-02lpfc: Convert runtime references to old xlane cfg param to fof cfg paramJames Smart-26/+24
2014-06-02lpfc: Fix FW dump using sysfsJames Smart-4/+17
2014-06-02lpfc: Fix SLI4 s abort loop to process all FCP rings and under ring_lockJames Smart-80/+99
2014-06-02lpfc: Fixed kernel panic in lpfc_abort_handlerJames Smart-1/+16