summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-05[SCSI] zfcp: Only issue one test link command per portChristof Schmitt2-0/+10
2009-09-05[SCSI] zfcp: Remove useless assignmentChristof Schmitt1-1/+0
2009-09-05[SCSI] zfcp: Only collect FSF/HBA debug data for matching trace levelsChristof Schmitt3-39/+67
2009-09-05[SCSI] zfcp: Only collect SCSI debug data for matching trace levelsChristof Schmitt5-63/+73
2009-09-05[SCSI] zfcp: Move debug data from zfcp_data to own data structureChristof Schmitt5-113/+143
2009-09-05[SCSI] zfcp: invalid usage after free of port resourcesSwen Schillig2-4/+9
2009-09-05[SCSI] scsi_dh_rdac: add support for next generation of Dell PV arrayYanqing_Liu@Dell.com1-0/+2
2009-08-23[SCSI] update MAINTAINERS with new emailJames Bottomley1-1/+1
2009-08-23[SCSI] mptsas : Bump version to 3.04.11Kashyap, Desai1-2/+2
2009-08-23[SCSI] mptsas : Code cleanup of host page alloc and diag reset.Kashyap, Desai1-54/+30
2009-08-23[SCSI] mptsas : set max_id to infinite value.Kashyap, Desai2-4/+6
2009-08-23[SCSI] mptsas : Change config request timeout value to 30 seconds.Kashyap, Desai1-9/+10
2009-08-23[SCSI] mptsas : Handle INSUFFICIENT resources status as similar to IOC BUSY s...Kashyap, Desai1-1/+1
2009-08-23[SCSI] mptsas : Removed mptscsih_timer_expired.Kashyap, Desai6-122/+0
2009-08-23[SCSI] mptsas : Change DEFINED value of can queue for FC and SAS devices.Kashyap, Desai2-2/+3
2009-08-23[SCSI] scsi_dh: add two SUN devices to the list of devices supported by defaultChandra Seetharaman1-0/+2
2009-08-23[SCSI] fix bugs in scsi_vpd_inquiry()James Bottomley1-6/+7
2009-08-23[SCSI] reservation conflict after timeout causes device to be taken offlineMichael Reed1-1/+5
2009-08-23[SCSI] nsp_cs: fix buf overflowJiri Slaby1-1/+1
2009-08-23[SCSI] ch: Check NULL for kmalloc() returnDavidlohr Bueso A1-0/+6
2009-08-23[SCSI] ibmvscsi: avoid unnecessary use of kzalloc_poolSage Weil1-1/+1
2009-08-23[SCSI] qla2xxx: Update version number to 8.03.01-k5Giridhar Malavali1-1/+1
2009-08-23[SCSI] qla2xxx: Fix to ensure driver works in sinlge queue mode if multiqueue...Anirban Chakraborty6-12/+27
2009-08-23[SCSI] qla2xxx: Correct display of vp_count in debug printk.Andrew Vasquez1-1/+2
2009-08-23[SCSI] qla2xxx: Fix a bug that clears the interrupt status register for the b...Anirban Chakraborty1-2/+4
2009-08-23[SCSI] qla2xxx: ISP21xx/22xx do not support FDMI registrations.Andrew Vasquez1-0/+4
2009-08-23[SCSI] qla2xxx: Pad IOCB structure for size requirements.Shyam Sundar1-1/+1
2009-08-23[SCSI] qla2xxx: Handle RSCN's per master/slave vn-port basis.Santosh Vernekar1-1/+1
2009-08-23[SCSI] qla2xxx: Process DPC requests within valid Fabric topologies.Lalit Chandivade1-0/+3
2009-08-23[SCSI] qla2xxx: Mark all devices lost on loss of fc port.Santosh Vernekar1-0/+1
2009-08-23[SCSI] qla2xxx: Skip RSCN processing on vha if event is global.Santosh Vernekar1-4/+20
2009-08-23[SCSI] qla2xxx: Correctly handle 'global port-unavailable' AEN.Andrew Vasquez1-1/+29
2009-08-23[SCSI] qla2xxx: Pass the command's data residual to upper-layer callers.Ravi Anand1-0/+1
2009-08-23[SCSI] scsi_dh: Use scsi_dh_set_params() in multipath.Chandra Seetharaman1-6/+36
2009-08-23[SCSI] scsi_dh: Provide set_params interface in emc device handlerChandra Seetharaman1-3/+56
2009-08-23[SCSI] scsi_dh: add the interface scsi_dh_set_params()Chandra Seetharaman3-0/+39
2009-08-23[SCSI] ses: update enclosure data on hot addJames Bottomley2-71/+100
2009-08-23[SCSI] ses: add support for enclosure component hot removalJames Bottomley3-16/+41
2009-08-23[SCSI] ses: fix hotplug with multiple devices and expandersJames Bottomley3-17/+40
2009-08-23[SCSI] ipr: fix buffer overflowBrian King1-1/+1
2009-08-23[SCSI] bnx2i : Fix "cid #n not valid" issueAnil Veerabhadrappa1-2/+1
2009-08-23[SCSI] bnx2i : Fix command session number jump issue seen during cable pull testAnil Veerabhadrappa1-3/+0
2009-08-23[SCSI] fcoe: removes phys_dev and renames real_dev to netdev.Vasu Dev2-47/+51
2009-08-23[SCSI] libfc: Remove page flags check for sglistYi Zou1-27/+0
2009-08-23[SCSI] libfc: Remove FC_FRAME_SG_LEN in fc_fcp_send_dataYi Zou2-9/+0
2009-08-23[SCSI] fcoe: Remove ifdef for NETIF_F_FCOE_CRC and NETIF_F_FSOYi Zou1-6/+0
2009-08-23[SCSI] fcoe, libfc: adds offload EM per eth device with only single xid range...Vasu Dev3-79/+85
2009-08-23[SCSI] fcoe: modifies fcoe_hostlist_lock uses as prep work to add shared offl...Vasu Dev1-8/+18
2009-08-23[SCSI] fcoe, fnic, libfc: modifies current code paths to use EM anchor listVasu Dev6-137/+142
2009-08-23[SCSI] libfc: Remove the FC_EM_DBG macroRobert Love2-13/+6