aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-04scsi: megaraid_sas: Add support for DEVICE_LIST DCMD in driverShivasharan S4-23/+250
2019-02-04scsi: megaraid_sas: Rework device add code in AEN pathShivasharan S1-66/+107
2019-02-04scsi: megaraid_sas: Rework code to get PD and LD listShivasharan S1-13/+31
2018-12-20scsi: megaraid: fix out-of-bound array accessesQian Cai2-2/+2
2018-12-19scsi: megaraid_sas: driver version updateShivasharan S1-2/+2
2018-12-19scsi: megaraid_sas: Use 63-bit DMA addressingShivasharan S1-9/+9
2018-12-19scsi: megaraid_sas: add retry logic in megasas_readlShivasharan S2-18/+49
2018-12-19scsi: megaraid_sas: changes to function prototypesShivasharan S3-59/+60
2018-12-19scsi: megaraid_sas: Introduce new Aero adapter typeShivasharan S2-6/+13
2018-12-19scsi: megaraid_sas: Fix Ventura series based checksShivasharan S3-20/+20
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig2-2/+0
2018-12-07scsi: megaraid_sas: NULL check before some freeing functions is not neededThomas Meyer3-16/+8
2018-11-28scsi: megaraid_sas_fusion: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-11-28scsi: megaraid: megaraid_sas_base: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-21scsi: megaraid_sas: Add support for MegaRAID Aero controllersShivasharan S2-0/+19
2018-11-06scsi: megaraid_sas: Update driver versionShivasharan S1-2/+2
2018-11-06scsi: megaraid_sas: modify max supported lds related printShivasharan S1-3/+3
2018-11-06scsi: megaraid_sas: remove unused macroShivasharan S1-1/+0
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 S3-46/+45
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: Fail init if heartbeat timer failsShivasharan S1-2/+4
2018-11-06scsi: megaraid_sas: For SRIOV, do not set STOP_ADP bitShivasharan S1-3/+5
2018-11-06scsi: megaraid_sas: Fix combined reply queue mode detectionShivasharan S1-3/+20
2018-11-06scsi: megaraid_sas: Fix module parameter descriptionShivasharan S1-3/+2
2018-11-06scsi: megaraid_sas: Fix goto labels in error handlingShivasharan S1-3/+2
2018-11-06scsi: megaraid_sas: Update copyright informationShivasharan S5-42/+32
2018-11-06scsi: megaraid_sas: Add check for reset adapter bitShivasharan S1-11/+22
2018-11-06scsi: megaraid_sas: Fix msleep granularityShivasharan S1-2/+2
2018-11-06scsi: megaraid_sas: Add support for FW snap dumpShivasharan S4-13/+208
2018-11-06scsi: megaraid_sas: Add watchdog thread to detect Firmware faultShivasharan S3-54/+167
2018-10-17scsi: megaraid_sas: switch to generic DMA APIChristoph Hellwig2-83/+83
2018-10-17scsi: megaraid_mbox: switch to generic DMA APIChristoph Hellwig1-26/+25
2018-10-16scsi: megaraid_mbox: remove set but not used variablesYueHaibing1-27/+0
2018-10-16scsi: megaraid_sas: fix a missing-check bugWenwen Wang1-0/+3
2018-10-15scsi: megaraid_mbox: remove bogus use of pci_dma_sync_sg_* APIsChristoph Hellwig1-34/+1
2018-09-25scsi: megaraid: fix spelling mistake "maibox" -> "mailbox"Colin Ian King2-3/+3
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei1-1/+1
2018-06-18scsi: megaraid_sas: driver version upgradeShivasharan S1-2/+2
2018-06-18scsi: megaraid_sas: Support FW provided TM timeout valuesShivasharan S3-17/+84
2018-06-18scsi: megaraid_sas: Return immediately from wait_for_adapter_operational after kill adapterShivasharan S1-7/+8
2018-06-18scsi: megaraid_sas: Update controller info during resumeShivasharan S1-0/+3
2018-06-18scsi: megaraid_sas: Do not do Kill adapter if GET_CTRL_INFO times outShivasharan S1-2/+3
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-4/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-5/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+6
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-21/+18