summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid
Commit message (Expand)AuthorAgeFilesLines
* scsi: megaraid_sas: fix panic on loading firmware crashdumpJunxiao Bi2019-08-161-0/+3
* scsi: megaraid_sas: Fix calculation of target IDShivasharan S2019-07-261-1/+2
* scsi: megaraid_sas: return error when create DMA pool failedJason Yan2019-04-051-0/+1
* scsi: megaraid: fix out-of-bound array accessesQian Cai2019-01-262-2/+2
* scsi: megaraid_sas: fix a missing-check bugWenwen Wang2018-11-131-0/+3
* scsi: read host_busy via scsi_host_busy()Ming Lei2018-06-261-1/+1
* scsi: megaraid_sas: driver version upgradeShivasharan S2018-06-191-2/+2
* scsi: megaraid_sas: Support FW provided TM timeout valuesShivasharan S2018-06-193-17/+84
* scsi: megaraid_sas: Return immediately from wait_for_adapter_operational afte...Shivasharan S2018-06-191-7/+8
* scsi: megaraid_sas: Update controller info during resumeShivasharan S2018-06-191-0/+3
* scsi: megaraid_sas: Do not do Kill adapter if GET_CTRL_INFO times outShivasharan S2018-06-191-2/+3
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-4/+6
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-5/+5
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-4/+6
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-103-21/+18Star
|\
| * scsi: megaraid_sas: fix spelling mistake: "disbale" -> "disable"Colin Ian King2018-05-021-1/+1
| * scsi: megaraid_sas: driver version upgradeShivasharan S2018-04-191-2/+2
| * scsi: megaraid_sas: Increase timeout by 1 sec for non-RAID fastpath IOsShivasharan S2018-04-191-0/+3
| * scsi: megaraid_sas: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-04-192-18/+12Star
* | 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-191-3/+3
|/
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-061-2/+1Star
|\
| * Merge branch 'fixes' into miscJames Bottomley2018-04-043-39/+55
| |\
| * | scsi: megaraid: Use dma_pool_zalloc()Souptick Joarder2018-03-071-2/+1Star
* | | 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-283-11/+41
|\ \ \ | | |/ | |/|
| * | scsi: megaraid_sas: fix selection of reply queueMing Lei2018-03-153-11/+41
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-03-071-28/+14Star
|\| | | |/ |/|
| * scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura c...Shivasharan S2018-02-161-28/+14Star
* | 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-233-5/+62
| * scsi: megaraid: use ktime_get_real for firmware timeArnd Bergmann2018-01-231-4/+3Star
| * scsi: megaraid_sas: driver version upgradeShivasharan S2018-01-111-2/+2
| * scsi: megaraid_sas: re-work DCMD refire codeShivasharan S2018-01-113-19/+48
| * scsi: megaraid_sas: Expose fw_cmds_outstanding through sysfsShivasharan S2018-01-111-0/+13
| * scsi: megaraid_sas: Selectively apply stream detection based on IO typeShivasharan S2018-01-111-10/+14
| * scsi: megaraid_sas: Update LD map after populating drv_map driver map copyShivasharan S2018-01-114-18/+22
| * scsi: megaraid_sas: Use megasas_wait_for_adapter_operational to detect contro...Shivasharan S2018-01-111-58/+2Star
| * scsi: megaraid_sas: Avoid firing DCMDs while OCR is in progressShivasharan S2018-01-112-4/+2Star
| * scsi: megaraid_sas: unload flag should be set after scsi_remove_host is calledShivasharan S2018-01-111-1/+1
| * scsi: megaraid_sas: Error handling for invalid ldcount provided by firmware i...Shivasharan S2018-01-111-4/+12
| * scsi: megaraid_sas: Reset ldio_outstanding in megasas_resumeShivasharan S2018-01-111-0/+1
| * scsi: megaraid_sas: Return the DCMD status from megasas_get_seq_numShivasharan S2018-01-111-14/+18
| * scsi: megaraid_sas: memset IOC INIT frame using correct sizeShivasharan S2018-01-111-1/+1
| * scsi: megaraid_sas: zero out IOC INIT and stream detection memoryShivasharan S2018-01-112-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-155-607/+1207
|\
| * scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"Colin Ian King2017-11-031-1/+1