aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_scsih.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-299/+162
2018-08-08scsi: mpt3sas: Fix calltrace observed while running IO & resetSreekanth Reddy1-1/+1
2018-07-30block: move ref_tag calculation func to the block layerMax Gurtovoy1-1/+1
2018-06-19scsi: mpt3sas: Improve kernel-doc headersBart Van Assche1-217/+71
2018-06-19scsi: mpt3sas: Split _base_reset_handler(), mpt3sas_scsih_reset_handler() and mpt3sas_ctl_reset_handler()Bart Van Assche1-42/+50
2018-06-19scsi: mpt3sas: Annotate switch/case fall-throughBart Van Assche1-0/+3
2018-06-19scsi: mpt3sas: Remove set-but-not-used variablesBart Van Assche1-5/+0
2018-06-19scsi: mpt3sas: Fix indentationBart Van Assche1-20/+20
2018-06-18scsi: mpt3sas: Fix, False timeout prints for ioctl and other internal commands during controller reset.Chaitra P B1-9/+7
2018-06-18scsi: mpt3sas: Don't access the structure after decrementing it's instance reference count.Chaitra P B1-3/+4
2018-06-18scsi: mpt3sas: Incorrect command status was set/marked as not used.Chaitra P B1-2/+2
2018-06-18scsi: mpt3sas: Don't abort I/Os issued to NVMe drives while processing Async Broadcast primitive event.Chaitra P B1-0/+4
2018-05-08scsi: mpt3sas: fix possible memory leak.Chaitra P B1-2/+2
2018-05-08scsi: mpt3sas: For NVME device, issue a protocol level resetChaitra P B1-13/+63
2018-05-08scsi: mpt3sas: Cache enclosure pages during enclosure add.Chaitra P B1-96/+200
2018-05-08scsi: mpt3sas: Allow processing of events during driver unload.Chaitra P B1-11/+5
2018-05-08scsi: mpt3sas: Added support for SAS Device Discovery Error Event.Chaitra P B1-0/+42
2018-05-08scsi: mpt3sas: Bug fix for big endian systems.Chaitra P B1-31/+28
2018-04-05Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-28/+46
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-6/+17
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-1/+1
2018-03-06scsi: mpt3sas: Do not mark fw_event workqueue as WQ_MEM_RECLAIMHannes Reinecke1-1/+1
2018-02-27scsi: mpt3sas: Do not use 32-bit atomic request descriptor for Ventura controllers.Suganath Prabu S1-10/+10
2018-02-27scsi: mpt3sas: Configure reply post queue depth, DMA and sgl tablesize.Suganath Prabu Subramani1-16/+24
2018-02-27scsi: mpt3sas: Add PCI device ID for Andromeda.Suganath Prabu Subramani1-2/+12
2018-02-21scsi: mpt3sas: wait for and flush running commands on shutdown/unloadSreekanth Reddy1-1/+9
2018-02-21scsi: mpt3sas: fix oops in error handlers after shutdown/unloadMauricio Faria de Oliveira1-4/+7
2018-01-10scsi: mpt3sas: lockless command submissionSuganath Prabu Subramani1-84/+37
2018-01-10scsi: mpt3sas: simplify mpt3sas_scsi_issue_tm()Hannes Reinecke1-69/+37
2018-01-10scsi: mpt3sas: simplify task management functionsHannes Reinecke1-81/+7
2018-01-10scsi: mpt3sas: check command status before attempting abortHannes Reinecke1-3/+8
2018-01-10scsi: mpt3sas: Introduce mpt3sas_get_st_from_smid()Hannes Reinecke1-3/+4
2018-01-10scsi: mpt3sas: open-code _scsih_scsi_lookup_get()Hannes Reinecke1-14/+1
2018-01-03scsi: mpt3sas: Proper handling of set/clear of "ATA command pending" flag.Chaitra P B1-13/+15
2017-12-04scsi: mpt3sas: Remove unused variable requeue_eventSuganath Prabu S1-7/+5
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-1/+1
2017-11-08scsi: mpt3sas: remove a stray KERN_INFODan Carpenter1-1/+1
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