aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-1/+1
2018-04-18scsi: megaraid_sas: Do not log an error if FW successfully initializes.Vinson Lee1-3/+3
2018-04-05Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2
2018-04-03Merge branch 'fixes' into miscJames Bottomley3-39/+55
2018-03-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-11/+41
2018-03-14scsi: megaraid_sas: fix selection of reply queueMing Lei3-11/+41
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2-2/+2
2018-03-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-28/+14
2018-03-06scsi: megaraid: Use dma_pool_zalloc()Souptick Joarder1-2/+1
2018-02-15scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura controllersShivasharan S1-28/+14
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-140/+201
2018-01-22scsi: megaraid_sas: NVMe passthrough command supportShivasharan S3-5/+62
2018-01-22scsi: megaraid: use ktime_get_real for firmware timeArnd Bergmann1-4/+3
2018-01-10scsi: megaraid_sas: driver version upgradeShivasharan S1-2/+2
2018-01-10scsi: megaraid_sas: re-work DCMD refire codeShivasharan S3-19/+48
2018-01-10scsi: megaraid_sas: Expose fw_cmds_outstanding through sysfsShivasharan S1-0/+13
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 S4-18/+22
2018-01-10scsi: megaraid_sas: Use megasas_wait_for_adapter_operational to detect controller state in IOCTL pathShivasharan S1-58/+2
2018-01-10scsi: megaraid_sas: Avoid firing DCMDs while OCR is in progressShivasharan S2-4/+2
2018-01-10scsi: megaraid_sas: unload flag should be set after scsi_remove_host is calledShivasharan S1-1/+1
2018-01-10scsi: megaraid_sas: Error handling for invalid ldcount provided by firmware in RAID mapShivasharan S1-4/+12
2018-01-10scsi: megaraid_sas: Reset ldio_outstanding in megasas_resumeShivasharan S1-0/+1
2018-01-10scsi: megaraid_sas: Return the DCMD status from megasas_get_seq_numShivasharan S1-14/+18
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 S2-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-607/+1207
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-62/+47
2017-11-03scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"Colin Ian King1-1/+1
2017-11-03scsi: megaraid: Remove redundant code in megasas_alloc_cmdsYisheng Xie1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01scsi: megaraid: Convert timers to use timer_setup()Kees Cook5-62/+47
2017-10-25scsi: megaraid_sas: driver version upgradeShivasharan S1-2/+2
2017-10-25scsi: megaraid_sas: Add support for 64bit consistent DMAShivasharan S4-151/+503
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 S2-39/+68
2017-10-25scsi: megaraid_sas: Incorrect processing of IOCTL frames for SMP/STP commandsShivasharan S2-14/+31
2017-10-25scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4kShivasharan S2-9/+58
2017-10-25scsi: megaraid_sas: Update current host time to FW during IOC InitShivasharan S1-0/+7
2017-10-25scsi: megaraid_sas: Move controller memory allocations and DMA mask settings from probe to megasas_init_fwShivasharan S1-15/+28
2017-10-25scsi: megaraid_sas: Move initialization of instance parameters inside newly created function megasas_init_ctrl_paramsShivasharan S1-58/+61
2017-10-25scsi: megaraid_sas: remove instance->ctrl_infoShivasharan S2-30/+14
2017-10-25scsi: megaraid_sas: Pre-allocate frequently used DMA buffersShivasharan S4-66/+116
2017-10-25scsi: megaraid_sas: Create separate functions for allocating and freeing controller DMA buffersShivasharan S1-83/+103
2017-10-25scsi: megaraid_sas: Create separate functions to allocate ctrl memoryShivasharan S1-46/+76
2017-10-25scsi: megaraid_sas: reduce size of fusion_context and use kmalloc for allocationShivasharan S3-16/+31
2017-10-25scsi: megaraid_sas: replace is_ventura with adapter_type checksShivasharan S4-24/+22