aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_fc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-05-21scsi: scsi_transport_fc: switch to SPDX tagsChristoph Hellwig1-17/+1
2019-04-12scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke1-0/+3
2019-04-08scsi: scsi_transport_fc: Add FPIN fc event codesJames Smart1-0/+18
2019-04-08scsi: scsi_transport_fc: refactor event posting routinesJames Smart1-59/+41
2018-11-07bsg: convert to use blk-mqJens Axboe1-24/+35
2018-11-07bsg: provide bsg_remove_queue() helperJens Axboe1-4/+1
2018-11-07bsg: pass in desired timeout handlerJens Axboe1-4/+3
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2018-06-26scsi: scsi_transport_fc: use 64-bit timestamps consistentlyArnd Bergmann1-2/+2
2018-06-19block: fix timeout changes for legacy request driversChristoph Hellwig1-1/+1
2018-05-29block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig1-4/+3
2018-05-29scsi_transport_fc: complete requests from ->timeoutChristoph Hellwig1-4/+3
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-2/+2
2018-01-03scsi: scsi_transport_fc: fix typos on 64/128 GBit define namesJames Smart1-2/+2
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2017-11-08scsi: scsi_transport_fc: add 64GBIT and 128GBIT port speed definitionsJames Smart1-0/+2
2017-10-11scsi: fc: check for rport presence in fc_block_scsi_ehJohannes Thumshirn1-0/+3
2017-09-25scsi: scsi_transport_fc: Also check for NOTPRESENT in fc_remote_port_add()Hannes Reinecke1-1/+2
2017-09-25scsi: scsi_transport_fc: set scsi_target_id upon rescanHannes Reinecke1-10/+1
2017-09-14scsi: scsi_transport_fc: fix NULL pointer dereference in fc_bsg_job_timeoutChristoph Hellwig1-1/+1
2017-08-29scsi: bsg-lib: pass the release callback through bsg_setup_queueChristoph Hellwig1-2/+4
2017-08-07scsi: fc: start decoupling fc_block_scsi_eh from scsi_cmndSteffen Maier1-5/+26
2017-07-24scsi: scsi_transport_fc: return -EBUSY for deleted vportHannes Reinecke1-2/+4
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+6
2017-06-26scsi: fix typos and grammar in comments of scsi_transport_fc.cTyrel Datwyler1-6/+6
2017-05-16scsi: fix some kernel-doc markupsMauro Carvalho Chehab1-8/+10
2017-04-19scsi: scsi_transport_fc: Add dummy initiator role to rportCathy Avery1-4/+6
2017-04-18scsi: fc: remove redundant check of an unsigned long being less than zeroColin Ian King1-1/+1
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-22/+4
2017-02-06scsi: remove tsk_mgmt_response and it_nexus_response transport methodsChristoph Hellwig1-17/+0
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-5/+4
2017-01-27block/bsg: move queue creation into bsg_setup_queueChristoph Hellwig1-28/+8
2017-01-27scsi: remove __scsi_alloc_queueChristoph Hellwig1-2/+4
2016-11-17scsi: fc: move FC transport's bsg code to bsg-libJohannes Thumshirn1-242/+43
2016-11-17block: add bsg_job_put() and bsg_job_get()Johannes Thumshirn1-2/+2
2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn1-38/+3
2016-11-17scsi: fc: use bsg_softirq_doneJohannes Thumshirn1-13/+2
2016-11-17scsi: fc: Use bsg_destroy_jobJohannes Thumshirn1-22/+3
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn1-11/+9
2016-11-17scsi: fc: implement kref backed reference countingJohannes Thumshirn1-29/+11
2016-11-17scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn1-1/+2
2016-11-17scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn1-1/+1
2016-11-17scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn1-11/+14
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn1-24/+31
2016-11-17scsi: Get rid of struct fc_bsg_bufferJohannes Thumshirn1-1/+1
2016-11-14scsi: scsi_transport_fc: Hold queue lock while calling blk_run_queue_async()Bart Van Assche1-7/+7
2016-11-08scsi: scsi_transport_fc: rename 'fc_rport_create' to 'fc_remote_port_create'Hannes Reinecke1-4/+4
2016-04-11scsi_transport_fc: Unexport scsi_is_fc_vport()Bart Van Assche1-2/+1