aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_fc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-11scsi: disable automatic target scanHannes Reinecke1-2/+4
2015-11-30scsi_transport_fc: Introduce scsi_host_{get,put}()Bart Van Assche1-6/+6
2015-04-10scsi_transport_fc: Add support for 25Gbit speedJames Smart1-0/+1
2014-07-25scsi: add defines for new FC port speeds.Dick Kennedy1-0/+4
2014-07-17tgt: removalBart Van Assche1-12/+0
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-2/+2
2014-06-25fc: ensure scan_work isn't active when freeing fc_rportNeil Horman1-0/+1
2014-03-15[SCSI] scsi_transport_fc: Add 32Gbps speed definition.Chad Dupuis1-0/+1
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook1-3/+3
2013-03-28scsi: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-13/+8
2012-08-01Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-38/+0
2012-07-20[SCSI] core, classes, mpt2sas: have scsi_internal_device_unblock take new stateMike Christie1-9/+7
2012-07-20[SCSI] fc: add some more FC specific stats to fc_hostVasu Dev1-0/+18
2012-06-25block: drop custom queue draining used by scsi_transport_{iscsi|fc}Tejun Heo1-38/+0
2012-05-10[SCSI] fc class: fix scanning when devs are offlineMike Christie1-10/+14
2012-02-19[SCSI] scsi_transport_fc: Add FDMI host attributesNeerav Parikh1-1/+29
2012-01-16[SCSI] scsi_transport_fc: Clear Devloss Callback Done flag in fc_remote_port_rolechgJames Smart1-1/+2
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-6/+5
2011-05-01[SCSI] scsi_transport_fc: Fix deadlock during fc_remove_hostNithin Nayak Sujir1-6/+5
2011-04-19block: get rid of QUEUE_FLAG_REENTERJens Axboe1-15/+4
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+1
2011-03-02block: add @force_kblockd to __blk_run_queue()Tejun Heo1-1/+1
2010-10-07[SCSI] fc class: add fc host dev loss sysfs fileMike Christie1-36/+88
2010-09-09[SCSI] scsi_transport_fc: fix blocked bsg request when fc object deletedJames Smart1-0/+43
2010-09-05[SCSI] fc class: add fc host default default dev loss settingMike Christie1-1/+5
2010-08-11drivers: scsi: use newly introduced hex_to_bin() methodAndy Shevchenko1-6/+6
2010-06-16fix typos concerning "hierarchy"Uwe Kleine-König1-1/+1
2010-04-11[SCSI] Allow FC LLD to fast-fail scsi eh by introducing new eh returnChristof Schmitt1-5/+15
2010-04-11[SCSI] scsi_transport_fc: Protect against overflow in dev_loss_tmoHannes Reinecke1-2/+8
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-27[SCSI] scsi_transport_fc: Make sure commands are completed when rport is offlineSarang Radke1-2/+2