aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ibmvscsi/ibmvfc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-23ibmvfc: byteswap scsi_id, wwpn, and node_name prior to loggingTyrel Datwyler1-1/+2
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-1/+0
2014-12-04ibmvfc: remove unused tag variableChristoph Hellwig1-1/+0
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-7/+2
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-0/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-7/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-5/+6
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig1-13/+3
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-24/+1
2014-07-25ibmvfc: fix little endian issuesTyrel Datwyler1-233/+240
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke1-2/+2
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang1-1/+1
2013-09-06[SCSI] ibmvfc: Fix for offlining devices during error recoveryBrian King1-2/+13
2013-05-02[SCSI] ibmvfc: Suppress ABTS if target goneBrian King1-6/+7
2013-05-02[SCSI] ibmvfc: Send cancel when link is downBrian King1-5/+8
2013-05-02[SCSI] ibmvfc: Support FAST_IO_FAIL in EH handlersBrian King1-17/+52
2013-05-02[SCSI] ibmvfc: Properly set cancel flags when cancelling abortBrian King1-1/+1
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-09-24[SCSI] ibmvfc: Ignore fabric RSCNs when link is deadBrian King1-2/+4
2012-09-24[SCSI] ibmvfc: Fix double completion on abort timeoutBrian King1-1/+29
2012-03-28powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt1-5/+2
2011-06-29[SCSI] ibmvfc: Fix Virtual I/O failover hangBrian King1-2/+2
2010-12-21[SCSI] ibmvfc: Improve ibmvfc_async_desc memory layoutRobert Jennings1-14/+14
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-10-07[SCSI] ibmvfc: Handle Virtual I/O Server rebootBrian King1-2/+4
2010-10-07[SCSI] ibmvfc: prep for fc host dev loss tmo supportMike Christie1-13/+2
2010-09-16[SCSI] ibmvfc: Log link up/down eventsBrian King1-24/+50
2010-09-05[SCSI] ibmvfc: do not reset dev_loss_tmo in slave calloutMike Christie1-3/+7
2010-08-06[SCSI] ibmvfc: Fix terminate_rport_ioBrian King1-169/+203
2010-08-06[SCSI] ibmvfc: Fix rport add/delete race resulting in oopsBrian King1-0/+8
2010-07-27[SCSI] ibmvfc: Add support for fc_block_scsi_ehBrian King1-0/+4
2010-07-27[SCSI] ibmvfc: Fix soft lockup on resumeBrian King1-27/+54
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-2/+9
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-1/+2
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2010-05-02[SCSI] ibmvfc: Reduce error recovery timeoutBrian King1-1/+1
2010-05-02[SCSI] ibmvfc: Fix command completion handlingBrian King1-0/+6
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-03[SCSI] ibmvfc: Add suspend/resume supportBrian King1-0/+27
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-2/+2
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-1/+6
2009-12-04[SCSI] ibmvfc: Add FC Passthru supportBrian King1-0/+279
2009-12-04[SCSI] ibmvfc: Fix adapter cancel flags for terminate_rport_ioBrian King1-4/+16
2009-12-04[SCSI] ibmvfc: Remove unnecessary parameter to ibmvfc_init_hostBrian King1-9/+6
2009-12-04[SCSI] ibmvfc: Fix locking in ibmvfc_removeBrian King1-0/+4
2009-12-04[SCSI] ibmvfc: Fixup TMF response handlingBrian King1-2/+8
2009-08-22[SCSI] ibmvscsi: avoid unnecessary use of kzalloc_poolSage Weil1-1/+1
2009-06-21ibmvfc: Fix endless PRLI loop in discoveryBrian King1-4/+12
2009-06-21ibmvfc: Process async events before command responsesBrian King1-10/+10