aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_fusion.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-22scsi: megaraid_sas: NVMe passthrough command supportShivasharan S1-0/+7
2018-01-22scsi: megaraid: use ktime_get_real for firmware timeArnd Bergmann1-4/+3
2018-01-10scsi: megaraid_sas: re-work DCMD refire codeShivasharan S1-17/+38
2018-01-10scsi: megaraid_sas: Selectively apply stream detection based on IO typeShivasharan S1-10/+14
2018-01-10scsi: megaraid_sas: Update LD map after populating drv_map driver map copyShivasharan S1-1/+1
2018-01-10scsi: megaraid_sas: memset IOC INIT frame using correct sizeShivasharan S1-1/+1
2018-01-10scsi: megaraid_sas: zero out IOC INIT and stream detection memoryShivasharan S1-1/+1
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-178/+498
2017-11-03scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"Colin Ian King1-1/+1
2017-11-01scsi: megaraid: Convert timers to use timer_setup()Kees Cook1-12/+3
2017-10-25scsi: megaraid_sas: Add support for 64bit consistent DMAShivasharan S1-72/+312
2017-10-25scsi: megaraid_sas: Do not limit queue_depth to 1k in non-RDPQ modeShivasharan S1-4/+0
2017-10-25scsi: megaraid_sas: Retry with reduced queue depth when alloc fails for higher QDShivasharan S1-39/+67
2017-10-25scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4kShivasharan S1-9/+56
2017-10-25scsi: megaraid_sas: Update current host time to FW during IOC InitShivasharan S1-0/+7
2017-10-25scsi: megaraid_sas: Pre-allocate frequently used DMA buffersShivasharan S1-16/+3
2017-10-25scsi: megaraid_sas: reduce size of fusion_context and use kmalloc for allocationShivasharan S1-14/+29
2017-10-25scsi: megaraid_sas: replace is_ventura with adapter_type checksShivasharan S1-13/+13
2017-10-25scsi: megaraid_sas: Remove redundant checks for ctrl_contextShivasharan S1-4/+4
2017-10-25scsi: megaraid_sas: use adapter_type for all gen controllersShivasharan S1-9/+9