summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_fusion.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: megaraid_sas: TM command refire leads to controller firmware crashSumit Saxena2020-06-221-1/+6
* scsi: megaraid_sas: silence a warningTomas Henzl2020-03-111-2/+3
* scsi: megaraid_sas: Do not initiate OCR if controller is not in ready stateAnand Lodnoor2020-02-141-1/+2
* scsi: megaraid: fix out-of-bound array accessesQian Cai2019-01-261-1/+1
* scsi: megaraid_sas: Support FW provided TM timeout valuesShivasharan S2018-06-181-7/+29
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-4/+6
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-3/+5
|\
| * scsi: megaraid_sas: Increase timeout by 1 sec for non-RAID fastpath IOsShivasharan S2018-04-181-0/+3
| * scsi: megaraid_sas: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-04-181-3/+2
* | scsi: megaraid_sas: Do not log an error if FW successfully initializes.Vinson Lee2018-04-181-3/+3
|/
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-1/+1
|\
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-1/+1
* | scsi: megaraid_sas: fix selection of reply queueMing Lei2018-03-141-8/+4
* | scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura c...Shivasharan S2018-02-151-28/+14
|/
* scsi: megaraid_sas: NVMe passthrough command supportShivasharan S2018-01-221-0/+7
* scsi: megaraid: use ktime_get_real for firmware timeArnd Bergmann2018-01-221-4/+3
* scsi: megaraid_sas: re-work DCMD refire codeShivasharan S2018-01-101-17/+38
* scsi: megaraid_sas: Selectively apply stream detection based on IO typeShivasharan S2018-01-101-10/+14
* scsi: megaraid_sas: Update LD map after populating drv_map driver map copyShivasharan S2018-01-101-1/+1
* scsi: megaraid_sas: memset IOC INIT frame using correct sizeShivasharan S2018-01-101-1/+1
* scsi: megaraid_sas: zero out IOC INIT and stream detection memoryShivasharan S2018-01-101-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-141-178/+498
|\
| * scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"Colin Ian King2017-11-031-1/+1
| * scsi: megaraid_sas: Add support for 64bit consistent DMAShivasharan S2017-10-251-72/+312
| * scsi: megaraid_sas: Do not limit queue_depth to 1k in non-RDPQ modeShivasharan S2017-10-251-4/+0
| * scsi: megaraid_sas: Retry with reduced queue depth when alloc fails for highe...Shivasharan S2017-10-251-39/+67
| * scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4kShivasharan S2017-10-251-9/+56
| * scsi: megaraid_sas: Update current host time to FW during IOC InitShivasharan S2017-10-251-0/+7
| * scsi: megaraid_sas: Pre-allocate frequently used DMA buffersShivasharan S2017-10-251-16/+3
| * scsi: megaraid_sas: reduce size of fusion_context and use kmalloc for allocationShivasharan S2017-10-251-14/+29
| * scsi: megaraid_sas: replace is_ventura with adapter_type checksShivasharan S2017-10-251-13/+13
| * scsi: megaraid_sas: Remove redundant checks for ctrl_contextShivasharan S2017-10-251-4/+4
| * scsi: megaraid_sas: use adapter_type for all gen controllersShivasharan S2017-10-251-9/+9
* | scsi: megaraid: Convert timers to use timer_setup()Kees Cook2017-11-011-12/+3
|/
* scsi: megaraid_sas: modified few prints in OCR and IOC INIT pathShivasharan S2017-08-241-9/+14
* scsi: megaraid_sas: use vmalloc for crash dump buffers and driver's local RAI...Shivasharan S2017-08-241-42/+79
* scsi: megaraid_sas: Use SMID for Task abort case onlyShivasharan S2017-08-241-3/+3
* scsi: megaraid_sas: Do not re-fire shutdown DCMD after OCRShivasharan S2017-08-241-0/+9
* scsi: megaraid_sas: Call megasas_complete_cmd_dpc_fusion every 1 second while...Shivasharan S2017-08-241-2/+1
* scsi: megaraid_sas: Use synchronize_irq in target reset caseShivasharan S2017-08-241-5/+1
* scsi: megaraid_sas: mismatch of allocated MFI frame size and length exposed i...Shivasharan S2017-08-241-1/+1
* scsi: megaraid: Replace PCI pool old APIRomain Perier2017-08-071-22/+24
* scsi: megaraid_sas: fix memleak in megasas_alloc_cmdlist_fusionShu Wang2017-07-241-1/+5
* scsi: megaraid_sas: raid6 also require cpuSel check same as raid5Shivasharan S2017-03-131-1/+1
* scsi: megaraid_sas: add correct return type check for ldio hint logic for raid1Shivasharan S2017-03-131-1/+1
* scsi: megaraid_sas: handle dma_addr_t right on 32-bitArnd Bergmann2017-02-151-7/+7
* scsi: megaraid_sas: Change RAID_1_10_RMW_CMDS to RAID_1_PEER_CMDS and set val...Shivasharan S2017-02-131-1/+1
* scsi: megaraid_sas: Indentation and smatch warning fixesShivasharan S2017-02-131-49/+43
* scsi: megaraid_sas: Cleanup VD_EXT_DEBUG and SPAN_DEBUG related debug printsShivasharan S2017-02-131-5/+0