aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ibmvscsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-20includecheck fix: drivers/scsi, ibmvscsi.cJaswinder Singh Rajput1-1/+0
2009-08-22[SCSI] ibmvscsi: avoid unnecessary use of kzalloc_poolSage Weil1-1/+1
2009-06-25[SCSI] ibmvscsi: Fix module load hangBrian King1-1/+6
2009-06-21ibmvfc: Fix endless PRLI loop in discoveryBrian King2-4/+13
2009-06-21ibmvfc: Process async events before command responsesBrian King1-10/+10
2009-06-15ibmvscsi: gadget: at91_udc: remove driver_data direct access of struct deviceGreg Kroah-Hartman2-4/+4
2009-06-08[SCSI] ibmvscsi: Add support for capabilities MADBrian King3-27/+255
2009-06-08[SCSI] ibmvscsi: Enable fast fail featureRobert Jennings2-2/+71
2009-06-08[SCSI] ibmvscsi: Send adapter info before loginBrian King1-85/+85
2009-06-08[SCSI] ibmvscsi: Add specific timeouts for operationsRobert Jennings1-12/+16
2009-06-08[SCSI] ibmvscsi: Add 16 byte CDB supportBrian King1-0/+1
2009-06-08[SCSI] ibmvfc: Driver version 1.0.6Brian King1-2/+2
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 King2-5/+42
2009-06-08[SCSI] ibmvfc: Add support for NPIV LogoutBrian King2-4/+105
2009-06-08[SCSI] ibmvfc: Fix deadlock in EHBrian King2-41/+86
2009-06-08[SCSI] ibmvfc: Reduce error logging noiseBrian King2-26/+48
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-05-23[SCSI] ibmvscsi: Remove redundant test on unsigned.Roel Kluin1-3/+0
2009-04-03[SCSI] ibmvfc: Driver version 1.0.5Brian King1-2/+2
2009-04-03[SCSI] ibmvfc: Improve ADISC timeout handlingBrian King2-3/+106
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 King2-2/+24
2009-03-12[SCSI] ibmvfc: Better handle other FC initiatorsBrian King1-4/+58
2009-02-10[SCSI] ibmvfc: Increase cancel timeoutBrian King1-1/+1
2009-02-10[SCSI] ibmvfc: Fix rport reloginBrian King1-1/+11
2009-02-10[SCSI] ibmvfc: Fix command timeout errorsBrian King1-3/+0
2009-02-10[SCSI] ibmvscsi: Correct DMA mapping leakRobert Jennings1-0/+1
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 Rothwell2-10/+10
2009-01-13powerpc: Change u64/s64 to a long long integer typeIngo Molnar1-6/+6
2009-01-02[SCSI] ibmvscsi: Make max_requests module parameter more accurateBrian King1-6/+10
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 King2-5/+7
2008-12-29[SCSI] ibmvscsi: Don't fail EH due to insufficient resourcesBrian King1-2/+2
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 King2-6/+15
2008-12-29[SCSI] ibmvfc: Driver version 1.0.4Brian King1-2/+2
2008-12-29[SCSI] ibmvfc: Handle port login required responseBrian King2-0/+4
2008-12-29[SCSI] ibmvfc: Fix command timeouts due to cached CRQ accessBrian King1-8/+8
2008-12-29[SCSI] ibmvfc: Fix oops in interrupt handlerBrian King1-1/+1
2008-12-29[SCSI] ibmvfc: Driver version 1.0.3Brian King1-2/+2
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 King2-20/+23
2008-12-29[SCSI] ibmvfc: Error handling fixesBrian King2-61/+148