aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/sas_ata.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-04[SCSI] libfc: vport link handling and fc_vport state managmentChris Leech3-15/+140
2009-12-04[SCSI] libfc: add some generic NPIV support routines to libfcChris Leech4-1/+137
2009-12-04[SCSI] libfc: changes to libfc_host_alloc to consolidate initialization with allocationChris Leech4-15/+19
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 Love9-86/+147
2009-12-04[SCSI] libfc: Remove fc_fcp_completeRobert Love2-25/+0
2009-12-04[SCSI] libfc: Move non-common routines and prototypes out of libfc.hRobert Love2-201/+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 Schmitt5-65/+37
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 Kataria5-0/+1821
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 Seetharaman8-20/+42
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 Dev5-7/+94
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 Christie27-32/+119
2009-12-04[SCSI] pm8001: add SAS/SATA HBA driverjack wang14-0/+8725
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 Eykholt2-19/+51
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 Zou2-1/+5
2009-12-04[SCSI] fcoe: Use NETIF_F_FCOE_MTU flag to set up max frame size (lport->mfs)Yi Zou2-2/+14
2009-12-04[SCSI] fcoe: initialize return value in fcoe_destroyMike Christie1-1/+1
2009-12-04[SCSI] libfc: removes unused disc_work and ex_listVasu Dev2-2/+0
2009-12-04[SCSI] libfc: adds missing exch release for accepted RRQVasu Dev1-4/+5
2009-12-04[SCSI] libfc: removes initializing fc_cpu_order and fc_cpu_mask per lportVasu Dev1-10/+14
2009-12-04[SCSI] libfc: don't WARN_ON in lport_timeout for RESET stateJoe Eykholt1-1/+4
2009-12-04[SCSI] libfc: lport: fix minor documentation errorsJoe Eykholt1-10/+10
2009-12-04[SCSI] libfc: Fix wrong scsi return status under FC_DATA_UNDRUNYi Zou1-1/+2
2009-12-04[SCSI] libfc: Remove unused fc_lport pointer from fc_fcp_pkt_abortRobert Love1-2/+2
2009-12-04[SCSI] libfc, fcoe: Don't EXPORT_SYMBOLS unnecessarilyRobert Love4-5/+0
2009-12-04[SCSI] fcoe: remove redundant checking of netdev->netdev_opsYi Zou1-2/+2
2009-12-04[SCSI] libfc: fix ddp in fc_fcp for 0 xidYi Zou1-2/+6
2009-12-04[SCSI] libfc: fix typo in retry check on received PRLIJoe Eykholt1-1/+1
2009-12-04[SCSI] ibmvfc: Driver version 1.0.7Brian King1-2/+2
2009-12-04[SCSI] ibmvfc: Add FC Passthru supportBrian King2-1/+286