aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Subramani3-2/+565
2017-11-03scsi: mpt3sas: Added support for nvme encapsulated request message.Suganath Prabu Subramani3-7/+342
2017-11-03scsi: mpt3sas: SGL to PRP Translation for I/Os to NVMe devicesSuganath Prabu Subramani5-17/+380
2017-11-03scsi: mpt3sas: Add nvme device support in slave alloc, target alloc and probeSuganath Prabu Subramani2-34/+506
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman9-0/+9
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook2-2/+2
2017-10-11scsi: mpt3sas: Bump mpt3sas driver version to v16.100.00.00Sreekanth Reddy1-2/+2
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 Reddy2-127/+143
2017-10-11scsi: mpt3sas: Updated MPI headers to v2.00.48Sreekanth Reddy6-34/+991
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: Reduce memory footprint in kdump kernelSreekanth Reddy2-3/+13
2017-10-11scsi: mpt3sas: Fixed memory leaks in driverSreekanth Reddy1-4/+5
2017-10-11scsi: mpt3sas: Processing of Cable Exception eventsSreekanth Reddy2-12/+13
2017-09-25scsi: mpt3sas: remove redundant copy_from_user in _ctl_getiocinfoMeng Xu1-6/+0
2017-08-29scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig1-140/+90
2017-08-24scsi: mpt3sas: fix pr_info message continuationColin Ian King1-2/+2
2017-08-10scsi: mpt3sas: Fix memory allocation failure test in 'mpt3sas_base_attach()'Christophe JAILLET1-4/+4
2017-08-07scsi: mpt3sas: fix format overflow warningArnd Bergmann1-1/+1
2017-08-07scsi: mpt3sas: Replace PCI pool old APIRomain Perier1-39/+34
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-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-1/+1
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-3/+0
2017-04-24scsi: mpt3sas: remove redundant wmbSinan Kaya1-2/+0
2017-04-21scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn1-1/+0
2017-03-07Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley2-20/+2
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-59/+48
2017-03-01scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche2-5/+2
2017-03-01scsi: sd: Check for unaligned partial completionDamien Le Moal1-15/+0
2017-02-27scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada2-2/+2
2017-02-23scsi: mpt3sas: switch to pci_alloc_irq_vectorsHannes Reinecke2-59/+48
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-15/+74
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2-5/+5
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: Updating driver version to v15.100.00.00Chaitra P B1-3/+3
2017-01-31scsi: mpt3sas: Fix Firmware fault state 0x2100 during heavy 4K RR FIO stress test.Chaitra P B1-0/+19
2017-01-31scsi: mpt3sas: Fix for Crusader to achieve product targets with SAS devices.Chaitra P B4-4/+33
2017-01-31scsi: mpt3sas: Added print to notify cable running at a degraded speed.Chaitra P B2-8/+19
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-4/+4
2017-01-17scsi: mpt3sas: fix hang on ata passthrough commandsJames Bottomley2-14/+38
2016-12-14scsi: mpt3sas: Recognize and act on iopriority infoAdam Manzanares3-3/+80
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-99/+342
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