aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt2sas (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-17[SCSI] mpt2sas: Do not call sas_is_tlr_enabled for RAID volumes.Kashyap, Desai1-3/+5
2010-02-08[SCSI] mpt2sas: Bump version 04.100.01.00Kashyap, Desai1-3/+3
2010-02-08[SCSI] mpt2sas: Enable TLR for SSP TAPE drives (Added SAS Transport APIs)Kashyap, Desai1-20/+35
2010-02-08[SCSI] mpt2sas: Update driver header to latest MPI Spec.Kashyap, Desai6-40/+201
2010-02-08[SCSI] mpt2sas: Added phy_enable and set_phy_speed sysfs callback support.Kashyap, Desai3-17/+232
2010-02-08[SCSI] mpt2sas: Added raid transport supportKashyap, Desai3-4/+189
2010-02-08[SCSI] mpt2sas: Use compat_ptr to setup the pointer compatibility.Kashyap, Desai1-8/+4
2010-02-08[SCSI] mpt2sas: Set ioc->fwfault_debug to the cmd line option mpt2sas_fwfault_debug.Kashyap, Desai1-2/+3
2010-02-08[SCSI] mpt2sas: User resource_size_t instead of unsigned longKashyap, Desai2-8/+9
2010-02-08[SCSI] mpt2sas: Return -ENODATA on IOCTL timeoutKashyap, Desai1-0/+1
2010-02-08[SCSI] mpt2sas: Delete volume before HBA detach.Kashyap, Desai1-0/+17
2009-12-10[SCSI] mpt2sas: add missing initialization of scsih_cmdsKashyap, Desai1-0/+5
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-3/+7
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-10-29[SCSI] mpt2sas: Bump version 03.100.03.00Kashyap, Desai1-2/+2
2009-10-29[SCSI] mpt2sas: No link rate change, do not call update links nor unblock deviceKashyap, Desai1-25/+27
2009-10-29[SCSI] mpt2sas : Add support for RAID Action System Shutdown Initiated at OS shutdownKashyap, Desai2-1/+136
2009-10-29[SCSI] mpt2sas: Freeze the sdev IO queue when firmware sends internal dev resetKashyap, Desai1-1/+33
2009-10-29[SCSI] mpt2sas : PPC (power pc) endian bug fix'sKashyap, Desai4-22/+24
2009-10-29[SCSI] mpt2sas: mpt2sas_base_get_sense_buffer_dma should be returning little endianKashyap, Desai4-6/+7
2009-10-29[SCSI] mpt2sas: Return DID_TRANSPORT_DISRUPTED in nexus loss,SCSI_MLQUEUE_DEVICE_BUSY if device is busyKashyap, Desai1-4/+3
2009-10-29[SCSI] mpt2sas: Retrieve the ioc facts prior to putting the controller into READY stateKashyap, Desai1-2/+2
2009-10-29[SCSI] mpt2sas: Added new info messages for IR and Expander events.Kashyap, Desai1-2/+14
2009-10-29[SCSI] mpt2sas: Limit the max_depth to 32 for SATA devices which are not part of volumeKashyap, Desai1-0/+25
2009-10-29[SCSI] mpt2sas: Added support to set the TimeStamp when sending ioc_initKashyap, Desai1-0/+9
2009-10-29[SCSI] mpt2sas: Add Extended Type for Diagnostic Buffer supportKashyap, Desai3-8/+29
2009-10-29[SCSI] mpt2sas: Added command line option diag_buffer_enable.Kashyap, Desai3-37/+104
2009-10-29[SCSI] mpt2sas: Fixed some of the commentKashyap, Desai1-10/+10
2009-10-29[SCSI] mpt2sas: Support for stopping driver when Firmware encountersKashyap, Desai4-16/+119
2009-10-29[SCSI] mpt2sas: Adding MPI Headers - revision LKashyap, Desai5-14/+305
2009-10-29[SCSI] mpt2sas: New device SAS2208 support is addedKashyap, Desai2-0/+26
2009-10-29[SCSI] mpt2sas: Add support in the driver to check for valid response infoKashyap, Desai1-13/+14
2009-10-29[SCSI] mpt2sas: Expander remove fails when it is processing another expander add.Kashyap, Desai1-47/+62
2009-10-29[SCSI] mpt2sas: Driver will use sas address instead of handle as a lookupKashyap, Desai3-210/+255
2009-10-02[SCSI] mpt2sas: Bump version 02.100.03.00Kashyap, Desai1-3/+3
2009-10-02[SCSI] mpt2sas: Support dev remove when phy status is MPI2_EVENT_SAS_TOPO_PHYSTATUS_VACANTKashyap, Desai1-5/+6
2009-10-02[SCSI] mpt2sas: Timeout occurred within the HANDSHAKE logic while waiting on firmware to ACK.Kashyap, Desai1-3/+1
2009-10-02[SCSI] mpt2sas: Call init_completion on a per request basis.Kashyap, Desai3-3/+10
2009-10-02[SCSI] mpt2sas: Target Reset will be issued from Interrupt context.Kashyap, Desai6-54/+372
2009-10-02[SCSI] mpt2sas: Added SCSIIO, Internal and high priority memory pools to support multiple TMKashyap, Desai4-137/+307
2009-10-02[SCSI] mpt2sas: Copyright change to 2009.Kashyap, Desai9-9/+9
2009-10-02[SCSI] mpt2sas: Added mpi2_history.txt for MPI2 headers.Kashyap, Desai1-0/+334
2009-10-02[SCSI] mpt2sas: Update driver to MPI2 REV K headers.Kashyap, Desai11-207/+652
2009-09-05[SCSI] mpt2sas: Bump driver version 01.100.06.00Kashyap, Desai1-2/+2
2009-09-05[SCSI] mpt2sas: cleanup interrupt routine and config_request optimizationKashyap, Desai4-753/+234
2009-09-05[SCSI] mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesgKashyap, Desai4-4/+109
2009-09-05[SCSI] mpt2sas: setting SDEV into RUNNING state from Interrupt contextKashyap, Desai2-6/+13
2009-09-05[SCSI] mpt2sas: Removed wrapper funtions _scsih_link_change.Kashyap, Desai3-33/+17
2009-09-05[SCSI] mpt2sas: Prevent sending command to FW while Host ResetKashyap, Desai5-54/+47