summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt3sas
AgeCommit message (Expand)AuthorFilesLines
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 devi...Sreekanth 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 c...Sreekanth 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-26scsi: mpt3sas: remove redundant copy_from_user in _ctl_getiocinfoMeng Xu1-6/+0
2017-08-30scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig1-140/+90
2017-08-25scsi: mpt3sas: fix pr_info message continuationColin Ian King1-2/+2
2017-08-11scsi: 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-13scsi: Create two versions of scsi_internal_device_unblock()Bart Van Assche1-2/+2
2017-06-13scsi: Split scsi_internal_device_block()Bart Van Assche1-2/+2
2017-05-09scripts/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-25scsi: 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-08Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley2-20/+2
2017-03-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-59/+48
2017-03-02scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche2-5/+2
2017-03-02scsi: sd: Check for unaligned partial completionDamien Le Moal1-15/+0
2017-02-28scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada2-2/+2
2017-02-24scsi: 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-18Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2-5/+5
2017-02-10scsi: mpt3sas: disable ASPM for MPI2 controllersojab1-0/+3
2017-02-01scsi: mpt3sas: Force request partial completion alignmentRam Pai1-0/+15
2017-02-01scsi: mpt3sas: Updating driver version to v15.100.00.00Chaitra P B1-3/+3
2017-02-01scsi: mpt3sas: Fix Firmware fault state 0x2100 during heavy 4K RR FIO stress ...Chaitra P B1-0/+19
2017-02-01scsi: mpt3sas: Fix for Crusader to achieve product targets with SAS devices.Chaitra P B4-4/+33
2017-02-01scsi: mpt3sas: Added print to notify cable running at a degraded speed.Chaitra P B2-8/+19
2017-01-28block: 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-23scsi: mpt3sas: Unblock device after controller resetSuganath Prabu S1-5/+8
2016-11-12scsi: mpt3sas: Fix secure erase premature terminationAndrey Grodzovsky1-1/+14
2016-11-09scsi: mpt3sas: fix some spelling mistakes in message and commentsColin Ian King1-8/+8
2016-11-09scsi: mpt3sas: Bump driver version as "14.101.00.00"Suganath Prabu Subramani1-2/+2
2016-11-09scsi: mpt3sas: Fix for Endianness issue.Suganath Prabu Subramani1-5/+7
2016-11-09scsi: mpt3sas: Use the new MPI 2.6 32-bit Atomic Request Descriptors for SAS3...Suganath Prabu Subramani6-54/+161
2016-11-09scsi: mpt3sas: set EEDP-escape-flags for SAS35 devices.Suganath Prabu Subramani1-0/+3
2016-11-09scsi: mpt3sas: Increased/Additional MSIX support for SAS35 devices.Suganath Prabu Subramani3-12/+21
2016-11-09scsi: mpt3sas: Added Device ID's for SAS35 devices and updated MPI header.Suganath Prabu Subramani5-1/+44
2016-11-09scsi: mpt3sas: Bump driver version as "14.100.00.00"Suganath Prabu Subramani1-2/+2