summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_fc.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: scsi_transport_fc: Add a max_bsg_segments field to struct fc_function_t...Christoph Hellwig2024-04-111-0/+2
* scsi: core: Initialize scsi midlayer limits before allocating the queueChristoph Hellwig2024-04-111-5/+6
* scsi: bsg: Pass queue_limits to bsg_setup_queue()Christoph Hellwig2024-04-111-3/+3
* scsi: core: Replace scsi_target_block() with scsi_block_targets()Martin Wilck2023-06-161-1/+1
* scsi: scsi_transport_fc: Remove unused 'desc_cnt' variableTom Rix2023-04-021-2/+1
* scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()Muneendra2023-02-211-3/+7
* scsi: core: Change the return type of .eh_timed_out()Bart Van Assche2022-10-221-4/+3
* scsi: scsi_transport_fc: Adjust struct fc_nl_event flex array usageKees Cook2022-09-251-3/+5
* scsi: scsi_transport_fc: Use %u for dev_loss_tmoMartin Wilck2022-09-151-1/+1
* scsi: scsi_transport_fc: Fix FPIN Link Integrity statistics countersJames Smart2022-03-011-23/+16
* scsi: scsi_transport_fc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-1/+1
* scsi: scsi_transport_fc: Remove double FC_FPORT_DELETED in mask creationDaniel Wagner2021-05-211-1/+1
* 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
|\