aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-13Merge tag 'fcoe' into for-linusJames Bottomley2-2/+29
2013-07-09libfc: Differentiate echange timer cancellation debug statementsRobert Love1-1/+1
2013-07-09libfc: Remove extra space in fc_exch_timer_cancel definitionRobert Love1-1/+1
2013-07-09libfc: Reject PLOGI from nodes with incompatible roleMark Rustad1-0/+27
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-06-28treewide: relase -> releaseGeert Uytterhoeven1-1/+1
2013-05-10libfc: extend ex_lock to protect all of fc_seq_sendNeil Horman1-13/+24
2013-05-10libfc: Correct check for initiator roleMark Rustad1-1/+1
2013-03-25libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config}Robert Love1-8/+17
2013-03-25libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initializationRobert Love1-2/+3
2013-02-15libfc: XenServer fails to mount root filesystem.Krishna Mohan1-1/+1
2012-12-14libfc, libfcoe, fcoe: Convert debug_logging macros to pr_infoRobert Love1-19/+19
2012-12-04libfc: fix REC handlingVasu Dev1-3/+3
2012-10-07[SCSI] libfc: fix lun reset failure bugs in fc_fcp_resp handling of FCP_RSP_INFOYi Zou1-1/+2
2012-07-20[SCSI] libfc: fix sending REC after FCP_RESP is receivedYi Zou1-3/+3
2012-07-20[SCSI] libfc: fix retries with FDMI lport statesVasu Dev1-2/+3
2012-07-20[SCSI] libfc: don't exch_done() on invalid sequence ptrYi Zou1-1/+2
2012-07-20[SCSI] libfc: add exch timer debug infoVasu Dev1-43/+53
2012-07-20[SCSI] libfc: update fcp and exch statsVasu Dev2-5/+32
2012-07-20[SCSI] libfc: adds FCP failures statsVasu Dev1-0/+8
2012-07-20[SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_statsVasu Dev4-34/+34
2012-05-21Merge tag 'isci-for-3.5' into miscJames Bottomley1-5/+7
2012-05-10[SCSI] libfc: flush lport worker after its disabledVasu Dev1-1/+1
2012-04-25[SCSI] libfc: update mfs boundry checkingVasu Dev1-5/+7
2012-03-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-3/+21
2012-03-28[SCSI] libfc: fcoe_transport_create fails in single-CPU environmentSteven Clark1-2/+12
2012-03-28[SCSI] libfc: update fc_host mfs along with updating lport->mfsVasu Dev1-1/+9
2012-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds4-8/+236
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-3/+2
2012-03-20scsi: remove the second argument of k[un]map_atomic()Cong Wang4-11/+9
2012-02-25scsi: Use struct scsi_lun in fc/fcp.hAndy Grover1-3/+2
2012-02-19[SCSI] libfc: Handle discovery failure during ctlr link downBhanu Prakash Gollapudi1-0/+7
2012-02-19[SCSI] libfc: Fix panic in fc_exch_recvBhanu Prakash Gollapudi1-3/+4
2012-02-19[SCSI] libfc: Add support for FDMINeerav Parikh1-3/+224
2012-02-19[SCSI] libfc: Make the libfc Common Transport(CT) code genericNeerav Parikh1-2/+1
2012-01-16[SCSI] libfc: remove redundant timer init for fcpYi Zou1-3/+1
2012-01-16[SCSI] libfc: Declare local functions staticBart Van Assche5-11/+13
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds7-0/+7
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker2-0/+2
2011-10-31scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker5-0/+5
2011-10-31[SCSI] libfc: improve flogi retries to avoid lport stuckVasu Dev1-41/+49
2011-10-31[SCSI] libfc: avoid exchanges collision during lport resetVasu Dev2-9/+5
2011-10-31[SCSI] libfc: fix checking FC_TYPE_BLSVasu Dev1-1/+2
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-8/+5
2011-10-02[SCSI] libfc: cache align fc_exch_poolVasu Dev1-6/+5
2011-10-02[SCSI] libfc: cache align struct fc_fcp_pkt fieldsVasu Dev1-2/+0
2011-08-28[SCSI] libfc: fix referencing to fc_fcp_pkt from the frame pointer via fr_fsp()Yi Zou1-2/+6
2011-08-28[SCSI] libfc: block SCSI eh thread for blocked rportsVasu Dev1-2/+9
2011-08-28[SCSI] libfc: fix fc_eh_host_resetVasu Dev2-17/+45
2011-07-28[SCSI] libfc: fix warn on in lport retryVasu Dev1-1/+0