aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt2sas/mpt2sas_scsih.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-11[SCSI] mpt2sas: Before removing sas_device search device in list for _scsih_sas_device_removeKashyap, Desai1-3/+8
2010-04-11[SCSI] mpt2sas: Reworked scmd->result priority for _scsih_qcmd.Kashyap, Desai1-7/+14
2010-04-11[SCSI] mpt2sas: Added support for PCIe Advanced Error Recovery.Kashyap, Desai1-0/+118
2010-04-11[SCSI] mpt2sas : IOs needs to be pause until handles are refreshed for all device after recoveryKashyap, Desai1-9/+40
2010-04-11[SCSI] mpt2sas: Copyright 2010.Kashyap, Desai1-1/+1
2010-04-11[SCSI] mpt2sas: Default descriptor for RAID Passthru command.Kashyap, Desai1-2/+5
2010-04-11[SCSI] mpt2sas: removed use of tm_cmds.mutex in IOCTL branch.Kashyap, Desai1-75/+98
2010-04-11[SCSI] mpt2sas: Fix for little endianKashyap, Desai1-7/+8
2010-04-11[SCSI] mpt2sas: Driver will not treat NEEDS_INIT as failure.Kashyap, Desai1-15/+138
2010-04-11[SCSI] mpt2sas: Early return from function if shost is in recovery.Kashyap, Desai1-3/+3
2010-04-11[SCSI] mpt2sas: Corrected conditional checks for Internal device ResetKashyap, Desai1-3/+3
2010-04-11[SCSI] mpt2sas : Do not reset handle before calling _scsih_remove_device in RESCAN task after HBA RESETKashyap, Desai1-2/+0
2010-04-11[SCSI] mpt2sas : Device removal algorithm in interrupt context onlyKashyap, Desai1-184/+123
2010-04-11[SCSI] mpt2sas: modified _scsih_sas_device_find_by_handle/sas_addressKashyap, Desai1-39/+18
2010-04-11[SCSI] mpt2sas: RESCAN Barrier work is added in case of HBA reset.Kashyap, Desai1-65/+75
2010-04-11[SCSI] mpt2sas: fix the incorrect scsi_dma_map error checkingFUJITA Tomonori1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-17[SCSI] mpt2sas: Do not call sas_is_tlr_enabled for RAID volumes.Kashyap, Desai1-3/+5
2010-02-08[SCSI] mpt2sas: Enable TLR for SSP TAPE drives (Added SAS Transport APIs)Kashyap, Desai1-20/+35
2010-02-08[SCSI] mpt2sas: Added raid transport supportKashyap, Desai1-4/+186
2010-02-08[SCSI] mpt2sas: Delete volume before HBA detach.Kashyap, Desai1-0/+17
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: 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, Desai1-1/+132
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, Desai1-9/+8
2009-10-29[SCSI] mpt2sas: mpt2sas_base_get_sense_buffer_dma should be returning little endianKashyap, Desai1-1/+1
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: 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: Support for stopping driver when Firmware encountersKashyap, Desai1-0/+2
2009-10-29[SCSI] mpt2sas: New device SAS2208 support is addedKashyap, Desai1-0/+18
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, Desai1-157/+216
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: Target Reset will be issued from Interrupt context.Kashyap, Desai1-19/+295
2009-10-02[SCSI] mpt2sas: Added SCSIIO, Internal and high priority memory pools to support multiple TMKashyap, Desai1-70/+19
2009-10-02[SCSI] mpt2sas: Copyright change to 2009.Kashyap, Desai1-1/+1
2009-10-02[SCSI] mpt2sas: Update driver to MPI2 REV K headers.Kashyap, Desai1-72/+80
2009-09-05[SCSI] mpt2sas: cleanup interrupt routine and config_request optimizationKashyap, Desai1-0/+1
2009-09-05[SCSI] mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesgKashyap, Desai1-1/+7
2009-09-05[SCSI] mpt2sas: setting SDEV into RUNNING state from Interrupt contextKashyap, Desai1-6/+11
2009-09-05[SCSI] mpt2sas: Removed wrapper funtions _scsih_link_change.Kashyap, Desai1-30/+14
2009-09-05[SCSI] mpt2sas: Prevent sending command to FW while Host ResetKashyap, Desai1-16/+24
2009-09-05[SCSI] mpt2sas : Rescan topology from Interrupt context instead of work threadKashyap, Desai1-89/+53
2009-08-13[SCSI] mpt2sas: fix crash due to Watchdog is active while OS in standby modeKashyap, Desai1-0/+2
2009-08-13[SCSI] mpt2sas: Excessive log info causes sas iounit page time outKashyap, Desai1-0/+4