summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ibmvscsi/ibmvfc.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] ibmvfc: Add suspend/resume supportBrian King2010-03-031-0/+27
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-2/+2
* [SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie2009-12-041-1/+6
* [SCSI] ibmvfc: Add FC Passthru supportBrian King2009-12-041-0/+279
* [SCSI] ibmvfc: Fix adapter cancel flags for terminate_rport_ioBrian King2009-12-041-4/+16
* [SCSI] ibmvfc: Remove unnecessary parameter to ibmvfc_init_hostBrian King2009-12-041-9/+6
* [SCSI] ibmvfc: Fix locking in ibmvfc_removeBrian King2009-12-041-0/+4
* [SCSI] ibmvfc: Fixup TMF response handlingBrian King2009-12-041-2/+8
* [SCSI] ibmvscsi: avoid unnecessary use of kzalloc_poolSage Weil2009-08-221-1/+1
* ibmvfc: Fix endless PRLI loop in discoveryBrian King2009-06-211-4/+12
* ibmvfc: Process async events before command responsesBrian King2009-06-211-10/+10
* [SCSI] ibmvfc: Improve LOGO/PRLO ELS handlingBrian King2009-06-081-1/+37
* [SCSI] ibmvfc: Improve device rediscoveryBrian King2009-06-081-3/+3
* [SCSI] ibmvfc: Add flush on halt supportBrian King2009-06-081-3/+31
* [SCSI] ibmvfc: Add support for NPIV LogoutBrian King2009-06-081-3/+94
* [SCSI] ibmvfc: Fix deadlock in EHBrian King2009-06-081-39/+83
* [SCSI] ibmvfc: Reduce error logging noiseBrian King2009-06-081-26/+42
* [SCSI] ibmvfc: Use DEVICE_ATTR macroBrian King2009-06-081-54/+13
* [SCSI] ibmvfc: Fixup GFP flags for target allocationsBrian King2009-06-081-1/+1
* [SCSI] ibmvfc: Fix invalid error response handlingBrian King2009-06-081-1/+1
* [SCSI] ibmvfc: Improve ADISC timeout handlingBrian King2009-04-031-1/+97
* [SCSI] ibmvfc: Show host maxframe_sizeBrian King2009-04-031-0/+1
* [SCSI] ibmvfc: Fixup module parms attributesBrian King2009-04-031-1/+1
* [SCSI] ibmvfc: Fix dropped interruptsBrian King2009-04-031-2/+23
* [SCSI] ibmvfc: Better handle other FC initiatorsBrian King2009-03-121-4/+58
* [SCSI] ibmvfc: Fix rport reloginBrian King2009-02-101-1/+11
* [SCSI] ibmvfc: Fix command timeout errorsBrian King2009-02-101-3/+0
* [SCSI] ibmvfc: Fix DMA mapping leak on memory allocation failureBrian King2009-01-251-1/+3
* powerpc: Cleanup from l64 to ll64 change drivers/scsiStephen Rothwell2009-01-161-7/+7
* [SCSI] ibmvfc: Fixup command response translationBrian King2009-01-021-5/+5
* [SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-021-2/+2
* [SCSI] ibmvfc: Improve async event handlingBrian King2008-12-291-4/+6
* [SCSI] ibmvfc: Fix errors due to inconsistent command dataBrian King2008-12-291-0/+2
* [SCSI] ibmvfc: Delay NPIV login retry and add retriesBrian King2008-12-291-5/+12
* [SCSI] ibmvfc: Handle port login required responseBrian King2008-12-291-0/+3
* [SCSI] ibmvfc: Fix oops in interrupt handlerBrian King2008-12-291-1/+1
* [SCSI] ibmvfc: Quiet gcc warning in ibmvfc_reset_deviceBrian King2008-12-291-1/+1
* [SCSI] ibmvfc: Fix target initialization failure retry handlingBrian King2008-12-291-20/+22
* [SCSI] ibmvfc: Error handling fixesBrian King2008-12-291-60/+147
* [SCSI] ibmvfc: Fix error reporting for some FC errorsBrian King2008-12-291-7/+3
* [SCSI] ibmvfc, qla2xxx, lpfc: remove scsi_target_unblock calls in terminate c...Mike Christie2008-10-131-2/+0
* [SCSI] ibmvfc: Add details to async event logBrian King2008-08-161-1/+2
* [SCSI] ibmvfc: Sanitize response lengthsBrian King2008-08-161-3/+3
* [SCSI] ibmvfc: Fix for lost async eventsBrian King2008-08-161-7/+11
* [SCSI] ibmvfc: Fixup host state during reinitBrian King2008-08-161-1/+2
* [SCSI] ibmvfc: Fix another hang on module removalBrian King2008-08-161-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-07-271-27/+177
|\
| * [SCSI] ibmvfc: Add ADISC supportBrian King2008-07-261-0/+135
| * [SCSI] ibmvfc: Miscellaneous fixesBrian King2008-07-261-1/+2