summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_fcp.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: libfc: Map FC_TIMED_OUT to DID_TIME_OUTHannes Reinecke2023-12-051-2/+2
* scsi: libfc: Fix up timeout error in fc_fcp_rec_error()Hannes Reinecke2023-12-051-1/+1
* scsi: libfc: Don't schedule abort twiceHannes Reinecke2023-12-051-5/+11
* scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior2022-05-161-19/+10
* scsi: libfc: Stop using the SCSI pointerBart Van Assche2022-02-221-15/+11
* scsi: libfc: Call scsi_done() directlyBart Van Assche2021-10-161-3/+3
* scsi: libfc: Fix misspelling of fc_fcp_destroy()Lee Jones2021-03-151-1/+1
* scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann2020-10-291-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-4/+4
* scsi: libfc: Provide missing and repair existing function documentationLee Jones2020-07-151-4/+7
* 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