summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [SCSI] mpt2sas: Upgrade version 05.100.00.01Kashyap, Desai2010-04-111-2/+2
* [SCSI] mpt2sas: Check for NULL pointer before free_pages is added.Kashyap, Desai2010-04-111-1/+4
* [SCSI] mpt2sas: Added support for PCIe Advanced Error Recovery.Kashyap, Desai2010-04-112-0/+124
* [SCSI] mpt2sas: Send default descriptor for RAID pass through in mpt2ctlKashyap, Desai2010-04-111-2/+5
* [SCSI] mpt2sas: sanity added to remove duplicate port from topologyKashyap, Desai2010-04-112-0/+86
* [SCSI] scsi_debug: add max_queue + no_uld parametersDouglas Gilbert2010-04-111-16/+57
* [SCSI] sd: retry read_capacity on UNIT_ATTENTIONJames Bottomley2010-04-111-3/+20
* [SCSI] mpt2sas : IOs needs to be pause until handles are refreshed for all de...Kashyap, Desai2010-04-111-9/+40
* [SCSI] sd: quiet spurious error messages in READ_CAPACITY(16)Hannes Reinecke2010-04-111-0/+2
* [SCSI] bnx2i: Update version and module descriptionAnil Veerabhadrappa2010-04-111-3/+4
* [SCSI] bnx2i: link bnx2i hba and cnic device before registering the deviceAnil Veerabhadrappa2010-04-111-2/+2
* [SCSI] bnx2i: make firmware use statsn field when constructing headerAnil Veerabhadrappa2010-04-111-1/+1
* [SCSI] zfcp: Pass return code from fc_block_scsi_eh to scsi ehChristof Schmitt2010-04-111-5/+13
* [SCSI] Allow FC LLD to fast-fail scsi eh by introducing new eh returnChristof Schmitt2010-04-114-11/+27
* [SCSI] qla2xxx: Fix documentation of ql2xfdmienable module parameterFerenc Wagner2010-04-111-2/+2
* [SCSI] qla2xxx: General checkpatch corrections.Andrew Vasquez2010-04-115-60/+69
* [SCSI] qla2xxx: Fix to make conditional decision based on port number.Sarang Radke2010-04-111-2/+2
* [SCSI] qla2xxx: Free DMA memory only if it is allocated in vendor specific BS...Harish Zunjarrao2010-04-111-2/+4
* [SCSI] qla2xxx: Add APEX support.Sarang Radke2010-04-117-4/+518
* [SCSI] qla2xxx: Re-organized BSG interface specific code.Giridhar Malavali2010-04-117-831/+1230
* [SCSI] bfa: sg addr big endian fixJing Huang2010-04-112-2/+17
* [SCSI] bfa: protect idr using bfad_mutexJing Huang2010-04-113-5/+11
* [SCSI] bfa: use pci_iomap() and pci_iounmap()Jing Huang2010-04-112-9/+1
* [SCSI] bfa: fix the issue of not handling scsi_cmnd sg chaining caseJing Huang2010-04-112-34/+17
* [SCSI] bfa: add fc transport class based vport create/deleteJing Huang2010-04-115-33/+239
* [SCSI] don't kfree an initialized struct deviceAlan Stern2010-04-111-2/+1
* [SCSI] don't reap targets upon device_add failureAlan Stern2010-04-111-3/+0
* [SCSI] mptfusion: Bump version 03.04.15Kashyap, Desai2010-04-111-2/+2
* [SCSI] mptfusion: Proper error handling is added after mpt_config timeoutKashyap, Desai2010-04-111-5/+11
* [SCSI] mptfusion: Event data alignment with 4 byte.Kashyap, Desai2010-04-111-1/+1
* [SCSI] mptfusion: Check for command status is added after completion.Kashyap, Desai2010-04-111-10/+16
* [SCSI] mptfusion: Task abort is not supported for VolumesKashyap, Desai2010-04-111-1/+13
* [SCSI] mptfusion: sanity check for vdevice pointer is addedKashyap, Desai2010-04-113-0/+26
* [SCSI] mptfusion: Setting period,offset and width for SPI driverKashyap, Desai2010-04-111-0/+5
* [SCSI] mptfusion: Proper bus_type check is addedKashyap, Desai2010-04-113-1/+12
* [SCSI] mptfusion: mpt_detach is called properly at the time of rmmodKashyap, Desai2010-04-112-5/+6
* [SCSI] mptfusion: mpt config will do Hard Reset based upon retry countsKashyap, Desai2010-04-111-2/+7
* [SCSI] mptfusion: Updated SCSI IO IOCTL error handling.Kashyap, Desai2010-04-111-75/+86
* [SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset)Kashyap, Desai2010-04-115-10/+177
* [SCSI] mpt2sas: Bump version 05.100.00.00Kashyap, Desai2010-04-111-4/+4
* [SCSI] mpt2sas: Copyright 2010.Kashyap, Desai2010-04-1115-15/+15
* [SCSI] mpt2sas: Default descriptor for RAID Passthru command.Kashyap, Desai2010-04-111-2/+5
* [SCSI] mpt2sas: return -ENOMEM if memory allocation failed.Kashyap, Desai2010-04-111-1/+10
* [SCSI] mpt2sas: removed use of tm_cmds.mutex in IOCTL branch.Kashyap, Desai2010-04-113-83/+108
* [SCSI] mpt2sas: Fix for little endianKashyap, Desai2010-04-115-26/+46
* [SCSI] mpt2sas: Driver will not treat NEEDS_INIT as failure.Kashyap, Desai2010-04-111-15/+138
* [SCSI] mpt2sas: Early return from function if shost is in recovery.Kashyap, Desai2010-04-112-3/+5
* [SCSI] mpt2sas: Use of get_free_pages for huge memorary allocation.Kashyap, Desai2010-04-112-7/+10
* [SCSI] mpt2sas: Corrected conditional checks for Internal device ResetKashyap, Desai2010-04-111-3/+3
* [SCSI] mpt2sas: Corrected time stampKashyap, Desai2010-04-111-2/+2
OpenPOWER on IntegriCloud