aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-08scsi: libfc: wait for E_D_TOV when out-of-order sequence is receivedHannes Reinecke1-18/+20
2016-11-08scsi: libfc: reset timeout on queue fullHannes Reinecke1-3/+17
2016-11-08scsi: libfc: Do not drop out-of-order framesHannes Reinecke1-3/+0
2016-11-08scsi: libfc: don't fail sequence abort for completed exchangesHannes Reinecke1-10/+30
2016-11-08scsi: libfc: quarantine timed out xidsHannes Reinecke2-17/+29
2016-11-08scsi: libfc: safeguard against invalid exchange indexHannes Reinecke1-7/+14
2016-11-08scsi: libfc: Clarify ramp-down messagesHannes Reinecke1-3/+9
2016-11-08scsi: libfc: Return LS_RJT_BUSY for PRLI in status PLOGIHannes Reinecke1-0/+17
2016-11-08scsi: libfc: Rework PRLI handlingHannes Reinecke1-18/+38
2016-11-08scsi: libfc: Implement RTV responderHannes Reinecke1-1/+40
2016-11-08scsi: libfc: use error code for fc_rport_error()Hannes Reinecke1-40/+61
2016-11-08scsi: libfc: do not overwrite DID_TIME_OUT statusHannes Reinecke1-3/+9
2016-11-08scsi: libfc: sanitize E_D_TOV and R_A_TOV settingHannes Reinecke3-9/+14
2016-11-08scsi: libfc: use configured rport E_D_TOVHannes Reinecke1-1/+1
2016-11-08scsi: libfc: use configured lport R_A_TOVHannes Reinecke1-1/+1
2016-11-08scsi: libfc: spurious I/O error under high loadHannes Reinecke1-8/+15
2016-11-08scsi: libfc: additional debugging messagesHannes Reinecke3-24/+101
2016-11-08scsi: libfc: Revert "[SCSI] libfc: use offload EM instance again instead jumping to next EM"Martin K. Petersen1-5/+10
2016-11-08scsi: libfc: don't advance state machine for incoming FLOGIHannes Reinecke1-6/+14
2016-11-08scsi: libfc: Do not login if the port is already startedHannes Reinecke1-0/+6
2016-11-08scsi: libfc: Do not drop down to FLOGI for fc_rport_login()Hannes Reinecke1-1/+5
2016-11-08scsi: libfc: Do not take rdata->rp_mutex when processing a -FC_EX_CLOSED ELS response.Chad Dupuis1-8/+24
2016-11-08scsi: libfc: Fixup disc_mutex handlingHannes Reinecke3-15/+34
2016-11-08scsi: libfc: Revisit kref handlingHannes Reinecke1-30/+101
2016-08-18scsi: libfc: do not send ABTS when resetting exchangesHannes Reinecke1-1/+0
2016-08-18scsi: libfc: reset exchange manager during LOGO handlingHannes Reinecke1-1/+13
2016-08-18scsi: libfc: send LOGO for PLOGI failureHannes Reinecke1-1/+9
2016-08-18scsi: libfc: Issue PRLI after a PRLO has been receivedHannes Reinecke1-1/+1
2016-07-13libfc: sanity check cpu number extracted from xidChris Leech1-1/+9
2016-07-12scsi: libfc: fix seconds_since_last_reset calculationArnd Bergmann1-4/+1
2016-07-12libfc: Update rport reference countingHannes Reinecke2-31/+37
2015-11-09libfc: Use the correct function name in kernel-doc comment.Sebastian Herbszt1-1/+1
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2015-08-12libfc: Fix fc_fcp_cleanup_each_cmd()Bart Van Assche1-2/+17
2015-08-12libfc: Fix fc_exch_recv_req() error pathBart Van Assche1-4/+4
2015-08-12libfc: Fix a typo in a source code commentBart Van Assche1-1/+1
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-14/+1
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-13/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-3/+3
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-6/+1
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-20/+0
2014-09-30libfc: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-2/+2
2013-09-04fcp: Do not interpret check condition as underrunBart Van Assche1-5/+5
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