summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_fc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [SCSI] core, classes, mpt2sas: have scsi_internal_device_unblock take new stateMike Christie2012-07-201-9/+7
* | [SCSI] fc: add some more FC specific stats to fc_hostVasu Dev2012-07-201-0/+18
|/
* [SCSI] fc class: fix scanning when devs are offlineMike Christie2012-05-101-10/+14
* [SCSI] scsi_transport_fc: Add FDMI host attributesNeerav Parikh2012-02-191-1/+29
* [SCSI] scsi_transport_fc: Clear Devloss Callback Done flag in fc_remote_port_...James Smart2012-01-161-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-05-201-6/+5
|\
| * [SCSI] scsi_transport_fc: Fix deadlock during fc_remove_hostNithin Nayak Sujir2011-05-011-6/+5
* | block: get rid of QUEUE_FLAG_REENTERJens Axboe2011-04-191-15/+4
* | block: add blk_run_queue_asyncChristoph Hellwig2011-04-181-1/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-1/+1
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+1
* | block: add @force_kblockd to __blk_run_queue()Tejun Heo2011-03-021-1/+1
|/
* [SCSI] fc class: add fc host dev loss sysfs fileMike Christie2010-10-071-36/+88
* [SCSI] scsi_transport_fc: fix blocked bsg request when fc object deletedJames Smart2010-09-091-0/+43
* [SCSI] fc class: add fc host default default dev loss settingMike Christie2010-09-051-1/+5
* drivers: scsi: use newly introduced hex_to_bin() methodAndy Shevchenko2010-08-111-6/+6
* fix typos concerning "hierarchy"Uwe Kleine-König2010-06-161-1/+1
* [SCSI] Allow FC LLD to fast-fail scsi eh by introducing new eh returnChristof Schmitt2010-04-111-5/+15
* [SCSI] scsi_transport_fc: Protect against overflow in dev_loss_tmoHannes Reinecke2010-04-111-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-04-051-2/+2
|\
| * [SCSI] scsi_transport_fc: Make sure commands are completed when rport is offlineSarang Radke2010-03-271-2/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* [SCSI] scsi_transport_fc: Fix synchronization issue while deleting vportGal Rosen2010-03-081-12/+12
* [SCSI] scsi_transport_fc: Remove capping from dev_loss_tmoHannes Reinecke2010-01-181-5/+21
* [SCSI] scsi_transport_fc: Allow LLD to reset FC BSG timeoutSwen Schillig2010-01-171-1/+4
* [SCSI] fc class: fix fc_transport_init error handlingMike Christie2009-12-101-3/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-12-091-28/+71
|\
| * [SCSI] fc class: fail fast bsg requestsMike Christie2009-12-041-2/+3
| * [SCSI] scsi_transport_fc: Introduce helper function for blocking scsi_ehChristof Schmitt2009-12-041-0/+26
| * [SCSI] scsi_transport_fc: remove invalid BUG_ONMichael Reed2009-10-291-26/+42
* | [SCSI] scsi_transport_fc: Fix WARN message for FC passthru failure pathsBrian King2009-11-061-0/+3
|/
* [SCSI] scsi_transport_fc: fix missing kernel-docRandy Dunlap2009-10-021-0/+2
* [SCSI] fc_transport: Correct max fc_host attribute countJames Smart2009-08-221-1/+1
* [SCSI] scsi_transport_fc: fix kernel-doc param nameRandy Dunlap2009-08-221-1/+1
* [SCSI] FC transport: Locking fix for common-code FC pass-through patchChristof Schmitt2009-06-261-2/+3
* [SCSI] scsi_transport_fc: replace BUS_ID_SIZE by fixed countJames Bottomley2009-06-211-1/+1
* fc_transport: Selective return value from BSG timeout functionGiridhar Malavali2009-06-211-1/+4
* fc_transport: The softirq_done function registration for BSG requestGiridhar Malavali2009-06-211-18/+19
* [SCSI] FC Pass Thru supportJames Smart2009-06-121-1/+613
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-03-281-1/+1
|\
| * [SCSI] scsi_transport_fc: Add missing parenthesis to Point-To-Point descriptionChristof Schmitt2009-03-121-1/+1
* | netlink: change return-value logic of netlink_broadcast()Pablo Neira Ayuso2009-02-051-12/+4
|/
* [SCSI] fc transport: restore missing dev_loss_tmo callback to LLDDJames Smart2009-01-061-2/+19
* [SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-021-9/+9
* [SCSI] fc transport: pre-emptively terminate i/o upon dev_loss_tmo timeoutJames Smart2008-12-291-3/+10