summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_transport_fc.c
Commit message (Expand)AuthorAge
* scsi: scsi_transport_fc: return -EBUSY for deleted vportHannes Reinecke2017-07-24
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-06
|\
| * scsi: fix typos and grammar in comments of scsi_transport_fc.cTyrel Datwyler2017-06-26
* | scsi: fix some kernel-doc markupsMauro Carvalho Chehab2017-05-16
|/
* scsi: scsi_transport_fc: Add dummy initiator role to rportCathy Avery2017-04-19
* scsi: fc: remove redundant check of an unsigned long being less than zeroColin Ian King2017-04-18
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-21
|\
| * scsi: remove tsk_mgmt_response and it_nexus_response transport methodsChristoph Hellwig2017-02-06
| * scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-06
* | block/bsg: move queue creation into bsg_setup_queueChristoph Hellwig2017-01-27
* | scsi: remove __scsi_alloc_queueChristoph Hellwig2017-01-27
|/
* scsi: fc: move FC transport's bsg code to bsg-libJohannes Thumshirn2016-11-17
* block: add bsg_job_put() and bsg_job_get()Johannes Thumshirn2016-11-17
* scsi: fc: use bsg_job_doneJohannes Thumshirn2016-11-17
* scsi: fc: use bsg_softirq_doneJohannes Thumshirn2016-11-17
* scsi: fc: Use bsg_destroy_jobJohannes Thumshirn2016-11-17
* scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2016-11-17
* scsi: fc: implement kref backed reference countingJohannes Thumshirn2016-11-17
* scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn2016-11-17
* scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn2016-11-17
* scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn2016-11-17
* scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn2016-11-17
* scsi: Get rid of struct fc_bsg_bufferJohannes Thumshirn2016-11-17
* scsi: scsi_transport_fc: Hold queue lock while calling blk_run_queue_async()Bart Van Assche2016-11-14
* scsi: scsi_transport_fc: rename 'fc_rport_create' to 'fc_remote_port_create'Hannes Reinecke2016-11-08
* scsi_transport_fc: Unexport scsi_is_fc_vport()Bart Van Assche2016-04-11
* scsi: disable automatic target scanHannes Reinecke2016-04-11
* scsi_transport_fc: Introduce scsi_host_{get,put}()Bart Van Assche2015-11-30
* scsi_transport_fc: Add support for 25Gbit speedJames Smart2015-04-10
* scsi: add defines for new FC port speeds.Dick Kennedy2014-07-25
* tgt: removalBart Van Assche2014-07-17
* scsi: use 64-bit LUNsHannes Reinecke2014-07-17
* fc: ensure scan_work isn't active when freeing fc_rportNeil Horman2014-06-25
* [SCSI] scsi_transport_fc: Add 32Gbps speed definition.Chad Dupuis2014-03-15
* drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2013-07-03
* scsi: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-28
* Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-01
|\
| * block: drop custom queue draining used by scsi_transport_{iscsi|fc}Tejun Heo2012-06-25
* | [SCSI] core, classes, mpt2sas: have scsi_internal_device_unblock take new stateMike Christie2012-07-20
* | [SCSI] fc: add some more FC specific stats to fc_hostVasu Dev2012-07-20
|/
* [SCSI] fc class: fix scanning when devs are offlineMike Christie2012-05-10
* [SCSI] scsi_transport_fc: Add FDMI host attributesNeerav Parikh2012-02-19
* [SCSI] scsi_transport_fc: Clear Devloss Callback Done flag in fc_remote_port_...James Smart2012-01-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-05-20
|\
| * [SCSI] scsi_transport_fc: Fix deadlock during fc_remove_hostNithin Nayak Sujir2011-05-01
* | block: get rid of QUEUE_FLAG_REENTERJens Axboe2011-04-19
* | block: add blk_run_queue_asyncChristoph Hellwig2011-04-18
|/
* Fix common misspellingsLucas De Marchi2011-03-31
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-10
|\
| * block: remove per-queue pluggingJens Axboe2011-03-10