summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt2sas
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-20/+21
|\
| * block: Kill bio_segments()/bi_vcnt usageKent Overstreet2013-11-231-5/+5
| * block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-15/+16
* | MPT / PCI: Use pci_stop_and_remove_bus_device_locked()Rafael J. Wysocki2014-01-141-1/+1
|/
* [SCSI] mpt2sas: Remove phys on topology change.Jan Vesely2013-09-031-1/+4
* [SCSI] mpt2sas: Bump driver version to v16.100.00.00Sreekanth Reddy2013-09-031-2/+2
* [SCSI] mpt2sas: Fix for kernel panic when driver loads with HBA connected to ...Sreekanth Reddy2013-09-031-0/+14
* [SCSI] mpt2sas: when Async scanning is enabled then while scanning, devices a...Sreekanth Reddy2013-09-031-10/+13
* [SCSI] mpt2sas: Infinite loop can occur if MPI2_IOCSTATUS_CONFIG_INVALID_PAGE...Sreekanth Reddy2013-09-031-12/+4
* [SCSI] mpt2sas: The copyright in driver sources is updated for the year 2013Sreekanth Reddy2013-09-038-8/+8
* [SCSI] mpt2sas: MPI2 Rev X (2.00.16) specificationsSreekanth Reddy2013-09-038-11/+18
* [SCSI] mpt2sas: Change in MPI2_RAID_ACTION_SYSTEM_SHUTDOWN_INITIATED notifica...Sreekanth Reddy2013-09-031-4/+1
* [SCSI] mpt2sas: Null pointer deference possibility in mpt2sas_ctl_event_callb...Sreekanth Reddy2013-09-034-23/+25
* [SCSI] mpt2sas: fix cleanup on controller resource mapping failureJoe Lawrence2013-08-262-10/+18
* [SCSI] mpt2sas: fix for unused variable 'event_data' warningReddy, Sreekanth2013-06-241-3/+4
* [SCSI] mpt2sas: Bump driver vesion to v15.100.00.00Sreekanth Reddy2013-06-241-2/+2
* [SCSI] mpt2sas: Calulate the Reply post queue depth calculation as per the MP...Sreekanth Reddy2013-06-241-12/+14
* [SCSI] mpt2sas: fix firmware failure with wrong task attributeSreekanth Reddy2013-06-241-5/+1
* [SCSI] mpt2sas: Fix for device scan following host reset could get stuck in a...Sreekanth Reddy2013-06-241-5/+117
* [SCSI] mpt2sas: Update the timing requirements for issuing a Hard ResetSreekanth Reddy2013-06-241-7/+13
* [SCSI] mpt2sas: MPI2 Rev W (2.00.15) specificationSreekanth Reddy2013-06-245-11/+26
* [SCSI] mpt2sas: Fix for issue Missing delay not getting set during system bootupReddy, Sreekanth2013-06-243-11/+13
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-5/+5
|\
| * block: Remove some unnecessary bi_vcnt usageKent Overstreet2013-03-231-5/+5
* | mpt2sas: don't wank with fasync on ->release()Al Viro2013-04-291-14/+0
|/
* [SCSI] mpt2sas: Add support for OEM specific controllerSreekanth Reddy2013-02-242-0/+14
* [SCSI] mpt2sas: fix for driver fails EEH, recovery from injected pci bus errorSreekanth Reddy2013-01-292-1/+19
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-10-0213-48/+195
|\
| * Merge SCSI misc branch into isci-for-3.6 tagJames Bottomley2012-10-0213-48/+195
| |\
| | * [SCSI] mpt2sas: Add a module parameter that permits overriding protection cap...Martin K. Petersen2012-09-241-2/+13
| | * [SCSI] mpt2sas: Return the correct sense key for DIF errorsMartin K. Petersen2012-09-241-12/+2
| | * [SCSI] mpt2sas: fix double mutex lock in NON_BLOCKING stateAlexey Khoroshilov2012-09-241-3/+5
| | * [SCSI] mpt2sas: Bump driver vesion to 14.100.00.00sreekanth.reddy@lsi.com2012-08-241-2/+2
| | * [SCSI] mpt2sas: Fix for With post diag reset same set of device gets added, r...sreekanth.reddy@lsi.com2012-08-241-1/+2
| | * [SCSI] mpt2sas: Fix for staged device discovery functionality of driver not w...sreekanth.reddy@lsi.com2012-08-241-1/+20
| | * [SCSI] mpt2sas : MPI 2.0 Rev V(2.0.14) specificationsreekanth.reddy@lsi.com2012-08-244-11/+27
| | * [SCSI] mpt2sas: Fix for max_sectors warning message is stating the incorrect ...sreekanth.reddy@lsi.com2012-08-241-2/+2
| | * [SCSI] mpt2sas: Provide sysfs attribute to report Backup Rail Monitor Statussreekanth.reddy@lsi.com2012-08-243-0/+108
| | * [SCSI] mpt2sas: To include more Intel Brandingsreekanth.reddy@lsi.com2012-08-242-5/+5
| | * [SCSI] mpt2sas: 2012 source code copyrightsreekanth.reddy@lsi.com2012-08-249-9/+9
* | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-011-1/+1
|\ \ \
| * | | scsi: make pci error handlers constStephen Hemminger2012-09-071-1/+1
| | |/ | |/|
* | | [SCSI] mpt2sas: Fix for issue - Unable to boot from the drive connected to HBAsreekanth.reddy@lsi.com2012-09-171-0/+7
| |/ |/|
* | [SCSI] mpt2sas: Fix for Driver oops, when loading driver with max_queue_depth...sreekanth.reddy@lsi.com2012-08-221-5/+8
|/
* [SCSI] core, classes, mpt2sas: have scsi_internal_device_unblock take new stateMike Christie2012-07-202-3/+4
* [SCSI] mpt2sas: Fix unsafe using smp_processor_id() in preemptiblenagalakshmi.nandigama@lsi.com2012-06-061-1/+1
* [SCSI] mpt2sas: move the scsi_host_put to the right placeTomas Henzl2012-05-101-1/+1
* [SCSI] mpt2sas: Bump driver vesion to 13.100.00.00nagalakshmi.nandigama@lsi.com2012-04-231-2/+2
* [SCSI] mpt2sas: Fix for panic happening because of improper memory allocationnagalakshmi.nandigama@lsi.com2012-04-231-3/+3
OpenPOWER on IntegriCloud