summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] megaraid_sas: Use correct #define for MSI-X capabilityBjorn Helgaas2013-04-182-5/+2Star
* [SCSI] megaraid_sas: Version and Changelog updateadam radford2013-02-222-4/+4
* [SCSI] megaraid_sas: Dont load DevHandle unless FastPath enabledadam radford2013-02-221-1/+2
* [SCSI] megaraid_sas: Add 4k FastPath DIF supportadam radford2013-02-222-2/+1Star
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-042-7/+7
* megaraid: fix BUG_ON() from incorrect use of delayed workXiaotian Feng2012-12-042-9/+7Star
* [SCSI] megaraid_sas: Version, Changelog, Copyright updateadam radford2012-10-095-9/+9
* [SCSI] megaraid_sas: Remove duplicate codeadam radford2012-10-092-3/+0Star
* [SCSI] megaraid_sas: Add SystemPD FastPath supportadam radford2012-10-091-0/+2
* [SCSI] megaraid_sas: Add array boundary check for SystemPDadam radford2012-10-091-1/+2
* [SCSI] megaraid_sas: Load io_request DataLength in bytesadam radford2012-10-091-9/+7Star
* [SCSI] megaraid_sas: Add module param for configurable MSI-X vector countadam radford2012-10-091-0/+8
* [SCSI] megaraid_sas: Remove un-needed completion_lock spinlock callsadam radford2012-10-091-2/+0Star
* Merge SCSI misc branch into isci-for-3.6 tagJames Bottomley2012-10-023-15/+44
|\
| * [SCSI] megaraid_sas: combine kmalloc+memset into kzallocFengguang Wu2012-09-241-5/+2Star
| * [SCSI] megaraid_sas: Version and Changelog updateadam radford2012-08-242-4/+4
| * [SCSI] megaraid_sas: Add resetwaittime module parameteradam radford2012-08-242-3/+9
| * [SCSI] megaraid_sas: Add throttlequeuedepth module parameteradam radford2012-08-242-3/+29
* | [SCSI] megaraid_sas: Move poll_aen_lock initializerKashyap Desai2012-08-221-1/+2
|/
* [SCSI] megaraid: remove a spurious IRQ enableDan Carpenter2012-07-201-1/+1
* [SCSI] megaraid_sas: Version and Changelog updateadam radford2012-04-232-4/+4
* [SCSI] megaraid_sas: Add fpRead/WriteCapable, fpRead/WriteAcrossStripe checksadam radford2012-04-231-8/+13
* [SCSI] megaraid_sas: Optimize HostMSIxVectors settingadam radford2012-04-231-3/+1Star
* [SCSI] megaraid_sas: Version and Changelog updateadam radford2012-01-162-4/+4
* [SCSI] megaraid_sas: remove poll_mode_io codeadam radford2012-01-162-143/+0Star
* [SCSI] megaraid_sas: mask off flags in ioctl pathadam radford2012-01-161-0/+2
* [SCSI] megaraid_sas: Fix reglockFlags for degraded raid5/6adam radford2012-01-161-1/+3
* scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker2011-11-011-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-10-295-134/+365
|\
| * [SCSI] megaraid_sas: Fix instance access in megasas_reset_timeradam radford2011-10-201-2/+1Star
| * [SCSI] megaraid_sas: Changelog and version updateadam radford2011-10-162-4/+4
| * [SCSI] megaraid_sas: Add driver workaround for PERC5/1068 kdump kernel panicadam radford2011-10-162-1/+19
| * [SCSI] megaraid_sas: Add multiple MSI-X vector/multiple reply queue supportadam radford2011-10-164-59/+176
| * [SCSI] megaraid_sas: Add support for MegaRAID 9360/9380 12GB/s controllersadam radford2011-10-165-40/+139
| * [SCSI] megaraid_sas: Clear FUSION_IN_RESET before enabling interruptsadam radford2011-10-161-0/+3
| * [SCSI] megaraid_sas: Clear state change interruptsadam radford2011-10-161-1/+8
| * [SCSI] megaraid_sas: Remove some unnecessary codeadam radford2011-10-161-13/+0Star
| * [SCSI] megaraid_sas: Fix mismatch in megasas_reset_fusion() mutex lock-unlockadam radford2011-10-161-2/+1Star
| * [SCSI] megaraid_sas: Increase default cmds per lun to 256adam radford2011-10-161-1/+1
| * [SCSI] megaraid_sas: Continue booting immediately if FW in FAULT at driver lo...adam radford2011-10-162-11/+13
* | doc: fix broken referencesPaul Bolle2011-09-271-1/+1
|/
* [SCSI] megaraid_sas Version to 5.40-rc1 and Changelog updateadam radford2011-07-272-4/+4
* [SCSI] megaraid_sas: Add .change_queue_depth supportadam radford2011-07-271-0/+16
* [SCSI] megaraid_sas: Fix FastPath I/O to work on degraded raid 1adam radford2011-07-271-1/+0Star
* [SCSI] megaraid_sas: Version and Changelog updateadam radford2011-05-242-4/+4
* [SCSI] megaraid_sas: Add 1078 OCR supportadam radford2011-05-241-17/+17
* [SCSI] megaraid_sas: Convert 6,10,12 byte CDB's for FastPath IOadam radford2011-05-241-1/+40
* [SCSI] megaraid_sas: Fix bug where AENs could be lost in probe() and resume()adam radford2011-05-241-13/+14
* [SCSI] megaraid_sas: Disable interrupts/free_irq() in megasas_shutdown()adam radford2011-05-241-0/+5
* [SCSI] megaraid_sas: Check MFI_REG_STATE.fault.resetAdapteradam radford2011-05-242-12/+18