aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-05Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-228/+598
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 Bottomley3-11/+28
2018-03-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-1/+1
2018-03-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-9/+23
2018-03-06scsi: mpt3sas: Do not mark fw_event workqueue as WQ_MEM_RECLAIMHannes Reinecke1-1/+1
2018-03-06scsi: mpt3sas: clarify mmio pointer typesArnd Bergmann2-20/+24
2018-02-27scsi: mpt3sas: Do not use 32-bit atomic request descriptor for Ventura controllers.Suganath Prabu S6-178/+54
2018-02-27scsi: mpt3sas: Introduce function to clone mpi reply.Suganath Prabu Subramani1-1/+36
2018-02-27scsi: mpt3sas: Introduce function to clone mpi request.Suganath Prabu Subramani1-15/+125
2018-02-27scsi: mpt3sas: Introduce Base function for cloning.Suganath Prabu Subramani3-1/+218
2018-02-27scsi: mpt3sas: Introduce API to get BAR0 mapped buffer addressSuganath Prabu Subramani2-0/+95
2018-02-27scsi: mpt3sas: Configure reply post queue depth, DMA and sgl tablesize.Suganath Prabu Subramani2-33/+54
2018-02-27scsi: mpt3sas: Add PCI device ID for Andromeda.Suganath Prabu Subramani3-2/+14
2018-02-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+4
2018-02-21scsi: mpt3sas: wait for and flush running commands on shutdown/unloadSreekanth Reddy3-5/+16
2018-02-21scsi: mpt3sas: fix oops in error handlers after shutdown/unloadMauricio Faria de Oliveira1-4/+7
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-417/+215
2018-01-30scsi: mpt3sas: fix an out of bound writeTomas Henzl1-1/+4
2018-01-17scsi: mpt3sas: make function _get_st_from_smid staticColin Ian King1-1/+1
2018-01-10scsi: mpt3sas: lockless command submissionSuganath Prabu Subramani5-221/+124
2018-01-10scsi: mpt3sas: simplify _wait_for_commands_to_complete()Hannes Reinecke1-10/+4
2018-01-10scsi: mpt3sas: simplify mpt3sas_scsi_issue_tm()Hannes Reinecke3-75/+41
2018-01-10scsi: mpt3sas: simplify task management functionsHannes Reinecke1-81/+7
2018-01-10scsi: mpt3sas: always use first reserved smid for ioctl passthroughHannes Reinecke2-14/+15
2018-01-10scsi: mpt3sas: check command status before attempting abortHannes Reinecke1-3/+8
2018-01-10scsi: mpt3sas: Introduce mpt3sas_get_st_from_smid()Hannes Reinecke4-8/+27
2018-01-10scsi: mpt3sas: open-code _scsih_scsi_lookup_get()Hannes Reinecke1-14/+1
2018-01-10scsi: mpt3sas: separate out _base_recovery_check()Hannes Reinecke1-9/+14
2018-01-10scsi: mpt3sas: use list_splice_init()Hannes Reinecke1-9/+2
2018-01-10scsi: mpt3sas: set default value for cb_idxHannes Reinecke1-3/+2
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-12-04scsi: mpt3sas: Replace PCI pool old APIRomain Perier1-6/+6
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds2-2/+2
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds12-318/+4025
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-06scsi: mpt3sas: fix dma_addr_t castsArnd Bergmann2-34/+30
2017-11-03scsi: mpt3sas: Update mpt3sas driver version.Suganath Prabu Subramani1-2/+2
2017-11-03scsi: mpt3sas: Fix sparse warningsSuganath Prabu Subramani2-43/+16
2017-11-03scsi: mpt3sas: Fix nvme drives checking for tlr.Suganath Prabu Subramani1-6/+16
2017-11-03scsi: mpt3sas: NVMe drive support for BTDHMAPPING ioctl command and log infoSuganath Prabu Subramani1-30/+58
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 Subramani2-1/+51
2017-11-03scsi: mpt3sas: Handle NVMe PCIe device related events generated from firmware.Suganath Prabu Subramani2-6/+495