summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_scsih.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1
* scsi: Create two versions of scsi_internal_device_unblock()Bart Van Assche2017-06-121-2/+2
* scsi: Split scsi_internal_device_block()Bart Van Assche2017-06-121-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-041-1/+0
|\
| * scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn2017-04-211-1/+0
* | scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche2017-03-011-2/+2
* | scsi: sd: Check for unaligned partial completionDamien Le Moal2017-03-011-15/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-211-11/+45
|\
| * scsi: mpt3sas: Fix for Crusader to achieve product targets with SAS devices.Chaitra P B2017-01-311-3/+28
| * scsi: mpt3sas: Added print to notify cable running at a degraded speed.Chaitra P B2017-01-311-8/+17
* | Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-1/+1
|\ \
* | | scsi: mpt3sas: disable ASPM for MPI2 controllersojab2017-02-091-0/+3
* | | scsi: mpt3sas: Force request partial completion alignmentRam Pai2017-01-311-0/+15
|/ /
* | scsi: mpt3sas: fix hang on ata passthrough commandsJames Bottomley2017-01-171-14/+26
|/
* scsi: mpt3sas: Recognize and act on iopriority infoAdam Manzanares2016-12-141-1/+33
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-141-32/+97
|\
| * scsi: mpt3sas: fix some spelling mistakes in message and commentsColin Ian King2016-11-081-8/+8
| * scsi: mpt3sas: Fix for Endianness issue.Suganath Prabu Subramani2016-11-081-5/+7
| * scsi: mpt3sas: Use the new MPI 2.6 32-bit Atomic Request Descriptors for SAS3...Suganath Prabu Subramani2016-11-081-12/+12
| * scsi: mpt3sas: set EEDP-escape-flags for SAS35 devices.Suganath Prabu Subramani2016-11-081-0/+3
| * scsi: mpt3sas: Increased/Additional MSIX support for SAS35 devices.Suganath Prabu Subramani2016-11-081-2/+9
| * scsi: mpt3sas: Added Device ID's for SAS35 devices and updated MPI header.Suganath Prabu Subramani2016-11-081-0/+31
| * scsi: mpt3sas: Implement device_remove_in_progress check in IOCTL pathSuganath Prabu Subramani2016-11-081-1/+23
| * scsi: mpt3sas: Fix for improper info displayed in var log, while blocking or ...Suganath Prabu Subramani2016-11-081-4/+4
* | scsi: mpt3sas: Unblock device after controller resetSuganath Prabu S2016-11-221-5/+8
* | scsi: mpt3sas: Fix secure erase premature terminationAndrey Grodzovsky2016-11-121-1/+14
* | scsi: mpt3sas: Fix for block device of raid exists even after deleting raid diskSreekanth Reddy2016-11-011-2/+2
|/
* mpt3sas: Don't spam logs if logging level is 0Johannes Thumshirn2016-08-081-1/+1
* mpt3sas: Fix warnings exposed by W=1Calvin Owens2016-08-081-37/+33
* mpt3sas: Eliminate dead sleep_flag codeCalvin Owens2016-08-081-13/+8
* mpt3sas: Eliminate conditional locking in mpt3sas_scsih_issue_tm()Calvin Owens2016-08-081-35/+31
* mpt3sas: Ensure the connector_name string is NUL-terminatedCalvin Owens2016-08-081-4/+6
* mpt3sas: Fix panic when aer correct error occurredKefeng Wang2016-07-151-2/+5
* mpt3sas: set num_phys after allocating phy[] spaceJoe Lawrence2016-07-121-9/+11
* mpt3sas: add missing curly bracesDan Carpenter2016-05-221-1/+2
* mpt3sas: Used "synchronize_irq()"API to synchronize timed-out IO & TMsChaitra P B2016-05-111-1/+3
* mpt3sas: Set maximum transfer length per IO to 4MB for VDsChaitra P B2016-05-111-0/+8
* mpt3sas: Fix initial Reference tag field for 4K PI drives.Chaitra P B2016-05-111-1/+1
* mpt3sas: Handle active cable exception eventChaitra P B2016-05-111-0/+13
* mpt3sas - remove unused fw_event_work elementsJoe Lawrence2016-04-251-6/+4
* mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of tim...Suganath prabu Subramani2016-02-231-3/+9
* mpt3sas: Make use of additional HighPriority credit message frames for sendin...Suganath prabu Subramani2016-02-231-4/+150
* mpt3sas: Never block the Enclosure deviceSuganath prabu Subramani2016-02-231-1/+21
* mpt3sas: Fix static analyzer(coverity) tool identified defectsSuganath prabu Subramani2016-02-231-2/+2
* mpt3sas: Added support for high port count HBA variants.Suganath prabu Subramani2016-02-231-11/+69
* mpt3sas: Fix use sas_is_tlr_enabled API before enabling MPI2_SCSIIO_CONTROL_T...Sreekanth Reddy2015-11-131-2/+1
* mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAsSreekanth Reddy2015-11-111-109/+372
* mpt3sas: setpci reset kernel oops fixSreekanth Reddy2015-11-111-0/+12
* mpt3sas: Refcount fw_events and fix unsafe list usageSreekanth Reddy2015-11-111-22/+94
* mpt3sas: Refcount sas_device objects and fix unsafe list usageSreekanth Reddy2015-11-111-149/+331
OpenPOWER on IntegriCloud