summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt3sas
AgeCommit message (Expand)AuthorFilesLines
2023-11-08scsi: mpt3sas: Fix in error pathTomas Henzl1-1/+3
2022-09-15scsi: mpt3sas: Fix use-after-free warningSreekanth Reddy1-1/+1
2021-12-01scsi: mpt3sas: Fix kernel panic during drive powercycle testSreekanth Reddy1-1/+1
2021-07-20scsi: mpt3sas: Fix error return value in _scsih_expander_add()Zhen Lei1-1/+3
2021-03-30scsi: mpt3sas: Fix error return code of mpt3sas_base_attach()Jia-Ju Bai1-2/+6
2020-12-30scsi: mpt3sas: Increase IOCInit request timeout to 30sSreekanth Reddy1-1/+1
2020-12-11scsi: mpt3sas: Fix ioctl timeoutSuganath Prabu S1-1/+1
2020-06-25scsi: mpt3sas: Fix double free warningsSuganath Prabu S1-0/+2
2020-04-17scsi: mpt3sas: Fix kernel panic observed on soft HBA unplugSreekanth Reddy1-4/+4
2020-01-04scsi: mpt3sas: Fix clear pending bit in ioctl statusSreekanth Reddy1-1/+2
2019-12-01scsi: mpt3sas: Fix driver modifying persistent data in Manufacturing page11Suganath Prabu1-4/+0
2019-12-01scsi: mpt3sas: Don't modify EEDPTagMode field setting on SAS3.5 HBA devicesSuganath Prabu1-1/+1
2019-12-01scsi: mpt3sas: Fix Sync cache command failure during driver unloadSuganath Prabu1-1/+35
2019-08-06scsi: mpt3sas: Use 63-bit DMA addressing on SAS35 HBASuganath Prabu1-5/+7
2019-05-04scsi: mpt3sas: Fix kernel panic during expander resetSreekanth Reddy2-0/+18
2019-02-12scsi: mpt3sas: Call sas_remove_host before removing the target devicesSuganath Prabu2-3/+6
2019-01-26scsi: mpt3sas: fix memory ordering on 64bit writesStephan Günther1-1/+2
2018-08-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-830/+658
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-08-09scsi: mpt3sas: Fix calltrace observed while running IO & resetSreekanth Reddy2-1/+2
2018-08-03scsi: mpt3sas: Swap I/O memory read value back to cpu endiannessSreekanth Reddy1-8/+8
2018-07-30block: move ref_tag calculation func to the block layerMax Gurtovoy1-1/+1
2018-07-13scsi: mpt3sas: Fix for regression caused by sparse cleanupsChaitra P B1-6/+6
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei1-2/+2
2018-06-20scsi: mpt3sas: Improve kernel-doc headersBart Van Assche7-555/+363
2018-06-20scsi: mpt3sas: Split _base_reset_handler(), mpt3sas_scsih_reset_handler() and...Bart Van Assche4-148/+166
2018-06-20scsi: mpt3sas: Fix a race condition in mpt3sas_base_hard_reset_handler()Bart Van Assche2-10/+1
2018-06-20scsi: mpt3sas: Fix _transport_smp_handler() error pathBart Van Assche1-2/+3
2018-06-20scsi: mpt3sas: Introduce struct mpt3sas_nvme_cmdBart Van Assche2-11/+9
2018-06-20scsi: mpt3sas: Annotate switch/case fall-throughBart Van Assche2-0/+4
2018-06-20scsi: mpt3sas: Remove set-but-not-used variablesBart Van Assche2-15/+0
2018-06-20scsi: mpt3sas: Fix indentationBart Van Assche3-22/+22
2018-06-19scsi: mpt3sas: Update driver version "26.100.00.00"Chaitra P B1-2/+2
2018-06-19scsi: mpt3sas: As per MPI-spec, use combined reply queue for SAS3.5 controlle...Chaitra P B2-7/+9
2018-06-19scsi: mpt3sas: Fix, False timeout prints for ioctl and other internal command...Chaitra P B5-50/+65
2018-06-19scsi: mpt3sas: Don't access the structure after decrementing it's instance re...Chaitra P B1-3/+4
2018-06-19scsi: mpt3sas: Incorrect command status was set/marked as not used.Chaitra P B1-2/+2
2018-06-19scsi: mpt3sas: Don't abort I/Os issued to NVMe drives while processing Async ...Chaitra P B1-0/+4
2018-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+1
2018-06-06scsi: mpt3sas: Add an I/O barrierTomas Henzl1-0/+1
2018-05-08scsi: mpt3sas: Update driver version "25.100.00.00"Chaitra P B1-2/+2
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 B4-21/+116
2018-05-08scsi: mpt3sas: Update MPI HeadersChaitra P B3-10/+36
2018-05-08scsi: mpt3sas: Report Firmware Package Version from HBA Driver.Chaitra P B2-2/+108
2018-05-08scsi: mpt3sas: Cache enclosure pages during enclosure add.Chaitra P B3-96/+236
2018-05-08scsi: mpt3sas: Allow processing of events during driver unload.Chaitra P B1-11/+5
2018-05-08scsi: mpt3sas: Increase event log buffer to support 24 port HBA's.Chaitra P B1-1/+1
2018-05-08scsi: mpt3sas: Added support for SAS Device Discovery Error Event.Chaitra P B2-0/+46
2018-05-08scsi: mpt3sas: Enhanced handling of Sense Buffer.Chaitra P B1-0/+56