summaryrefslogtreecommitdiff
path: root/drivers/scsi/megaraid/megaraid_sas_base.c
AgeCommit message (Expand)Author
2017-09-07Merge branch 'fixes' into miscJames Bottomley
2017-08-24scsi: megaraid_sas: call megasas_dump_frame with correct IO frame sizeShivasharan S
2017-08-24scsi: megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE...Shivasharan S
2017-08-24scsi: megaraid_sas: use vmalloc for crash dump buffers and driver's local RAI...Shivasharan S
2017-08-24scsi: megaraid_sas: Check valid aen class range to avoid kernel panicShivasharan S
2017-08-24scsi: megaraid_sas: Fix endianness issues in DCMD handlingShivasharan S
2017-08-24scsi: megaraid_sas: set minimum value of resetwaittime to be 1 secsShivasharan S
2017-08-16scsi: megaraid_sas: fix error handle in megasas_probe_oneweiping zhang
2017-08-10scsi: megaraid_sas: fix allocate instance->pd_info twiceweiping
2017-08-07scsi: remove DRIVER_ATTR() usageGreg Kroah-Hartman
2017-08-07scsi: megaraid: Replace PCI pool old APIRomain Perier
2017-05-08drivers/scsi/megaraid: remove expensive inline from megasas_return_cmdAndi Kleen
2017-03-13scsi: megaraid_sas: add correct return type check for ldio hint logic for raid1Shivasharan S
2017-03-13scsi: megaraid_sas: enable intx only if msix request failsShivasharan S
2017-02-15scsi: megaraid_sas: array overflow in megasas_dump_frame()Dan Carpenter
2017-02-13scsi: megaraid_sas: Indentation and smatch warning fixesShivasharan S
2017-02-13scsi: megaraid_sas: Cleanup VD_EXT_DEBUG and SPAN_DEBUG related debug printsShivasharan S
2017-02-13scsi: megaraid_sas: Bail out the driver load if ld_list_query failsShivasharan S
2017-02-13scsi: megaraid_sas: megasas_return_cmd does not memset IO frame to zeroShivasharan S
2017-02-13scsi: megaraid_sas: Change max_cmd from u32 to u16 in all functionsShivasharan S
2017-02-13scsi: megaraid_sas: latest controller OCR capability from FW before sending s...Shivasharan S
2017-02-13scsi: megaraid_sas: avoid unaligned access in ioctl pathShivasharan S
2017-02-13scsi: megaraid_sas: reduce size of fusion_context and use vmalloc if kmalloc ...Shivasharan S
2017-02-13scsi: megaraid_sas: add print in device removal pathShivasharan S
2017-02-13scsi: megaraid_sas: enhance debug logs in OCR contextShivasharan S
2017-02-13scsi: megaraid_sas: NVME interface target prop addedShivasharan S
2017-02-13scsi: megaraid_sas: NVME Interface detection and prop settingsShivasharan S
2017-02-13scsi: megaraid_sas: change issue_dcmd to return void from intShivasharan S
2017-02-13scsi: megaraid_sas: Use DID_REQUEUEShivasharan S
2017-02-13scsi: megaraid_sas: RAID map is accessed for SYS PDs when use_seqnum_jbod_fp ...Shivasharan S
2017-02-13scsi: megaraid_sas: Refactor MEGASAS_IS_LOGICAL macro using sdevShivasharan S
2017-02-13Revert "scsi: megaraid_sas: Enable or Disable Fast path based on the PCI Thre...Shivasharan S
2017-01-10scsi: megaraid_sas: Implement the PD Map support for SAS3.5 Generic Megaraid ...Sasikumar Chandrasekaran
2017-01-10scsi: megaraid_sas: Enable or Disable Fast path based on the PCI Threshold Ba...Sasikumar Chandrasekaran
2017-01-10scsi: megaraid_sas: Add the Support for SAS3.5 Generic Megaraid Controllers C...Sasikumar Chandrasekaran
2017-01-10scsi: megaraid_sas: Dynamic Raid Map Changes for SAS3.5 Generic Megaraid Cont...Sasikumar Chandrasekaran
2017-01-10scsi: megaraid_sas: SAS3.5 Generic Megaraid Controllers Stream Detection and ...Sasikumar Chandrasekaran
2017-01-10scsi: megaraid_sas: 128 MSIX SupportSasikumar Chandrasekaran
2017-01-10scsi: megaraid_sas: Add new pci device Ids for SAS3.5 Generic Megaraid Contro...Sasikumar Chandrasekaran
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-07scsi: megaraid_sas: switch to pci_alloc_irq_vectorsHannes Reinecke
2016-11-16scsi: megaraid-sas: request irqs laterTomas Henzl
2016-11-14scsi: megaraid_sas: add in missing white spaces in error messages textColin Ian King
2016-11-08scsi: megaraid_sas: Send SYNCHRONIZE_CACHE for VD to firmwareKashyap Desai
2016-11-08scsi: megaraid_sas: Do not fire DCMDs during PCI shutdown/detachKashyap Desai
2016-10-24scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough) devicesKashyap Desai
2016-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2016-09-19scsi: megaraid_sas: clean function declarations in megaraid_sas_base.c upBaoyou Xie
2016-09-14scsi: megaraid_sas: add in missing white space in error message textColin Ian King
2016-08-30scsi: megaraid_sas: Fix the search of first memory barChristophe JAILLET