summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas
Commit message (Expand)AuthorAgeFilesLines
* scsi: mpt3sas: mpt3sas_scsih: Mark expected switch fall-throughGustavo A. R. Silva2018-12-211-0/+1
* scsi: mpt3sas: fix memory ordering on 64bit writesStephan Günther2018-12-201-1/+2
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-2/+0Star
* scsi: mpt3sas: Update driver version to 27.101.00.00Suganath Prabu2018-12-131-2/+2
* scsi: mpt3sas: Replace readl with ioc->base_readlSuganath Prabu2018-12-131-19/+20
* scsi: mpt3sas: Add separate function for aero doorbell readsSuganath Prabu2018-12-132-0/+32
* scsi: mpt3sas: Introduce flag for aero based controllersSuganath Prabu2018-12-132-6/+9
* scsi: mpt3sas: fix spelling mistake "manufaucturing" -> "manufacturing"Colin Ian King2018-11-291-1/+1
* scsi: mpt3sas: Display message on Configurable secure HBASreekanth Reddy2018-11-221-3/+4
* scsi: mpt3sas: Bump driver version to 27.100.00.00Suganath Prabu2018-11-071-2/+2
* scsi: mpt3sas: Fix driver modifying persistent data in Manufacturing page11Suganath Prabu2018-11-071-4/+0Star
* scsi: mpt3sas: Don't modify EEDPTagMode field setting on SAS3.5 HBA devicesSuganath Prabu2018-11-071-1/+1
* scsi: mpt3sas: Fix Sync cache command failure during driver unloadSuganath Prabu2018-11-071-1/+35
* scsi: mpt3sas: Call sas_remove_host before removing the target devicesSuganath Prabu2018-11-072-3/+6
* scsi: mpt3sas: Refactor mpt3sas_wait_for_ioc functionSuganath Prabu2018-11-071-11/+9Star
* scsi: mpt3sas: Separate out mpt3sas_wait_for_iocSuganath Prabu2018-11-075-141/+61Star
* scsi: mpt3sas: Added new #define variable IOC_OPERATIONAL_WAIT_COUNTSuganath Prabu2018-11-074-7/+10
* scsi: mpt3sas: Add support for Aero controllersSuganath Prabu2018-11-071-0/+26
* scsi: mpt3sas: Update MPI headers to support Aero controllersSuganath Prabu2018-11-0710-388/+678
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-258-2146/+1681Star
|\
| * scsi: mpt3sas: switch to generic DMA APIChristoph Hellwig2018-10-183-58/+61
| * scsi: mpt3sas: Remove unnecessary parentheses and simplify null checksNathan Chancellor2018-10-111-2/+2
| * scsi: mpt3sas: Use dma_pool_zallocSouptick Joarder2018-10-111-4/+2Star
| * scsi: mpt3sas: Remove unused macro MPT3SAS_FMTJoe Perches2018-10-111-2/+0Star
| * scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levelsJoe Perches2018-10-113-31/+28Star
| * scsi: mpt3sas: Remove KERN_WARNING from panic usesJoe Perches2018-10-111-26/+15Star
| * scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT and reply_q_name to %s:Joe Perches2018-10-111-5/+5
| * scsi: mpt3sas: Convert mlsleading uses of pr_<level> with MPT3SAS_FMTJoe Perches2018-10-112-39/+29Star
| * scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level>Joe Perches2018-10-117-1982/+1533Star
| * scsi: mpt3sas: Add ioc_<level> logging macrosJoe Perches2018-10-111-0/+9
* | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-1/+0Star
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-168-830/+658Star
|\
| * scsi: mpt3sas: Fix calltrace observed while running IO & resetSreekanth Reddy2018-08-092-1/+2
| * scsi: mpt3sas: Fix for regression caused by sparse cleanupsChaitra P B2018-07-131-6/+6
| * scsi: read host_busy via scsi_host_busy()Ming Lei2018-06-261-2/+2
| * scsi: mpt3sas: Improve kernel-doc headersBart Van Assche2018-06-207-555/+363Star
| * scsi: mpt3sas: Split _base_reset_handler(), mpt3sas_scsih_reset_handler() and...Bart Van Assche2018-06-204-148/+166
| * scsi: mpt3sas: Fix a race condition in mpt3sas_base_hard_reset_handler()Bart Van Assche2018-06-202-10/+1Star
| * scsi: mpt3sas: Fix _transport_smp_handler() error pathBart Van Assche2018-06-201-2/+3
| * scsi: mpt3sas: Introduce struct mpt3sas_nvme_cmdBart Van Assche2018-06-202-11/+9Star
| * scsi: mpt3sas: Annotate switch/case fall-throughBart Van Assche2018-06-202-0/+4
| * scsi: mpt3sas: Remove set-but-not-used variablesBart Van Assche2018-06-202-15/+0Star
| * scsi: mpt3sas: Fix indentationBart Van Assche2018-06-203-22/+22
| * scsi: mpt3sas: Update driver version "26.100.00.00"Chaitra P B2018-06-191-2/+2
| * scsi: mpt3sas: As per MPI-spec, use combined reply queue for SAS3.5 controlle...Chaitra P B2018-06-192-7/+9
| * scsi: mpt3sas: Fix, False timeout prints for ioctl and other internal command...Chaitra P B2018-06-195-50/+65
| * scsi: mpt3sas: Don't access the structure after decrementing it's instance re...Chaitra P B2018-06-191-3/+4
| * scsi: mpt3sas: Incorrect command status was set/marked as not used.Chaitra P B2018-06-191-2/+2
| * scsi: mpt3sas: Don't abort I/Os issued to NVMe drives while processing Async ...Chaitra P B2018-06-191-0/+4
* | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-141-1/+1
|\ \