summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_scsih.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: mpt3sas: set an unlimited max_segment_size for SAS 3.0 HBAsChristoph Hellwig2019-07-171-0/+1
* scsi: mpt3sas: make driver options visible in sysTomas Henzl2019-06-201-7/+7
* scsi: mpt3sas: Enable interrupt coalescing on high iopsSuganath Prabu S2019-06-191-1/+16
* scsi: mpt3sas: save and use MSI-X index for posting RDSuganath Prabu S2019-06-191-0/+1
* scsi: mpt3sas: function pointers of request descriptorSuganath Prabu S2019-06-191-10/+10
* scsi: mpt3sas: Fix kernel panic during expander resetSreekanth Reddy2019-03-261-0/+12
* scsi: mpt3sas: Add support for ATLAS PCIe switchSuganath Prabu S2019-02-051-0/+6
* scsi: mpt3sas: Add support for NVMe Switch AdapterSuganath Prabu S2019-02-051-0/+4
* scsi: mpt3sas: Rename mpi endpoint device ID macro.Suganath Prabu S2019-02-051-3/+3
* scsi: mpt3sas: mpt3sas_scsih: Mark expected switch fall-throughGustavo A. R. Silva2018-12-211-0/+1
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-2/+0Star
* scsi: mpt3sas: Introduce flag for aero based controllersSuganath Prabu2018-12-131-6/+8
* scsi: mpt3sas: Display message on Configurable secure HBASreekanth Reddy2018-11-221-3/+4
* 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-071-1/+1
* scsi: mpt3sas: Add support for Aero controllersSuganath Prabu2018-11-071-0/+26
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-251-835/+652Star
|\
| * scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levelsJoe Perches2018-10-111-6/+6
| * scsi: mpt3sas: Convert mlsleading uses of pr_<level> with MPT3SAS_FMTJoe Perches2018-10-111-27/+23Star
| * scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level>Joe Perches2018-10-111-802/+623Star
* | 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-161-299/+162Star
|\
| * scsi: mpt3sas: Fix calltrace observed while running IO & resetSreekanth Reddy2018-08-091-1/+1
| * scsi: mpt3sas: Improve kernel-doc headersBart Van Assche2018-06-201-217/+71Star
| * scsi: mpt3sas: Split _base_reset_handler(), mpt3sas_scsih_reset_handler() and...Bart Van Assche2018-06-201-42/+50
| * scsi: mpt3sas: Annotate switch/case fall-throughBart Van Assche2018-06-201-0/+3
| * scsi: mpt3sas: Remove set-but-not-used variablesBart Van Assche2018-06-201-5/+0Star
| * scsi: mpt3sas: Fix indentationBart Van Assche2018-06-201-20/+20
| * scsi: mpt3sas: Fix, False timeout prints for ioctl and other internal command...Chaitra P B2018-06-191-9/+7Star
| * 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
* | block: move ref_tag calculation func to the block layerMax Gurtovoy2018-07-301-1/+1
|/
* scsi: mpt3sas: fix possible memory leak.Chaitra P B2018-05-081-2/+2
* scsi: mpt3sas: For NVME device, issue a protocol level resetChaitra P B2018-05-081-13/+63
* scsi: mpt3sas: Cache enclosure pages during enclosure add.Chaitra P B2018-05-081-96/+200
* scsi: mpt3sas: Allow processing of events during driver unload.Chaitra P B2018-05-081-11/+5Star
* scsi: mpt3sas: Added support for SAS Device Discovery Error Event.Chaitra P B2018-05-081-0/+42
* scsi: mpt3sas: Bug fix for big endian systems.Chaitra P B2018-05-081-31/+28Star
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-061-28/+46
|\
| * Merge branch 'fixes' into miscJames Bottomley2018-04-041-6/+17
| |\
| * | scsi: mpt3sas: Do not use 32-bit atomic request descriptor for Ventura contro...Suganath Prabu S2018-02-281-10/+10
| * | scsi: mpt3sas: Configure reply post queue depth, DMA and sgl tablesize.Suganath Prabu Subramani2018-02-281-16/+24
| * | scsi: mpt3sas: Add PCI device ID for Andromeda.Suganath Prabu Subramani2018-02-281-2/+12
* | | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-1/+1
|\ \ \ | |_|/ |/| |
| * | block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-1/+1
| |/
* | scsi: mpt3sas: Do not mark fw_event workqueue as WQ_MEM_RECLAIMHannes Reinecke2018-03-071-1/+1
* | scsi: mpt3sas: wait for and flush running commands on shutdown/unloadSreekanth Reddy2018-02-221-1/+9
* | scsi: mpt3sas: fix oops in error handlers after shutdown/unloadMauricio Faria de Oliveira2018-02-221-4/+7
|/
* scsi: mpt3sas: lockless command submissionSuganath Prabu Subramani2018-01-111-84/+37Star