summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_fc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn2016-11-171-1/+1
* scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn2016-11-171-11/+14
* scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn2016-11-171-24/+31
* scsi: Get rid of struct fc_bsg_bufferJohannes Thumshirn2016-11-171-1/+1
* scsi: scsi_transport_fc: Hold queue lock while calling blk_run_queue_async()Bart Van Assche2016-11-141-7/+7
* scsi: scsi_transport_fc: rename 'fc_rport_create' to 'fc_remote_port_create'Hannes Reinecke2016-11-081-4/+4
* scsi_transport_fc: Unexport scsi_is_fc_vport()Bart Van Assche2016-04-111-2/+1
* scsi: disable automatic target scanHannes Reinecke2016-04-111-2/+4
* scsi_transport_fc: Introduce scsi_host_{get,put}()Bart Van Assche2015-11-301-6/+6
* scsi_transport_fc: Add support for 25Gbit speedJames Smart2015-04-101-0/+1
* scsi: add defines for new FC port speeds.Dick Kennedy2014-07-251-0/+4
* tgt: removalBart Van Assche2014-07-171-12/+0
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-2/+2
* fc: ensure scan_work isn't active when freeing fc_rportNeil Horman2014-06-251-0/+1
* [SCSI] scsi_transport_fc: Add 32Gbps speed definition.Chad Dupuis2014-03-151-0/+1
* drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2013-07-031-3/+3
* scsi: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-13/+8
* Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-011-38/+0
|\
| * block: drop custom queue draining used by scsi_transport_{iscsi|fc}Tejun Heo2012-06-251-38/+0