aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-20scsi: ips: fix firmware timestamps for 32-bitArnd Bergmann2-72/+17
2018-04-20scsi: esas2r: use ktime_get_real_seconds()Arnd Bergmann1-3/+2
2018-04-20scsi: mvumi: Using module_pci_driverYueHaibing1-19/+1
2018-04-20scsi: st: Replace GFP_ATOMIC with GFP_KERNEL in new_tape_bufferJia-Ju Bai1-2/+2
2018-04-20scsi: st: Replace GFP_ATOMIC with GFP_KERNEL in st_probeJia-Ju Bai1-1/+1
2018-04-20scsi: devinfo: BLIST_RETRY_ASC_C1 for Fujitsu ETERNUSMartin Wilck2-0/+4
2018-04-20scsi: devinfo: add BLIST_RETRY_ITF for EMC SymmetrixMartin Wilck2-1/+6
2018-04-20scsi: devinfo: warn on undefined blist flagsMartin Wilck2-1/+7
2018-04-20scsi: devinfo: change blist_flag_t to 64bitMartin Wilck2-6/+14
2018-04-20scsi: devinfo: use const_ilog2 for array indicesMartin Wilck2-2/+2
2018-04-20scsi: storvsc: Select channel based on available percentage of ring buffer to writeLong Li1-18/+72
2018-04-19scsi: sd_zbc: Let the SCSI core handle ILLEGAL REQUEST / ASC 0x21Bart Van Assche1-10/+0
2018-04-19scsi: sd_zbc: Change the type of the ZBC fields into u32Bart Van Assche1-6/+6
2018-04-19scsi: storsvc: don't set a bounce limitChristoph Hellwig1-3/+0
2018-04-19scsi: iscsi_tcp: don't set a bounce limitChristoph Hellwig1-1/+0
2018-04-19scsi: sg: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-04-19scsi: zorro_esp: New driver for Amiga Zorro NCR53C9x boardsMichael Schmitz3-0/+1187
2018-04-18scsi: scsi_dh: replace too broad "TP9" string with the exact modelsXose Vazquez Perez1-1/+4
2018-04-18scsi: devinfo: delete duplicate "Generic"/"USB Storage-SMC" deviceXose Vazquez Perez1-2/+1
2018-04-18scsi: lpfc: update driver version to 12.0.0.2James Smart1-1/+1
2018-04-18scsi: lpfc: Correct missing remoteport registration during link bouncesJames Smart2-4/+5
2018-04-18scsi: lpfc: Fix NULL pointer reference when resetting adapterJames Smart1-16/+20
2018-04-18scsi: lpfc: Fix nvme remoteport registration race conditionsJames Smart1-2/+14
2018-04-18scsi: lpfc: Fix driver not recovering NVME rports during target link faultsJames Smart3-3/+15
2018-04-18scsi: lpfc: Fix WQ/CQ creation for older asic's.James Smart3-0/+28
2018-04-18scsi: lpfc: Fix NULL pointer access in lpfc_nvme_info_showJames Smart4-10/+31
2018-04-18scsi: lpfc: Fix lingering lpfc_wq resource after driver unloadJames Smart1-3/+8
2018-04-18scsi: lpfc: Fix Abort request WQ selectionJames Smart2-13/+13
2018-04-18scsi: lpfc: Enlarge nvmet asynchronous receive buffer countsJames Smart4-3/+17
2018-04-18scsi: lpfc: Add per io channel NVME IO statisticsJames Smart6-91/+173
2018-04-18scsi: lpfc: Correct target queue depth application changesJames Smart4-20/+66
2018-04-18scsi: lpfc: Fix multiple PRLI completion error pathJames Smart1-23/+6
2018-04-18scsi: megaraid_sas: driver version upgradeShivasharan S1-2/+2
2018-04-18scsi: megaraid_sas: Increase timeout by 1 sec for non-RAID fastpath IOsShivasharan S1-0/+3
2018-04-18scsi: megaraid_sas: Use zeroing memory allocator than allocator/memsetHimanshu Jha2-18/+12
2018-04-18scsi: libsas: add transport class for ATA devicesJason Yan2-0/+6
2018-04-18scsi: hisi_sas: remove some unneeded structure membersJohn Garry3-21/+1
2018-04-18scsi: hisi_sas: print device id for errorsJohn Garry2-4/+4
2018-04-18scsi: hisi_sas: check IPTT is valid before using it for v3 hwXiaofei Tan1-4/+8
2018-04-18scsi: hisi_sas: consolidate command check in hisi_sas_get_ata_protocol()Xiaofei Tan1-14/+15
2018-04-18scsi: hisi_sas: use dma_zalloc_coherent()Xiang Chen1-3/+1
2018-04-18scsi: hisi_sas: delete timer when removing hisi_sas driverXiang Chen3-3/+6
2018-04-18scsi: hisi_sas: update RAS feature for later revision of v3 HWXiaofei Tan1-2/+58
2018-04-18scsi: hisi_sas: make SAS address of SATA disks uniqueXiang Chen1-0/+1
2018-04-18scsi: cxlflash: Handle spurious interruptsUma Krishnan2-0/+12
2018-04-18scsi: cxlflash: Remove commmands from pending list on timeoutUma Krishnan1-0/+14
2018-04-18scsi: cxlflash: Synchronize reset and remove opsUma Krishnan1-3/+3
2018-04-18scsi: cxlflash: Enable OCXL operationsUma Krishnan2-2/+8
2018-04-18scsi: cxlflash: Support AFU resetUma Krishnan1-0/+17
2018-04-18scsi: cxlflash: Register for translation errorsUma Krishnan2-2/+33