summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hosts.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-08scsi: mpt3sas: Added support for SAS Device Discovery Error Event.Chaitra P B2-0/+46
2018-05-08scsi: mpt3sas: Enhanced handling of Sense Buffer.Chaitra P B1-0/+56
2018-05-08scsi: mpt3sas: Optimize I/O memory consumption in driver.Chaitra P B1-29/+51
2018-05-08scsi: mpt3sas: Lockless access for chain buffers.Chaitra P B2-54/+65
2018-05-08scsi: mpt3sas: Pre-allocate RDPQ Array at driver boot time.Chaitra P B2-22/+38
2018-05-08scsi: mpt3sas: Bug fix for big endian systems.Chaitra P B6-63/+71
2018-05-02scsi: mpt3sas: fix spelling mistake: "disbale" -> "disable"Colin Ian King1-1/+1
2018-05-02scsi: megaraid_sas: fix spelling mistake: "disbale" -> "disable"Colin Ian King1-1/+1
2018-05-02scsi: esas2r: fix spelling mistake: "asynchromous" -> "asynchronous"Colin Ian King1-1/+1
2018-05-02scsi: isci: remove redundant check on in_connection_align_insertion_frequencyColin Ian King1-3/+0
2018-05-02scsi: a100u2w: Use module_pci_driverYueHaibing1-12/+1
2018-05-02scsi: wd719x: Use module_pci_driverYueHaibing1-12/+1
2018-05-02scsi: am53c974: Use module_pci_driverYueHaibing1-12/+1
2018-05-02scsi: scsi_transport_sas: don't bounce highmem pages for the smp handlerChristoph Hellwig1-4/+0
2018-04-21scsi: ips: fix firmware timestamps for 32-bitArnd Bergmann2-72/+17
2018-04-21scsi: esas2r: use ktime_get_real_seconds()Arnd Bergmann1-3/+2
2018-04-21scsi: mvumi: Using module_pci_driverYueHaibing1-19/+1
2018-04-21scsi: target: add driver-api documentRandy Dunlap3-1/+66
2018-04-21scsi: target: target_core_user.[ch]: convert comments into DOC:Randy Dunlap2-7/+12
2018-04-21scsi: target: target_core_transport.c: enable+fix kernel-docRandy Dunlap1-7/+10
2018-04-21scsi: target: target_core_transport.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2018-04-21scsi: st: Replace GFP_ATOMIC with GFP_KERNEL in new_tape_bufferJia-Ju Bai1-2/+2
2018-04-21scsi: st: Replace GFP_ATOMIC with GFP_KERNEL in st_probeJia-Ju Bai1-1/+1
2018-04-21scsi: devinfo: BLIST_RETRY_ASC_C1 for Fujitsu ETERNUSMartin Wilck3-1/+7
2018-04-21scsi: devinfo: add BLIST_RETRY_ITF for EMC SymmetrixMartin Wilck3-2/+9
2018-04-21scsi: devinfo: warn on undefined blist flagsMartin Wilck3-1/+28
2018-04-21scsi: devinfo: change blist_flag_t to 64bitMartin Wilck4-32/+40
2018-04-21scsi: devinfo: use const_ilog2 for array indicesMartin Wilck2-2/+2
2018-04-20scsi: ilog2: create truly constant version for sparseMartin Wilck1-11/+24
2018-04-20scsi: storvsc: Select channel based on available percentage of ring buffer to...Long Li1-18/+72
2018-04-19scsi: target: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-04-19scsi: target: prefer dbroot of /etc/target over /var/targetLee Duncan2-0/+26
2018-04-19scsi: mptfc: fix spelling mistake in macro namesColin Ian King2-3/+3
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-19scsi: scsi_dh: replace too broad "TP9" string with the exact modelsXose Vazquez Perez1-1/+4
2018-04-19scsi: devinfo: delete duplicate "Generic"/"USB Storage-SMC" deviceXose Vazquez Perez1-2/+1
2018-04-19scsi: lpfc: update driver version to 12.0.0.2James Smart1-1/+1
2018-04-19scsi: lpfc: Correct missing remoteport registration during link bouncesJames Smart2-4/+5
2018-04-19scsi: lpfc: Fix NULL pointer reference when resetting adapterJames Smart1-16/+20
2018-04-19scsi: lpfc: Fix nvme remoteport registration race conditionsJames Smart1-2/+14
2018-04-19scsi: lpfc: Fix driver not recovering NVME rports during target link faultsJames Smart3-3/+15
2018-04-19scsi: lpfc: Fix WQ/CQ creation for older asic's.James Smart3-0/+28
2018-04-19scsi: lpfc: Fix NULL pointer access in lpfc_nvme_info_showJames Smart4-10/+31
2018-04-19scsi: lpfc: Fix lingering lpfc_wq resource after driver unloadJames Smart1-3/+8
2018-04-19scsi: lpfc: Fix Abort request WQ selectionJames Smart2-13/+13