aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_scsih.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-08scsi: mpt3sas: cleanup _scsih_pcie_enumeration_event()Dan Carpenter1-10/+11
2017-11-03scsi: mpt3sas: Fix sparse warningsSuganath Prabu Subramani1-32/+5
2017-11-03scsi: mpt3sas: Fix nvme drives checking for tlr.Suganath Prabu Subramani1-6/+16
2017-11-03scsi: mpt3sas: Add-Task-management-debug-info-for-NVMe-drives.Suganath Prabu Subramani1-9/+71
2017-11-03scsi: mpt3sas: scan and add nvme device after controller resetSuganath Prabu Subramani1-4/+190
2017-11-03scsi: mpt3sas: Set NVMe device queue depth as 128Suganath Prabu Subramani1-0/+50
2017-11-03scsi: mpt3sas: Handle NVMe PCIe device related events generated from firmware.Suganath Prabu Subramani1-5/+466
2017-11-03scsi: mpt3sas: API's to remove nvme drive from smlSuganath Prabu Subramani1-3/+145
2017-11-03scsi: mpt3sas: API 's to support NVMe drive addition to SMLSuganath Prabu Subramani1-2/+455
2017-11-03scsi: mpt3sas: SGL to PRP Translation for I/Os to NVMe devicesSuganath Prabu Subramani1-6/+8
2017-11-03scsi: mpt3sas: Add nvme device support in slave alloc, target alloc and probeSuganath Prabu Subramani1-28/+402
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+1
2017-10-11scsi: mpt3sas: Adding support for SAS3616 HBA deviceSreekanth Reddy1-0/+5
2017-10-11scsi: mpt3sas: Fix possibility of using invalid Enclosure Handle for SAS device after host resetSreekanth Reddy1-36/+81
2017-10-11scsi: mpt3sas: Display chassis slot information of the driveSreekanth Reddy1-127/+139
2017-10-11scsi: mpt3sas: Fix IO error occurs on pulling out a drive from RAID1 volume created on two SATA driveSreekanth Reddy1-0/+5
2017-10-11scsi: mpt3sas: Fix removal and addition of vSES device during host resetSreekanth Reddy1-6/+9
2017-10-11scsi: mpt3sas: Fixed memory leaks in driverSreekanth Reddy1-4/+5
2017-10-11scsi: mpt3sas: Processing of Cable Exception eventsSreekanth Reddy1-9/+11
2017-06-12scsi: Create two versions of scsi_internal_device_unblock()Bart Van Assche1-2/+2
2017-06-12scsi: Split scsi_internal_device_block()Bart Van Assche1-2/+2
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