aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_scsih.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2017-04-21scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn1-1/+0
2017-03-01scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche1-2/+2
2017-03-01scsi: sd: Check for unaligned partial completionDamien Le Moal1-15/+0
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-11/+45
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-1/+1
2017-02-09scsi: mpt3sas: disable ASPM for MPI2 controllersojab1-0/+3
2017-01-31scsi: mpt3sas: Force request partial completion alignmentRam Pai1-0/+15
2017-01-31scsi: mpt3sas: Fix for Crusader to achieve product targets with SAS devices.Chaitra P B1-3/+28
2017-01-31scsi: mpt3sas: Added print to notify cable running at a degraded speed.Chaitra P B1-8/+17
2017-01-17scsi: mpt3sas: fix hang on ata passthrough commandsJames Bottomley1-14/+26
2016-12-14scsi: mpt3sas: Recognize and act on iopriority infoAdam Manzanares1-1/+33
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-32/+97
2016-11-22scsi: mpt3sas: Unblock device after controller resetSuganath Prabu S1-5/+8
2016-11-12scsi: mpt3sas: Fix secure erase premature terminationAndrey Grodzovsky1-1/+14
2016-11-08scsi: mpt3sas: fix some spelling mistakes in message and commentsColin Ian King1-8/+8
2016-11-08scsi: mpt3sas: Fix for Endianness issue.Suganath Prabu Subramani1-5/+7
2016-11-08scsi: mpt3sas: Use the new MPI 2.6 32-bit Atomic Request Descriptors for SAS35 devices.Suganath Prabu Subramani1-12/+12
2016-11-08scsi: mpt3sas: set EEDP-escape-flags for SAS35 devices.Suganath Prabu Subramani1-0/+3
2016-11-08scsi: mpt3sas: Increased/Additional MSIX support for SAS35 devices.Suganath Prabu Subramani1-2/+9
2016-11-08scsi: mpt3sas: Added Device ID's for SAS35 devices and updated MPI header.Suganath Prabu Subramani1-0/+31
2016-11-08scsi: mpt3sas: Implement device_remove_in_progress check in IOCTL pathSuganath Prabu Subramani1-1/+23
2016-11-08scsi: mpt3sas: Fix for improper info displayed in var log, while blocking or unblocking the device.Suganath Prabu Subramani1-4/+4
2016-11-01scsi: mpt3sas: Fix for block device of raid exists even after deleting raid diskSreekanth Reddy1-2/+2
2016-08-08mpt3sas: Don't spam logs if logging level is 0Johannes Thumshirn1-1/+1
2016-08-08mpt3sas: Fix warnings exposed by W=1Calvin Owens1-37/+33
2016-08-08mpt3sas: Eliminate dead sleep_flag codeCalvin Owens1-13/+8
2016-08-08mpt3sas: Eliminate conditional locking in mpt3sas_scsih_issue_tm()Calvin Owens1-35/+31
2016-08-08mpt3sas: Ensure the connector_name string is NUL-terminatedCalvin Owens1-4/+6
2016-07-15mpt3sas: Fix panic when aer correct error occurredKefeng Wang1-2/+5
2016-07-12mpt3sas: set num_phys after allocating phy[] spaceJoe Lawrence1-9/+11
2016-05-22mpt3sas: add missing curly bracesDan Carpenter1-1/+2
2016-05-11mpt3sas: Used "synchronize_irq()"API to synchronize timed-out IO & TMsChaitra P B1-1/+3
2016-05-11mpt3sas: Set maximum transfer length per IO to 4MB for VDsChaitra P B1-0/+8
2016-05-11mpt3sas: Fix initial Reference tag field for 4K PI drives.Chaitra P B1-1/+1
2016-05-11mpt3sas: Handle active cable exception eventChaitra P B1-0/+13
2016-04-25mpt3sas - remove unused fw_event_work elementsJoe Lawrence1-6/+4
2016-02-23mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.Suganath prabu Subramani1-3/+9
2016-02-23mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO'sSuganath prabu Subramani1-4/+150
2016-02-23mpt3sas: Never block the Enclosure deviceSuganath prabu Subramani1-1/+21
2016-02-23mpt3sas: Fix static analyzer(coverity) tool identified defectsSuganath prabu Subramani1-2/+2
2016-02-23mpt3sas: Added support for high port count HBA variants.Suganath prabu Subramani1-11/+69
2015-11-13mpt3sas: Fix use sas_is_tlr_enabled API before enabling MPI2_SCSIIO_CONTROL_TLR_ON flagSreekanth Reddy1-2/+1
2015-11-11mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAsSreekanth Reddy1-109/+372
2015-11-11mpt3sas: setpci reset kernel oops fixSreekanth Reddy1-0/+12
2015-11-11mpt3sas: Refcount fw_events and fix unsafe list usageSreekanth Reddy1-22/+94
2015-11-11mpt3sas: Refcount sas_device objects and fix unsafe list usageSreekanth Reddy1-149/+331
2015-11-11mpt3sas: Ported WarpDrive product SSS6200 supportSreekanth Reddy1-38/+222
2015-11-11mpt3sas: Manage MSI-X vectors according to HBA device typeSreekanth Reddy1-0/+7
2015-11-11mpt3sas: Don't send PHYDISK_HIDDEN RAID action request on SAS2 HBAsSreekanth Reddy1-2/+17