aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-04[SCSI] libfcoe: formatting and comment cleanupsRobert Love1-105/+111
2009-12-04[SCSI] libfc: Formatting cleanups across libfcRobert Love8-766/+1119
2009-12-04[SCSI] libfc, fcoe: Add FC passthrough supportSteve Ma2-0/+271
2009-12-04[SCSI] libfc: Add routine to copy data from a buffer to a SG listRobert Love3-46/+78
2009-12-04[SCSI] fcoe: vport symbolic name supportChris Leech2-0/+34
2009-12-04[SCSI] libfc: combine name server registration request functionsChris Leech1-122/+42
2009-12-04[SCSI] libfc: combine name server registration response handlersChris Leech1-175/+30
2009-12-04[SCSI] libfc: Register Symbolic Port Name (RSPN_ID)Chris Leech1-0/+90
2009-12-04[SCSI] libfc: Register Symbolic Node Name (RSNN_NN)Chris Leech2-3/+94
2009-12-04[SCSI] libfc: RNN_ID may be required before RSNN_NN with some switchesChris Leech1-1/+90
2009-12-04[SCSI] libfc: RPN_ID is obsolete and unnecessaryChris Leech1-92/+3
2009-12-04[SCSI] fcoe: NPIV vport create/destroyChris Leech1-23/+139
2009-12-04[SCSI] fcoe: add a separate scsi transport template for NPIV vportsChris Leech1-7/+47
2009-12-04[SCSI] libfcoe, fcoe: libfcoe NPIV supportChris Leech5-55/+184
2009-12-04[SCSI] libfc, libfcoe: FDISC ELS for NPIVChris Leech2-4/+8
2009-12-04[SCSI] libfc: vport link handling and fc_vport state managmentChris Leech2-15/+132
2009-12-04[SCSI] libfc: add some generic NPIV support routines to libfcChris Leech3-1/+117
2009-12-04[SCSI] libfc: changes to libfc_host_alloc to consolidate initialization with allocationChris Leech3-12/+7
2009-12-04[SCSI] libfc: Move libfc_init and libfc_exit to fc_libfc.cRobert Love3-40/+64
2009-12-04[SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routinesRobert Love8-7/+147
2009-12-04[SCSI] libfc: Remove fc_fcp_completeRobert Love1-17/+0
2009-12-04[SCSI] libfc: Move non-common routines and prototypes out of libfc.hRobert Love1-152/+177
2009-12-04[SCSI] fcoe: Increase FCOE_MAX_LUN to 0xFFFF (65535)Robert Love1-1/+1
2009-12-04[SCSI] fnic: Allocate OS interrupt resources just before enabling interruptsAbhijeet Joglekar1-11/+10
2009-12-04[SCSI] scsi_transport_fc: Introduce helper function for blocking scsi_ehChristof Schmitt4-65/+36
2009-12-04[SCSI] scsi_lib: fix potential NULL dereferenceJiri Slaby1-3/+6
2009-12-04[SCSI] 3w-sas: Add new driver for LSI 3ware 9750adam radford4-0/+2332
2009-12-04[SCSI] scsi_debug: fix Thin provisioning supportDouglas Gilbert1-4/+9
2009-12-04[SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA.Alok Kataria4-0/+1813
2009-12-04[SCSI] scsi_dh: Make alua hardware handler's activate() asyncChandra Seetharaman1-59/+73
2009-12-04[SCSI] scsi_dh: Make hp hardware handler's activate() asyncChandra Seetharaman1-33/+54
2009-12-04[SCSI] scsi_dh: Make rdac hardware handler's activate() asyncChandra Seetharaman1-8/+100
2009-12-04[SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronousChandra Seetharaman6-17/+36
2009-12-04[SCSI] zfcp: Adapt change_queue_depth for queue full trackingChristof Schmitt1-3/+12
2009-12-04[SCSI] libfc: add queue_depth ramp upVasu Dev1-0/+3
2009-12-04[SCSI] add queue_depth ramp up codeVasu Dev4-4/+88
2009-12-04[SCSI] fcoe, libfc: fix an libfc issue with queue ramp down in libfcVasu Dev2-9/+7
2009-12-04[SCSI] libfc: convert to scsi_track_queue_fullMike Christie1-18/+9
2009-12-04[SCSI] scsi error: have scsi-ml call change_queue_depth to handle QUEUE_FULLMike Christie1-1/+26
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie22-27/+106
2009-12-04[SCSI] pm8001: add SAS/SATA HBA driverjack wang12-0/+8716
2009-12-04[SCSI] be2iscsi: Adding Ring Mode Wrb's V3Jayamohan Kallickal3-48/+169
2009-12-04[SCSI] be2iscsi: Adding msix and mcc_rings V3Jayamohan Kallickal8-331/+1030
2009-12-04[SCSI] libfc: fix free of fc_rport_priv with timer pendingJoe Eykholt1-19/+50
2009-12-04[SCSI] fnic: Pad the unused bytes of CDB to 0sAbhijeet Joglekar2-2/+5
2009-12-04[SCSI] fnic: Set max_cmd_len to driver supported CDB lengthAbhijeet Joglekar2-1/+2
2009-12-04[SCSI] fnic: Process all cq entries per ISRAbhijeet Joglekar1-9/+9
2009-12-04[SCSI] libfc: fix memory corruption caused by double frees and bad error handlingChris Leech5-16/+15
2009-12-04[SCSI] fcoe: Call ndo_fcoe_enable/disable to turn FCoE feature on/off in LLDYi Zou1-0/+18
2009-12-04[SCSI] libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_dataYi Zou1-1/+2