aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ibmvscsi/ibmvfc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-08[SCSI] ibmvfc: Improve LOGO/PRLO ELS handlingBrian King1-1/+37
2009-06-08[SCSI] ibmvfc: Improve device rediscoveryBrian King1-3/+3
2009-06-08[SCSI] ibmvfc: Add flush on halt supportBrian King1-3/+31
2009-06-08[SCSI] ibmvfc: Add support for NPIV LogoutBrian King1-3/+94
2009-06-08[SCSI] ibmvfc: Fix deadlock in EHBrian King1-39/+83
2009-06-08[SCSI] ibmvfc: Reduce error logging noiseBrian King1-26/+42
2009-06-08[SCSI] ibmvfc: Use DEVICE_ATTR macroBrian King1-54/+13
2009-06-08[SCSI] ibmvfc: Fixup GFP flags for target allocationsBrian King1-1/+1
2009-06-08[SCSI] ibmvfc: Fix invalid error response handlingBrian King1-1/+1
2009-04-03[SCSI] ibmvfc: Improve ADISC timeout handlingBrian King1-1/+97
2009-04-03[SCSI] ibmvfc: Show host maxframe_sizeBrian King1-0/+1
2009-04-03[SCSI] ibmvfc: Fixup module parms attributesBrian King1-1/+1
2009-04-03[SCSI] ibmvfc: Fix dropped interruptsBrian King1-2/+23
2009-03-12[SCSI] ibmvfc: Better handle other FC initiatorsBrian King1-4/+58