| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: fcoe: Use per-CPU API to update per-CPU statistics | Sebastian Andrzej Siewior | 2022-05-16 | 1 | -19/+10 |
* | scsi: libfc: Stop using the SCSI pointer | Bart Van Assche | 2022-02-22 | 1 | -15/+11 |
* | scsi: libfc: Call scsi_done() directly | Bart Van Assche | 2021-10-16 | 1 | -3/+3 |
* | scsi: libfc: Fix misspelling of fc_fcp_destroy() | Lee Jones | 2021-03-15 | 1 | -1/+1 |
* | scsi: libfc: Move scsi/fc_encode.h to libfc | Arnd Bergmann | 2020-10-29 | 1 | -1/+1 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -4/+4 |
* | scsi: libfc: Provide missing and repair existing function documentation | Lee Jones | 2020-07-15 | 1 | -4/+7 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 | Thomas Gleixner | 2019-06-05 | 1 | -13/+1 |
* | scsi: libfc: remove set but not used variable 'rpriv' | YueHaibing | 2018-09-11 | 1 | -3/+0 |
* | scsi: libfc: remove unnecessary condition check | Chengguang Xu | 2018-08-30 | 1 | -2/+1 |
* | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 2017-11-21 | 1 | -3/+3 |
* | scsi: libfc: Convert timers to use timer_setup() | Kees Cook | 2017-10-27 | 1 | -11/+10 |
* | scsi: fc_fcp: do not call fc_block_scsi_eh() from host reset | Hannes Reinecke | 2017-08-25 | 1 | -2/+0 |
* | scsi: libfc: do not flood console with messages 'libfc: queue full ...' | Hannes Reinecke | 2017-05-08 | 1 | -6/+9 |
* | scsi: libfc: convert fc_fcp_pkt.ref_cnt from atomic_t to refcount_t | Elena Reshetova | 2017-03-15 | 1 | -3/+3 |
* | scsi: libfc: Replace ->seq_start_next callback with function call | Hannes Reinecke | 2016-11-08 | 1 | -2/+2 |
* | scsi: libfc: Replace ->exch_done callback with function call | Hannes Reinecke | 2016-11-08 | 1 | -11/+9 |
* | scsi: libfc: Replace ->seq_exch_abort callback with function call | Hannes Reinecke | 2016-11-08 | 1 | -2/+2 |
* | scsi: libfc: Replace ->seq_send callback with function call | Hannes Reinecke | 2016-11-08 | 1 | -2/+2 |
* | scsi: libfc: Replace ->exch_seq_send callback with function call | Hannes Reinecke | 2016-11-08 | 1 | -6/+5 |
* | scsi: libfc: Replace ->lport_reset callback with function call | Hannes Reinecke | 2016-11-08 | 1 | -1/+1 |
* | scsi: libfc: wait for E_D_TOV when out-of-order sequence is received | Hannes Reinecke | 2016-11-08 | 1 | -18/+20 |
* | scsi: libfc: reset timeout on queue full | Hannes Reinecke | 2016-11-08 | 1 | -3/+17 |
* | scsi: libfc: don't fail sequence abort for completed exchanges | Hannes Reinecke | 2016-11-08 | 1 | -10/+30 |
* | scsi: libfc: quarantine timed out xids | Hannes Reinecke | 2016-11-08 | 1 | -6/+7 |
* | scsi: libfc: Clarify ramp-down messages | Hannes Reinecke | 2016-11-08 | 1 | -3/+9 |
* | scsi: libfc: do not overwrite DID_TIME_OUT status | Hannes Reinecke | 2016-11-08 | 1 | -3/+9 |
* | scsi: libfc: sanitize E_D_TOV and R_A_TOV setting | Hannes Reinecke | 2016-11-08 | 1 | -4/+5 |
* | scsi: libfc: spurious I/O error under high load | Hannes Reinecke | 2016-11-08 | 1 | -8/+15 |
* | scsi: libfc: additional debugging messages | Hannes Reinecke | 2016-11-08 | 1 | -8/+33 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2015-09-02 | 1 | -1/+1 |
|\ |
|
| * | libfc: Fix a typo in a source code comment | Bart Van Assche | 2015-08-12 | 1 | -1/+1 |
* | | libfc: Fix fc_fcp_cleanup_each_cmd() | Bart Van Assche | 2015-08-12 | 1 | -2/+17 |
|/ |
|
* | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 2014-11-24 | 1 | -14/+1 |
* | scsi: avoid ->change_queue_depth indirection for queue full tracking | Christoph Hellwig | 2014-11-24 | 1 | -13/+1 |
* | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 2014-11-12 | 1 | -3/+3 |
* | scsi: always assign block layer tags if enabled | Christoph Hellwig | 2014-11-12 | 1 | -6/+1 |
* | scsi: provide a generic change_queue_type method | Christoph Hellwig | 2014-11-12 | 1 | -20/+0 |
* | fcp: Do not interpret check condition as underrun | Bart Van Assche | 2013-09-04 | 1 | -5/+5 |
* | treewide: relase -> release | Geert Uytterhoeven | 2013-06-28 | 1 | -1/+1 |
* | libfc: fix REC handling | Vasu Dev | 2012-12-04 | 1 | -3/+3 |
* | [SCSI] libfc: fix lun reset failure bugs in fc_fcp_resp handling of FCP_RSP_INFO | Yi Zou | 2012-10-07 | 1 | -1/+2 |
* | [SCSI] libfc: fix sending REC after FCP_RESP is received | Yi Zou | 2012-07-20 | 1 | -3/+3 |
* | [SCSI] libfc: adds FCP failures stats | Vasu Dev | 2012-07-20 | 1 | -0/+8 |
* | [SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_stats | Vasu Dev | 2012-07-20 | 1 | -4/+4 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2012-03-22 | 1 | -3/+2 |
|\ |
|
| * | scsi: Use struct scsi_lun in fc/fcp.h | Andy Grover | 2012-02-25 | 1 | -3/+2 |
* | | scsi: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -4/+4 |
|/ |
|
* | [SCSI] libfc: remove redundant timer init for fcp | Yi Zou | 2012-01-16 | 1 | -3/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2011-10-28 | 1 | -2/+0 |
|\ |
|