aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-22scsi: arcmsr: avoid do_gettimeofdayArnd Bergmann1-27/+10
2018-01-22scsi: qedi: Drop cqe response during connection recoveryManish Rangankar1-1/+3
2018-01-22scsi: fas216: fix sense buffer initializationArnd Bergmann1-1/+1
2018-01-22scsi: ibmvfc: Remove unneeded semicolonsChristopher Díaz Riveros1-17/+17
2018-01-22scsi: hisi_sas: fix a bug in hisi_sas_dev_gone()Xiang Chen1-1/+0
2018-01-22scsi: hisi_sas: directly attached disk LED feature for v2 hwXiaofei Tan3-0/+62
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-22scsi: fnic: use 64-bit timestampsArnd Bergmann3-32/+32
2018-01-22scsi: qedf: Fix error return code in __qedf_probe()Wei Yongjun1-0/+3
2018-01-22scsi: devinfo: fix format of the device listXose Vazquez Perez1-4/+3
2018-01-22scsi: qla2xxx: Update driver version to 10.00.00.05-khimanshu.madhani@cavium.com1-1/+1
2018-01-22scsi: qla2xxx: Add XCB counters to debugfsAnil Gurumurthy1-0/+9
2018-01-22scsi: qla2xxx: Fix queue ID for async abort with MultiqueueDarren Trapp3-2/+15
2018-01-19Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+15
2018-01-17scsi: qla2xxx: Fix warning for code intentation in __qla24xx_handle_gpdb_event()himanshu.madhani@cavium.com1-1/+1
2018-01-17scsi: qla2xxx: Fix warning during port_name debug printhimanshu.madhani@cavium.com1-1/+1
2018-01-17scsi: qla2xxx: Fix warning in qla2x00_async_iocb_timeout()himanshu.madhani@cavium.com1-0/+4
2018-01-17scsi: qla2xxx: Fix recursion while sending terminate exchangehimanshu.madhani@cavium.com1-1/+1
2018-01-17scsi: qla2xxx: Fix NULL pointer crash due to probe failurehimanshu.madhani@cavium.com1-4/+4
2018-01-17scsi: storvsc: missing error code in storvsc_probe()Dan Carpenter1-1/+3
2018-01-17scsi: mpt3sas: make function _get_st_from_smid staticColin Ian King1-1/+1
2018-01-17scsi: hisi_sas: make local symbol host_attrs staticWei Yongjun1-1/+1
2018-01-17scsi: scsi_debug: delay stress fixDouglas Gilbert1-26/+46
2018-01-17scsi: fnic: use kzalloc in fnic_fcoe_process_vlan_respRasmus Villemoes1-3/+1
2018-01-15scsi: Define usercopy region in scsi_sense_cache slab cacheDavid Windsor1-4/+5
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
2018-01-10scsi: core: Change third __scsi_queue_insert() argument from int to boolBart Van Assche1-4/+4
2018-01-10scsi: aacraid: Delay for rescan worker needs to be 10 secondsRaghava Aditya Renukunta1-1/+1
2018-01-10scsi: aacraid: Get correct lun countRaghava Aditya Renukunta1-1/+1
2018-01-10scsi: scsi_dh_alua: skip RTPG for devices only supporting active/optimizedHannes Reinecke1-9/+28
2018-01-10scsi: bfa: use ARRAY_SIZE for array sizing calculation on array __pciidsColin Ian King1-1/+1
2018-01-10scsi: qla2xxx: remove redundant assignment of dColin Ian King1-1/+1
2018-01-10scsi: qedi: Use zeroing allocator instead of allocator/memsetHimanshu Jha1-27/+15
2018-01-10scsi: bnx2fc: Use zeroing allocator rather than allocator/memsetHimanshu Jha2-64/+47
2018-01-10scsi: hisi_sas: Change frame type for SET MAX commandschenxiang4-5/+22
2018-01-10scsi: smartpqi: allow static build ("built-in")Steffen Weber1-1/+1
2018-01-10scsi: scsi_debug: add resp_write_scat functionDouglas Gilbert1-3/+176