aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_exch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-07-16scsi: libfc: fix null pointer dereference on a null lportColin Ian King1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner1-13/+1
2019-05-21scsi: libfc: switch to SPDX tagsChristoph Hellwig1-13/+1
2016-11-08scsi: libfc: Don't have fc_exch_find log errors on a new exchangeChris Leech1-0/+3
2016-11-08scsi: libfc: Replace ->seq_release callback with function callHannes Reinecke1-4/+2
2016-11-08scsi: libfc: Replace ->seq_assign callback with function callHannes Reinecke1-4/+2
2016-11-08scsi: libfc: Replace ->seq_set_resp callback with direct function callHannes Reinecke1-7/+4
2016-11-08scsi: libfc: Replace ->seq_start_next callback with function callHannes Reinecke1-4/+2
2016-11-08scsi: libfc: Replace ->exch_done callback with function callHannes Reinecke1-4/+2
2016-11-08scsi: libfc: Replace ->seq_exch_abort callback with function callHannes Reinecke1-5/+8
2016-11-08scsi: libfc: Replace ->seq_send callback with function callHannes Reinecke1-5/+2
2016-11-08scsi: libfc: Replace ->exch_seq_send callback with function callHannes Reinecke1-11/+26
2016-11-08scsi: libfc: Replace ->lport_recv with function callHannes Reinecke1-2/+2
2016-11-08scsi: libfc: Replace ->seq_els_rsp_send callback with function callHannes Reinecke1-5/+3
2016-11-08scsi: libfc: Check xid when looking up REC exchangesHannes Reinecke1-4/+12
2016-11-08scsi: libfc: Do not drop out-of-order framesHannes Reinecke1-3/+0
2016-11-08scsi: libfc: quarantine timed out xidsHannes Reinecke1-11/+22
2016-11-08scsi: libfc: safeguard against invalid exchange indexHannes Reinecke1-7/+14
2016-11-08scsi: libfc: use configured lport R_A_TOVHannes Reinecke1-1/+1
2016-11-08scsi: libfc: additional debugging messagesHannes Reinecke1-11/+48
2016-11-08scsi: libfc: Revert "[SCSI] libfc: use offload EM instance again instead jumping to next EM"Martin K. Petersen1-5/+10
2016-08-18scsi: libfc: do not send ABTS when resetting exchangesHannes Reinecke1-1/+0
2016-07-13libfc: sanity check cpu number extracted from xidChris Leech1-1/+9
2015-08-12libfc: Fix fc_exch_recv_req() error pathBart Van Assche1-4/+4
2013-09-04libfc: Do not invoke the response handler after fc_exch_done()Bart Van Assche1-39/+92
2013-09-04libfc: Reduce exchange lock contention in fc_exch_recv_abts()Bart Van Assche1-8/+10
2013-09-04libfc: Avoid that sending after an abort triggers a kernel warningBart Van Assche1-22/+37
2013-09-04libfc: Protect ep->esb_stat changes via ex_lockBart Van Assche1-2/+7
2013-09-04libfc: Fix a race in fc_exch_timer_set_locked()Bart Van Assche1-3/+4
2013-09-04libfc: Clarify fc_exch_find()Bart Van Assche1-1/+3
2013-09-04libfc: Micro-optimize fc_setup_exch_mgr()Bart Van Assche1-7/+3
2013-09-04libfc: Debug code fixesBart Van Assche1-4/+4
2013-09-04libfc: Source code comment spelling fixesBart Van Assche1-4/+1
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-05-10libfc: extend ex_lock to protect all of fc_seq_sendNeil Horman1-13/+24
2012-07-20[SCSI] libfc: add exch timer debug infoVasu Dev1-43/+53
2012-07-20[SCSI] libfc: update fcp and exch statsVasu Dev1-5/+25
2012-07-20[SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_statsVasu Dev1-2/+2
2012-03-28[SCSI] libfc: fcoe_transport_create fails in single-CPU environmentSteven Clark1-2/+12
2012-02-19[SCSI] libfc: Fix panic in fc_exch_recvBhanu Prakash Gollapudi1-3/+4
2012-01-16[SCSI] libfc: Declare local functions staticBart Van Assche1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+1
2011-10-31[SCSI] libfc: avoid exchanges collision during lport resetVasu Dev1-0/+4
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 Torvalds1-6/+5
2011-10-02[SCSI] libfc: cache align fc_exch_poolVasu Dev1-6/+5
2011-08-28[SCSI] libfc: fix referencing to fc_fcp_pkt from the frame pointer via fr_fsp()Yi Zou1-2/+6