aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ibmvscsi/ibmvfc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-10[SCSI] ibmvfc: Fix rport reloginBrian King1-1/+11
2009-02-10[SCSI] ibmvfc: Fix command timeout errorsBrian King1-3/+0
2009-01-25[SCSI] ibmvfc: Fix DMA mapping leak on memory allocation failureBrian King1-1/+3
2009-01-16powerpc: Cleanup from l64 to ll64 change drivers/scsiStephen Rothwell1-7/+7
2009-01-02[SCSI] ibmvfc: Fixup command response translationBrian King1-5/+5
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-12-29[SCSI] ibmvfc: Improve async event handlingBrian King1-4/+6
2008-12-29[SCSI] ibmvfc: Fix errors due to inconsistent command dataBrian King1-0/+2
2008-12-29[SCSI] ibmvfc: Delay NPIV login retry and add retriesBrian King1-5/+12
2008-12-29[SCSI] ibmvfc: Handle port login required responseBrian King1-0/+3
2008-12-29[SCSI] ibmvfc: Fix oops in interrupt handlerBrian King1-1/+1
2008-12-29[SCSI] ibmvfc: Quiet gcc warning in ibmvfc_reset_deviceBrian King1-1/+1
2008-12-29[SCSI] ibmvfc: Fix target initialization failure retry handlingBrian King1-20/+22
2008-12-29[SCSI] ibmvfc: Error handling fixesBrian King1-60/+147
2008-12-29[SCSI] ibmvfc: Fix error reporting for some FC errorsBrian King1-7/+3
2008-10-13[SCSI] ibmvfc, qla2xxx, lpfc: remove scsi_target_unblock calls in terminate callbacksMike Christie1-2/+0
2008-08-16[SCSI] ibmvfc: Add details to async event logBrian King1-1/+2
2008-08-16[SCSI] ibmvfc: Sanitize response lengthsBrian King1-3/+3
2008-08-16[SCSI] ibmvfc: Fix for lost async eventsBrian King1-7/+11