summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_fc.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: scsi_transport_fc: Add store capability to rport port_state in sysfsMuneendra Kumar2021-01-141-2/+54
* scsi: scsi_transport_fc: Add a new rport state FC_PORTSTATE_MARGINALMuneendra Kumar2021-01-141-16/+46
* scsi: doc: Fix some kernel-doc markupsMauro Carvalho Chehab2020-10-261-1/+1
* scsi: fc: Add mechanism to update FPIN signal statisticsShyam Sundar2020-10-261-0/+5
* scsi: fc: Parse FPIN packets and update statisticsShyam Sundar2020-10-261-0/+293
* scsi: fc: Add FPIN statistics to fc_host and fc_rport objectsShyam Sundar2020-10-261-0/+117
* scsi: fc: Add 256GBit speed setting to SCSI FC transportJames Smart2020-09-021-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-3/+0
|\
| * scsi: scsi_transport_fc: switch to SPDX tagsChristoph Hellwig2019-05-211-17/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
|/
* scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke2019-04-121-0/+3
* scsi: scsi_transport_fc: Add FPIN fc event codesJames Smart2019-04-081-0/+18
* scsi: scsi_transport_fc: refactor event posting routinesJames Smart2019-04-081-59/+41
* bsg: convert to use blk-mqJens Axboe2018-11-071-24/+35
* bsg: provide bsg_remove_queue() helperJens Axboe2018-11-071-4/+1
* bsg: pass in desired timeout handlerJens Axboe2018-11-071-4/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-151-2/+2
|\
| * scsi: scsi_transport_fc: use 64-bit timestamps consistentlyArnd Bergmann2018-06-261-2/+2
* | block: fix timeout changes for legacy request driversChristoph Hellwig2018-06-191-1/+1
|/
* block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig2018-05-291-4/+3
* scsi_transport_fc: complete requests from ->timeoutChristoph Hellwig2018-05-291-4/+3
* block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-291-2/+2
* scsi: scsi_transport_fc: fix typos on 64/128 GBit define namesJames Smart2018-01-031-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-141-0/+2
|\
| * scsi: scsi_transport_fc: add 64GBIT and 128GBIT port speed definitionsJames Smart2017-11-081-0/+2
* | scsi: fc: check for rport presence in fc_block_scsi_ehJohannes Thumshirn2017-10-111-0/+3
* | scsi: scsi_transport_fc: Also check for NOTPRESENT in fc_remote_port_add()Hannes Reinecke2017-09-251-1/+2
* | scsi: scsi_transport_fc: set scsi_target_id upon rescanHannes Reinecke2017-09-251-10/+1
* | scsi: scsi_transport_fc: fix NULL pointer dereference in fc_bsg_job_timeoutChristoph Hellwig2017-09-141-1/+1
|/
* scsi: bsg-lib: pass the release callback through bsg_setup_queueChristoph Hellwig2017-08-291-2/+4
* scsi: fc: start decoupling fc_block_scsi_eh from scsi_cmndSteffen Maier2017-08-071-5/+26
* scsi: scsi_transport_fc: return -EBUSY for deleted vportHannes Reinecke2017-07-241-2/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-061-6/+6
|\
| * scsi: fix typos and grammar in comments of scsi_transport_fc.cTyrel Datwyler2017-06-261-6/+6
* | scsi: fix some kernel-doc markupsMauro Carvalho Chehab2017-05-161-8/+10
|/
* scsi: scsi_transport_fc: Add dummy initiator role to rportCathy Avery2017-04-191-4/+6
* scsi: fc: remove redundant check of an unsigned long being less than zeroColin Ian King2017-04-181-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-211-22/+4
|\
| * scsi: remove tsk_mgmt_response and it_nexus_response transport methodsChristoph Hellwig2017-02-061-17/+0
| * scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-061-5/+4
* | block/bsg: move queue creation into bsg_setup_queueChristoph Hellwig2017-01-271-28/+8
* | scsi: remove __scsi_alloc_queueChristoph Hellwig2017-01-271-2/+4
|/
* scsi: fc: move FC transport's bsg code to bsg-libJohannes Thumshirn2016-11-171-242/+43
* block: add bsg_job_put() and bsg_job_get()Johannes Thumshirn2016-11-171-2/+2
* scsi: fc: use bsg_job_doneJohannes Thumshirn2016-11-171-38/+3
* scsi: fc: use bsg_softirq_doneJohannes Thumshirn2016-11-171-13/+2
* scsi: fc: Use bsg_destroy_jobJohannes Thumshirn2016-11-171-22/+3
* scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2016-11-171-11/+9
* scsi: fc: implement kref backed reference countingJohannes Thumshirn2016-11-171-29/+11
* scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn2016-11-171-1/+2