aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_fusion.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-27scsi: megaraid_sas: Handle sequence JBOD map failure at driver levelChandrakanth Patil1-33/+44
2019-06-27scsi: megaraid_sas: Don't send FPIO to RL Bypass queueChandrakanth Patil1-4/+0
2019-06-27scsi: megaraid_sas: In probe context, retry IOC INIT once if firmware is in faultChandrakanth Patil1-2/+23
2019-06-27scsi: megaraid_sas: Call disable_irq from process IRQ pollChandrakanth Patil1-1/+11
2019-06-27scsi: megaraid_sas: Remove few debug counters from IO pathChandrakanth Patil1-5/+0
2019-06-27scsi: megaraid_sas: Add 32 bit atomic descriptor support to AERO adaptersChandrakanth Patil1-9/+36
2019-06-20scsi: megaraid_sas: Use struct_size() helperGustavo A. R. Silva1-4/+2
2019-06-18scsi: megaraid_sas: Print firmware interrupt statusShivasharan S1-6/+7
2019-06-18scsi: megaraid_sas: Print FW fault informationShivasharan S1-11/+14
2019-06-18scsi: megaraid_sas: Enhance prints in OCR and TM pathShivasharan S1-20/+24
2019-06-18scsi: megaraid_sas: Load balance completions across all MSI-XShivasharan S1-4/+14
2019-06-18scsi: megaraid_sas: IRQ poll to avoid CPU hard lockupsShivasharan S1-29/+93
2019-06-18scsi: megaraid_sas: Block PCI config space access from userspace during OCRShivasharan S1-4/+62
2019-06-18scsi: megaraid_sas: Rework code around controller resetShivasharan S1-13/+10
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-04-18scsi: megaraid_sas: fix spelling mistake "oustanding" -> "outstanding"Colin Ian King1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-1/+0
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-26/+1
2019-02-26scsi: megaraid_sas: Remove a bunch of set but not used variablesYueHaibing1-26/+0
2019-02-04scsi: megaraid_sas: Add support for DEVICE_LIST DCMD in driverShivasharan S1-0/+1
2019-01-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2019-01-11scsi: megaraid_sas: Retry reads of outbound_intr_status regShivasharan S1-1/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+3
2018-12-20scsi: megaraid: fix out-of-bound array accessesQian Cai1-1/+1
2018-12-19scsi: megaraid_sas: add retry logic in megasas_readlShivasharan S1-11/+17
2018-12-19scsi: megaraid_sas: changes to function prototypesShivasharan S1-24/+24
2018-12-19scsi: megaraid_sas: Fix Ventura series based checksShivasharan S1-11/+11
2018-12-07scsi: megaraid_sas: NULL check before some freeing functions is not neededThomas Meyer1-8/+4
2018-11-28scsi: megaraid_sas_fusion: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-11-06scsi: megaraid_sas: increase timeout for IOC INIT to 180secondsShivasharan S1-1/+1
2018-11-06scsi: megaraid_sas: Remove double endian conversionShivasharan S1-3/+1
2018-11-06scsi: megaraid_sas: Re-use max_mfi_cmds to calculate queue sizesShivasharan S1-3/+1
2018-11-06scsi: megaraid_sas: Rename scratch_pad registersShivasharan S1-21/+21
2018-11-06scsi: megaraid_sas: Remove spin lock for dpc operationShivasharan S1-6/+1
2018-11-06scsi: megaraid_sas: optimize raid context access in IO pathShivasharan S1-43/+31
2018-11-06scsi: megaraid_sas: Update copyright informationShivasharan S1-8/+6
2018-11-06scsi: megaraid_sas: Add support for FW snap dumpShivasharan S1-8/+58
2018-11-06scsi: megaraid_sas: Add watchdog thread to detect Firmware faultShivasharan S1-48/+127
2018-10-17scsi: megaraid_sas: switch to generic DMA APIChristoph Hellwig1-8/+8
2018-06-18scsi: megaraid_sas: Support FW provided TM timeout valuesShivasharan S1-7/+29
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-4/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+5
2018-04-18scsi: megaraid_sas: Do not log an error if FW successfully initializes.Vinson Lee1-3/+3
2018-04-18scsi: megaraid_sas: Increase timeout by 1 sec for non-RAID fastpath IOsShivasharan S1-0/+3
2018-04-18scsi: megaraid_sas: Use zeroing memory allocator than allocator/memsetHimanshu Jha1-3/+2
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-03-14scsi: megaraid_sas: fix selection of reply queueMing Lei1-8/+4
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-1/+1
2018-02-15scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura controllersShivasharan S1-28/+14