aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds17-178/+220
2013-06-29lpfc: switch to fixed_size_llseek()Al Viro1-16/+2
2013-06-26[SCSI] lpfc 8.3.40: Update lpfc version to driver version 8.3.40James Smart1-1/+1
2013-06-26[SCSI] lpfc 8.3.40: Update Copyrights to 2013 for 8.3.38, 8.3.39, and 8.3.40 modificationsJames Smart16-17/+17
2013-06-26[SCSI] lpfc 8.3.40: Fixed a race condition between SLI host and port failed FCF rediscoveryJames Smart1-62/+35
2013-06-26[SCSI] lpfc 8.3.40: Fixed issue mailbox wait routine failed to issue dump memory mbox commandJames Smart1-3/+8
2013-06-26[SCSI] lpfc 8.3.40: Fixed system panic due to unsafe walking and deleting linked listJames Smart1-4/+5
2013-06-26[SCSI] lpfc 8.3.40: Fixed FCoE connection list vlan identifier and add FCF list debugJames Smart1-2/+34
2013-06-26[SCSI] lpfc 8.3.40: Clarified the behavior of the lpfc_max_luns module parameterJames Smart1-3/+20
2013-06-26[SCSI] lpfc 8.3.40: Fix to allow OCM to report FEC statusJames Smart1-1/+1
2013-06-26[SCSI] lpfc 8.3.40: Fixed a missing return code in a logging messageJames Smart1-1/+2
2013-06-26[SCSI] lpfc 8.3.40: Fixed some logging message fieldsJames Smart1-2/+2
2013-06-26[SCSI] lpfc 8.3.40: Fixed list corruption when lpfc_drain_tx runs.James Smart1-6/+6
2013-06-26[SCSI] lpfc 8.3.40: Fix starting reference tag when calculating BG errorJames Smart1-1/+1
2013-06-26[SCSI] lpfc 8.3.40: Fix inconsistent list removal causes crash.James Smart1-18/+0
2013-06-26[SCSI] lpfc 8.3.40: Fixed system panic during handling unsolicited receive buffer error conditionJames Smart1-1/+1
2013-06-26[SCSI] lpfc 8.3.40: Fix BlockGuard error checkingJames Smart1-47/+62
2013-06-26[SCSI] lpfc 8.3.40: Fixed crash during FCoE failover testing.James Smart1-1/+2
2013-06-26[SCSI] lpfc 8.3.40: Fix lpfc_used_cpu to be more dynamicJames Smart2-8/+23
2013-06-16lseek(fd, n, SEEK_END) does *not* go to eof - nAl Viro1-1/+1
2013-05-10Merge branch 'misc' into for-linusJames Bottomley20-437/+1617
2013-05-02[SCSI] lpfc 8.3.39: Update lpfc version for 8.3.39 driver releaseJames Smart1-1/+1
2013-05-02[SCSI] lpfc 8.3.39: Fixed driver handling of CLEAR_LA with NPIV enabled causing SID=0 frames outJames Smart1-4/+3
2013-05-02[SCSI] lpfc 8.3.39: Reduced tmo value set to FLOGI WQE for quick recovery from FLOGI sequence timeoutJames Smart3-10/+17
2013-05-02[SCSI] lpfc 8.3.39: Add log message when completes with clean address bit set to zeroJames Smart1-0/+3
2013-05-02[SCSI] lpfc 8.3.39: Fixed driver vector mapping to CPU affinityJames Smart6-15/+488
2013-05-02[SCSI] lpfc 8.3.39: Fixed iocb flags not being reset for scsi commandsJames Smart1-0/+2
2013-05-02[SCSI] lpfc 8.3.39: Fixed system panic during EEH recovery due to midlayer acting on outstanding I/OJames Smart2-6/+10
2013-05-02[SCSI] lpfc 8.3.39: Fixed not returning FAILED status when SCSI invoking host reset handler failedJames Smart3-4/+13
2013-05-02[SCSI] lpfc 8.3.39: Fixed bad book keeping in posting els sgls to portJames Smart1-7/+6
2013-05-02[SCSI] lpfc 8.3.39: Fixed deadlock between hbalock and nlp_lock useJames Smart1-1/+2
2013-05-02[SCSI] lpfc 8.3.39: Fixed BlockGuard to take advantage of rdprotect/wrprotect info when availableJames Smart2-66/+116
2013-05-02[SCSI] lpfc 8.3.39: Reduced spinlock contention on SCSI buffer listJames Smart3-51/+102
2013-05-02[SCSI] lpfc 8.3.39: Fixed crash when processing bsg's sg list with high memory pagesJames Smart2-12/+24
2013-05-02[SCSI] lpfc 8.3.39: Remove lpfc_fcp_look_ahead module parameterJames Smart1-3/+2
2013-05-02[SCSI] lpfc 8.3.39: Fix driver issues with SCSI Host resetJames Smart3-3/+13
2013-05-02[SCSI] lpfc 8.3.39: Doorbell formation information logged in dual-chute mode WQ and RQ setupJames Smart1-4/+6
2013-05-02[SCSI] lpfc 8.3.39: Fix driver issues with large s/g lists for BlockGuardJames Smart6-136/+264
2013-05-02[SCSI] lpfc 8.3.39: Fix driver issues with large lpfc_sg_seg_cnt valuesJames Smart2-18/+16
2013-05-02[SCSI] lpfc 8.3.39: Fixed pt2pt and loop discovery problems on topology changes.James Smart7-25/+149
2013-05-02[SCSI] lpfc 8.3.39: Remove driver dependency on HZJames Smart9-49/+80
2013-05-02[SCSI] lpfc 8.3.39: Fixed BlockGuard error reportingJames Smart2-25/+255
2013-05-02[SCSI] lpfc 8.3.39: Fixed VPI allocation issues after firmware dump is performedJames Smart5-3/+51
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-32/+1
2013-04-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds12-631/+837
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-04-29scsi: rename random32() to prandom_u32()Akinobu Mita1-3/+3
2013-04-29lpfc: fix races for miscdevice open vs. rmmodAl Viro1-32/+1
2013-04-11[SCSI] lpfc: fix potential NULL pointer dereference in lpfc_sli4_rq_put()Wei Yongjun1-1/+2
2013-04-09[SCSI] lpfc 8.3.38: Update lpfc version for 8.3.38 driver releaseJames Smart1-1/+1