summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] bfa: fixed checkpatch errors for bfad filesJing Huang2009-12-0453-539/+324
* [SCSI] scsi_transport_fc: remove invalid BUG_ONMichael Reed2009-10-291-26/+42
* [SCSI] fix propogation of integrity errorsMike Christie2009-10-291-1/+1
* [SCSI] stex: update version to 4.6.0000.4Ed Lin2009-10-291-4/+4
* [SCSI] stex: add support for reset request from firmwareEd Lin2009-10-291-83/+166
* [SCSI] stex: add small dma buffer supportEd Lin2009-10-291-5/+20
* [SCSI] megaraid_sas: Update version number and documentationYang, Bo2009-10-292-4/+4
* [SCSI] megaraid_sas: use the firmware boot timeout when waiting for commandsYang, Bo2009-10-291-11/+17
* [SCSI] megaraid_sas: fix 64 bit sense pointer truncationYang, Bo2009-10-291-4/+4
* [SCSI] megaraid_sas: Add the support for updating the OS after adding/removin...Yang, Bo2009-10-292-1/+141
* [SCSI] megaraid_sas: Fix the fix for fw hang caused by megaraid sas applicationYang, Bo2009-10-292-23/+77
* [SCSI] megaraid_sas: add the IEEE SGE support to SAS2 controllerYang, Bo2009-10-292-7/+82
* [SCSI] megaraid_sas: allocate the application cmds to sas2 controllerYang, Bo2009-10-292-3/+22
* [SCSI] megaraid_sas: report system PDs to OSYang, Bo2009-10-291-26/+65
* [SCSI] megaraid_sas: infrastructure to get PDs from FWYang, Bo2009-10-292-2/+182
* [SCSI] megaraid_sas: Add new megaraid SAS 2 controller support to the driverYang, Bo2009-10-292-5/+138
* [SCSI] megaraid_sas: add sysfs for AEN pollingYang, Bo2009-10-291-1/+23
* [SCSI] megaraid_sas: Add poll mechanism to megaraid sas driverYang, Bo2009-10-292-1/+45
* [SCSI] megaraid_sas: tape drive support fixYang, Bo2009-10-291-0/+11
* [SCSI] mpt2sas: Bump version 03.100.03.00Kashyap, Desai2009-10-291-2/+2
* [SCSI] mpt2sas: No link rate change, do not call update links nor unblock deviceKashyap, Desai2009-10-291-25/+27
* [SCSI] mpt2sas : Add support for RAID Action System Shutdown Initiated at OS ...Kashyap, Desai2009-10-292-1/+136
* [SCSI] mpt2sas: Freeze the sdev IO queue when firmware sends internal dev resetKashyap, Desai2009-10-291-1/+33
* [SCSI] mpt2sas : PPC (power pc) endian bug fix'sKashyap, Desai2009-10-294-22/+24
* [SCSI] mpt2sas: mpt2sas_base_get_sense_buffer_dma should be returning little ...Kashyap, Desai2009-10-294-6/+7
* [SCSI] mpt2sas: Return DID_TRANSPORT_DISRUPTED in nexus loss,SCSI_MLQUEUE_DEV...Kashyap, Desai2009-10-291-4/+3
* [SCSI] mpt2sas: Retrieve the ioc facts prior to putting the controller into R...Kashyap, Desai2009-10-291-2/+2
* [SCSI] mpt2sas: Added new info messages for IR and Expander events.Kashyap, Desai2009-10-291-2/+14
* [SCSI] mpt2sas: Limit the max_depth to 32 for SATA devices which are not part...Kashyap, Desai2009-10-291-0/+25
* [SCSI] mpt2sas: Added support to set the TimeStamp when sending ioc_initKashyap, Desai2009-10-291-0/+9
* [SCSI] mpt2sas: Add Extended Type for Diagnostic Buffer supportKashyap, Desai2009-10-293-8/+29
* [SCSI] mpt2sas: Added command line option diag_buffer_enable.Kashyap, Desai2009-10-293-37/+104
* [SCSI] mpt2sas: Fixed some of the commentKashyap, Desai2009-10-291-10/+10
* [SCSI] mpt2sas: Support for stopping driver when Firmware encountersKashyap, Desai2009-10-294-16/+119
* [SCSI] mpt2sas: Adding MPI Headers - revision LKashyap, Desai2009-10-295-14/+305
* [SCSI] mpt2sas: New device SAS2208 support is addedKashyap, Desai2009-10-292-0/+26
* [SCSI] mpt2sas: Add support in the driver to check for valid response infoKashyap, Desai2009-10-291-13/+14
* [SCSI] mpt2sas: Expander remove fails when it is processing another expander ...Kashyap, Desai2009-10-291-47/+62
* [SCSI] mpt2sas: Driver will use sas address instead of handle as a lookupKashyap, Desai2009-10-293-210/+255
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-10-292-5/+4
|\
| * [SCSI] fix memory leak in initializationJames Bottomley2009-10-132-5/+4
* | dpt_i2o: Fix up copy*userAlan Cox2009-10-291-0/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-10-11247-610/+58321
|\
| * [SCSI] qla2xxx: Fix NULL ptr deref bug in fail path during queue createAnirban Chakraborty2009-10-021-2/+4
| * [SCSI] st: fix possible memory use after free after MTSETBLK ioctlDavid Jeffery2009-10-021-3/+0
| * [SCSI] be2iscsi: Moving to pci_pools v3Jayamohan Kallickal2009-10-023-65/+51
| * [SCSI] libiscsi: iscsi_session_setup to allow for private spaceJayamohan Kallickal2009-10-026-7/+16
| * [SCSI] be2iscsi: add 10Gbps iSCSI - BladeEngine 2 driverJayamohan Kallickal2009-10-0213-0/+7118
| * [SCSI] mpt2sas: Bump version 02.100.03.00Kashyap, Desai2009-10-021-3/+3
| * [SCSI] mpt2sas: Support dev remove when phy status is MPI2_EVENT_SAS_TOPO_PHY...Kashyap, Desai2009-10-021-5/+6
OpenPOWER on IntegriCloud