summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_fcp.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-13/+1
* scsi: libfc: remove set but not used variable 'rpriv'YueHaibing2018-09-111-3/+0
* scsi: libfc: remove unnecessary condition checkChengguang Xu2018-08-301-2/+1
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-3/+3
* scsi: libfc: Convert timers to use timer_setup()Kees Cook2017-10-271-11/+10
* scsi: fc_fcp: do not call fc_block_scsi_eh() from host resetHannes Reinecke2017-08-251-2/+0
* scsi: libfc: do not flood console with messages 'libfc: queue full ...'Hannes Reinecke2017-05-081-6/+9
* scsi: libfc: convert fc_fcp_pkt.ref_cnt from atomic_t to refcount_tElena Reshetova2017-03-151-3/+3
* scsi: libfc: Replace ->seq_start_next callback with function callHannes Reinecke2016-11-081-2/+2
* scsi: libfc: Replace ->exch_done callback with function callHannes Reinecke2016-11-081-11/+9
* scsi: libfc: Replace ->seq_exch_abort callback with function callHannes Reinecke2016-11-081-2/+2
* scsi: libfc: Replace ->seq_send callback with function callHannes Reinecke2016-11-081-2/+2
* scsi: libfc: Replace ->exch_seq_send callback with function callHannes Reinecke2016-11-081-6/+5
* scsi: libfc: Replace ->lport_reset callback with function callHannes Reinecke2016-11-081-1/+1
* scsi: libfc: wait for E_D_TOV when out-of-order sequence is receivedHannes Reinecke2016-11-081-18/+20
* scsi: libfc: reset timeout on queue fullHannes Reinecke2016-11-081-3/+17
* scsi: libfc: don't fail sequence abort for completed exchangesHannes Reinecke2016-11-081-10/+30
* scsi: libfc: quarantine timed out xidsHannes Reinecke2016-11-081-6/+7
* scsi: libfc: Clarify ramp-down messagesHannes Reinecke2016-11-081-3/+9
* scsi: libfc: do not overwrite DID_TIME_OUT statusHannes Reinecke2016-11-081-3/+9
* scsi: libfc: sanitize E_D_TOV and R_A_TOV settingHannes Reinecke2016-11-081-4/+5
* scsi: libfc: spurious I/O error under high loadHannes Reinecke2016-11-081-8/+15
* scsi: libfc: additional debugging messagesHannes Reinecke2016-11-081-8/+33
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-09-021-1/+1
|\
| * libfc: Fix a typo in a source code commentBart Van Assche2015-08-121-1/+1
* | libfc: Fix fc_fcp_cleanup_each_cmd()Bart Van Assche2015-08-121-2/+17
|/
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-14/+1
* scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-13/+1
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-3/+3
* scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-6/+1
* scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-20/+0
* fcp: Do not interpret check condition as underrunBart Van Assche2013-09-041-5/+5
* treewide: relase -> releaseGeert Uytterhoeven2013-06-281-1/+1
* libfc: fix REC handlingVasu Dev2012-12-041-3/+3
* [SCSI] libfc: fix lun reset failure bugs in fc_fcp_resp handling of FCP_RSP_INFOYi Zou2012-10-071-1/+2
* [SCSI] libfc: fix sending REC after FCP_RESP is receivedYi Zou2012-07-201-3/+3
* [SCSI] libfc: adds FCP failures statsVasu Dev2012-07-201-0/+8
* [SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_statsVasu Dev2012-07-201-4/+4
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-03-221-3/+2
|\
| * scsi: Use struct scsi_lun in fc/fcp.hAndy Grover2012-02-251-3/+2
* | scsi: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
|/
* [SCSI] libfc: remove redundant timer init for fcpYi Zou2012-01-161-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-10-281-2/+0
|\
| * [SCSI] libfc: cache align struct fc_fcp_pkt fieldsVasu Dev2011-10-021-2/+0
* | [SCSI] libfc: block SCSI eh thread for blocked rportsVasu Dev2011-08-281-2/+9
|/
* [SCSI] libfc: Remove the reference to FCP packet from scsi_cmnd in case of errorNeerav Parikh2011-07-281-0/+1
* [SCSI] libfc: cleanup sending SRR requestHillf Danton2011-07-281-2/+0
* [SCSI] libfc: two minor changes in commentsHillf Danton2011-07-281-2/+2
* [SCSI] libfc: use FC_MAX_ERROR_CNTHillf Danton2011-07-281-1/+1
* [SCSI] libfc: do not immediately retry the cmd when seq_send fails in fc_fcp_...Yi Zou2011-05-241-2/+1