aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26scsi: megaraid_sas: Make poll_aen_lock staticYueHaibing1-1/+1
2019-10-09scsi: megaraid_sas: remove unused variables 'debugBlk','fusion'zhengbin1-6/+1
2019-10-09scsi: megaraid_sas: Unique names for MSI-X vectorsChandrakanth Patil2-2/+9
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-36/+106
2019-08-12scsi: megaraid_sas: Introduce module parameter for default queue depthChandrakanth Patil2-21/+92
2019-08-07scsi: megaraid_sas: Fix a compilation warningQian Cai1-3/+0
2019-08-07scsi: megaraid_sas: Make a bunch of functions staticYueHaibing1-12/+14
2019-07-23scsi: megaraid_sas: Make some functions staticYueHaibing1-13/+14
2019-07-23scsi: megaraid_sas: fix panic on loading firmware crashdumpJunxiao Bi1-0/+3
2019-07-23scsi: megaraid_sas: fix spelling mistake "megarid_sas" -> "megaraid_sas"Colin Ian King1-1/+1
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-8/+27
2019-07-16scsi: megaraid_sas: set an unlimited max_segment_sizeChristoph Hellwig1-0/+1
2019-07-11scsi: megaraid_sas: Update driver version to 07.710.50.00Shivasharan S1-2/+2
2019-07-11scsi: megaraid_sas: Add module parameter for FW Async event loggingShivasharan S1-1/+17
2019-07-11scsi: megaraid_sas: Enable msix_load_balance for Invader and later controllersShivasharan S1-1/+2
2019-07-11scsi: megaraid_sas: Fix calculation of target IDShivasharan S1-1/+2
2019-07-11scsi: megaraid_sas: Make some symbols staticYueHaibing1-3/+3
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-305/+1356
2019-06-27scsi: megaraid_sas: Update driver version to 07.710.06.00-rc1Chandrakanth Patil1-2/+2
2019-06-27scsi: megaraid_sas: Introduce various Aero performance modesChandrakanth Patil3-15/+81
2019-06-27scsi: megaraid_sas: Use high IOPS queues based on IO workloadChandrakanth Patil4-2/+19
2019-06-27scsi: megaraid_sas: Set affinity for high IOPS reply queuesChandrakanth Patil1-0/+22
2019-06-27scsi: megaraid_sas: Enable coalescing for high IOPS queuesChandrakanth Patil2-1/+9
2019-06-27scsi: megaraid_sas: Add support for High IOPS queuesChandrakanth Patil3-17/+135
2019-06-27scsi: megaraid_sas: Add support for MPI toolbox commandsChandrakanth Patil3-2/+72
2019-06-27scsi: megaraid_sas: Offload Aero RAID5/6 division calculations to driverChandrakanth Patil4-10/+108
2019-06-27scsi: megaraid_sas: RAID1 PCI bandwidth limit algorithm is applicable for only VenturaChandrakanth Patil3-12/+17
2019-06-27scsi: megaraid_sas: megaraid_sas: Add check for count returned by HOST_DEVICE_LIST DCMDChandrakanth Patil1-0/+3
2019-06-27scsi: megaraid_sas: Handle sequence JBOD map failure at driver levelChandrakanth Patil3-38/+55
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: Release Mutex lock before OCR in case of DCMD timeoutChandrakanth Patil1-0/+13
2019-06-27scsi: megaraid_sas: Call disable_irq from process IRQ pollChandrakanth Patil2-1/+12
2019-06-27scsi: megaraid_sas: Remove few debug counters from IO pathChandrakanth Patil2-10/+0
2019-06-27scsi: megaraid_sas: Add support for Non-secure Aero PCI IDsChandrakanth Patil2-0/+29
2019-06-27scsi: megaraid_sas: Add 32 bit atomic descriptor support to AERO adaptersChandrakanth Patil2-9/+39
2019-06-20scsi: megaraid_sas: Use struct_size() helperGustavo A. R. Silva1-4/+2
2019-06-18scsi: megaraid_sas: Remove unused including <linux/version.h>YueHaibing1-1/+0
2019-06-18scsi: megaraid_sas: use DEVICE_ATTR_{RO, RW}Tomas Henzl1-26/+18
2019-06-18scsi: megaraid_sas: use octal permissions instead of constantsTomas Henzl2-11/+11
2019-06-18scsi: megaraid_sas: make max_sectors visible in sysTomas Henzl1-1/+1
2019-06-18scsi: megaraid_sas: remove set but not used variables 'buff_addr' and 'ci_h'YueHaibing1-5/+0
2019-06-18scsi: megaraid_sas: remove set but not used variable 'sge_sz'YueHaibing1-11/+0
2019-06-18scsi: megaraid_sas: remove set but not used variables 'host' and 'wait_time'YueHaibing1-7/+1
2019-06-18scsi: megaraid_sas: remove set but not used variable 'cur_state'YueHaibing1-11/+0
2019-06-18scsi: megaraid_sas: Update driver version to 07.708.03.00Shivasharan S1-2/+2
2019-06-18scsi: megaraid_sas: Export RAID map through debugfsShivasharan S5-1/+204
2019-06-18scsi: megaraid_sas: Fix MSI-X vector printShivasharan S1-5/+5
2019-06-18scsi: megaraid_sas: Add debug prints for device listShivasharan S2-0/+36
2019-06-18scsi: megaraid_sas: Add prints in suspend and resume pathShivasharan S1-0/+3