aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-09lpfc: correct device removal deadlock after link bounceJames Smart1-0/+9
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-2/+0
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-2/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-22/+4
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-20/+3
2014-11-24lpfc: remove queue_depth eventsChristoph Hellwig1-66/+0
2014-11-19kill f_dentry usesAl Viro1-2/+2
2014-11-19assorted conversions to %p[dD]Al Viro1-2/+2
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-2/+2
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-4/+3
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig1-15/+1
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-22/+2
2014-09-16lpfc: update lpfc version to driver version 10.4.8000.0James Smart1-1/+1
2014-09-16lpfc: fix for handling unmapped ndlp in target reset handlerJames Smart2-2/+14
2014-09-16lpfc: fix low priority issues from fortify source code scanJames Smart8-49/+25
2014-09-16lpfc: fix high priority issues from fortify source code scanJames Smart6-40/+53
2014-09-16lpfc: fix crash from page fault caused by use after rport deleteJames Smart1-0/+12
2014-09-16lpfc: fix locking issues with abort data pathsJames Smart3-48/+83
2014-09-16lpfc: fix race between LOGO/PLOGI handling causing NULL pointerJames Smart3-2/+30
2014-09-16lpfc: fix IP Reset processing - wait for RDY before proceedingJames Smart1-62/+47
2014-09-16lpfc: fix quarantined XRI recovery qualifier state in link bounceJames Smart3-38/+0
2014-09-16lpfc: fix discovery timeout during nameserver loginJames Smart3-1/+29
2014-09-16lpfc: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-22/+17
2014-09-16lpfc: do not feed jiffies as random seed from lpfc driverDaniel Borkmann1-4/+0
2014-09-16lpfc: use time_after()Manuel Schölling1-1/+3
2014-09-16lpfc: use dma_zalloc_coherentJoe Perches4-30/+17
2014-09-16lpfc: mark function as static in lpfc/lpfc_bsg.cRashika Kheria1-1/+1
2014-09-16lpfc: mark functions as static in lpfc/lpfc_scsi.cRashika Kheria1-5/+5
2014-09-16lpfc: mark functions as static in lpfc/lpfc_init.cRashika Kheria1-3/+3
2014-09-16lpfc: mark functions as static in lpfc/lpfc_hbadisc.cRashika Kheria1-3/+4
2014-09-16lpfc: mark functions as static in lpfc/lpfc_sli.cRashika Kheria1-7/+7
2014-07-29lpfc: Remove superfluous call to pci_disable_msix()Alexander Gordeev1-3/+6
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke1-1/+9
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-18/+18
2014-06-14Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds18-190/+490
2014-06-09Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus 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