summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-4/+6
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-5/+5
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-4/+6
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-103-21/+18
|\
| * scsi: megaraid_sas: fix spelling mistake: "disbale" -> "disable"Colin Ian King2018-05-011-1/+1
| * scsi: megaraid_sas: driver version upgradeShivasharan S2018-04-181-2/+2
| * 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-182-18/+12
* | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-291-1/+1
* | scsi: megaraid_sas: Do not log an error if FW successfully initializes.Vinson Lee2018-04-181-3/+3
|/
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-051-2/+1
|\
| * Merge branch 'fixes' into miscJames Bottomley2018-04-033-39/+55
| |\
| * | scsi: megaraid: Use dma_pool_zalloc()Souptick Joarder2018-03-061-2/+1
* | | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-052-2/+2
|\ \ \
| * | | block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-082-2/+2
| |/ /
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-03-273-11/+41
|\ \ \ | | |/ | |/|
| * | scsi: megaraid_sas: fix selection of reply queueMing Lei2018-03-143-11/+41
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-03-071-28/+14
|\ \ \ | |/ / | | / | |/ |/|
| * scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura c...Shivasharan S2018-02-151-28/+14
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-01-315-140/+201
|\ \ | |/
| * scsi: megaraid_sas: NVMe passthrough command supportShivasharan S2018-01-223-5/+62
| * scsi: megaraid: use ktime_get_real for firmware timeArnd Bergmann2018-01-221-4/+3
| * scsi: megaraid_sas: driver version upgradeShivasharan S2018-01-101-2/+2
| * scsi: megaraid_sas: re-work DCMD refire codeShivasharan S2018-01-103-19/+48
| * scsi: megaraid_sas: Expose fw_cmds_outstanding through sysfsShivasharan S2018-01-101-0/+13
| * 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-104-18/+22
| * scsi: megaraid_sas: Use megasas_wait_for_adapter_operational to detect contro...Shivasharan S2018-01-101-58/+2
| * scsi: megaraid_sas: Avoid firing DCMDs while OCR is in progressShivasharan S2018-01-102-4/+2
| * scsi: megaraid_sas: unload flag should be set after scsi_remove_host is calledShivasharan S2018-01-101-1/+1
| * scsi: megaraid_sas: Error handling for invalid ldcount provided by firmware i...Shivasharan S2018-01-101-4/+12
| * scsi: megaraid_sas: Reset ldio_outstanding in megasas_resumeShivasharan S2018-01-101-0/+1
| * scsi: megaraid_sas: Return the DCMD status from megasas_get_seq_numShivasharan S2018-01-101-14/+18
| * 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-102-2/+2
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-145-607/+1207
|\
| * scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"Colin Ian King2017-11-031-1/+1
| * scsi: megaraid: Remove redundant code in megasas_alloc_cmdsYisheng Xie2017-11-031-2/+0
| * scsi: megaraid_sas: driver version upgradeShivasharan S2017-10-251-2/+2
| * scsi: megaraid_sas: Add support for 64bit consistent DMAShivasharan S2017-10-254-151/+503
| * 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-252-39/+68
| * scsi: megaraid_sas: Incorrect processing of IOCTL frames for SMP/STP commandsShivasharan S2017-10-252-14/+31
| * scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4kShivasharan S2017-10-252-9/+58
| * scsi: megaraid_sas: Update current host time to FW during IOC InitShivasharan S2017-10-251-0/+7
| * scsi: megaraid_sas: Move controller memory allocations and DMA mask settings ...Shivasharan S2017-10-251-15/+28
| * scsi: megaraid_sas: Move initialization of instance parameters inside newly c...Shivasharan S2017-10-251-58/+61
| * scsi: megaraid_sas: remove instance->ctrl_infoShivasharan S2017-10-252-30/+14
OpenPOWER on IntegriCloud