summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | scsi: fnic: use 64-bit timestampsArnd Bergmann2018-01-223-32/+32
| * | | | | | | scsi: qedf: Fix error return code in __qedf_probe()Wei Yongjun2018-01-221-0/+3
| * | | | | | | scsi: devinfo: fix format of the device listXose Vazquez Perez2018-01-221-4/+3
| * | | | | | | scsi: qla2xxx: Update driver version to 10.00.00.05-khimanshu.madhani@cavium.com2018-01-221-1/+1
| * | | | | | | scsi: qla2xxx: Add XCB counters to debugfsAnil Gurumurthy2018-01-221-0/+9
| * | | | | | | scsi: qla2xxx: Fix queue ID for async abort with MultiqueueDarren Trapp2018-01-223-2/+15
| * | | | | | | scsi: qla2xxx: Fix warning for code intentation in __qla24xx_handle_gpdb_event()himanshu.madhani@cavium.com2018-01-171-1/+1
| * | | | | | | scsi: qla2xxx: Fix warning during port_name debug printhimanshu.madhani@cavium.com2018-01-171-1/+1
| * | | | | | | scsi: qla2xxx: Fix warning in qla2x00_async_iocb_timeout()himanshu.madhani@cavium.com2018-01-171-0/+4
| * | | | | | | scsi: qla2xxx: Fix recursion while sending terminate exchangehimanshu.madhani@cavium.com2018-01-171-1/+1
| * | | | | | | scsi: qla2xxx: Fix NULL pointer crash due to probe failurehimanshu.madhani@cavium.com2018-01-171-4/+4
| * | | | | | | scsi: storvsc: missing error code in storvsc_probe()Dan Carpenter2018-01-171-1/+3
| * | | | | | | scsi: mpt3sas: make function _get_st_from_smid staticColin Ian King2018-01-171-1/+1
| * | | | | | | scsi: hisi_sas: make local symbol host_attrs staticWei Yongjun2018-01-171-1/+1
| * | | | | | | scsi: scsi_debug: delay stress fixDouglas Gilbert2018-01-171-26/+46
| * | | | | | | scsi: fnic: use kzalloc in fnic_fcoe_process_vlan_respRasmus Villemoes2018-01-171-3/+1
| * | | | | | | 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
| * | | | | | | scsi: core: Change third __scsi_queue_insert() argument from int to boolBart Van Assche2018-01-101-4/+4
| * | | | | | | scsi: aacraid: Delay for rescan worker needs to be 10 secondsRaghava Aditya Renukunta2018-01-101-1/+1
| * | | | | | | scsi: aacraid: Get correct lun countRaghava Aditya Renukunta2018-01-101-1/+1
| * | | | | | | scsi: scsi_dh_alua: skip RTPG for devices only supporting active/optimizedHannes Reinecke2018-01-101-9/+28
| * | | | | | | scsi: bfa: use ARRAY_SIZE for array sizing calculation on array __pciidsColin Ian King2018-01-101-1/+1
| * | | | | | | scsi: qla2xxx: remove redundant assignment of dColin Ian King2018-01-101-1/+1
| * | | | | | | scsi: qedi: Use zeroing allocator instead of allocator/memsetHimanshu Jha2018-01-101-27/+15
| * | | | | | | scsi: bnx2fc: Use zeroing allocator rather than allocator/memsetHimanshu Jha2018-01-102-64/+47
| * | | | | | | scsi: hisi_sas: Change frame type for SET MAX commandschenxiang2018-01-104-5/+22
| * | | | | | | scsi: smartpqi: allow static build ("built-in")Steffen Weber2018-01-101-1/+1
| * | | | | | | scsi: scsi_debug: add resp_write_scat functionDouglas Gilbert2018-01-101-3/+176
| * | | | | | | scsi: scsi_debug: ARRAY_SIZE and FF_MEDIA_IODouglas Gilbert2018-01-101-73/+90
| * | | | | | | scsi: scsi_debug: do_device_access add sg offset argumentDouglas Gilbert2018-01-101-7/+8
| * | | | | | | scsi: scsi_debug: fix group_number maskDouglas Gilbert2018-01-101-14/+14
| * | | | | | | scsi: scsi_debug: tab, kstrto changesDouglas Gilbert2018-01-101-87/+87
| * | | | | | | scsi: mpt3sas: lockless command submissionSuganath Prabu Subramani2018-01-105-221/+124
| * | | | | | | scsi: mpt3sas: simplify _wait_for_commands_to_complete()Hannes Reinecke2018-01-101-10/+4
| * | | | | | | scsi: mpt3sas: simplify mpt3sas_scsi_issue_tm()Hannes Reinecke2018-01-103-75/+41
| * | | | | | | scsi: mpt3sas: simplify task management functionsHannes Reinecke2018-01-101-81/+7
| * | | | | | | scsi: mpt3sas: always use first reserved smid for ioctl passthroughHannes Reinecke2018-01-102-14/+15
| * | | | | | | scsi: mpt3sas: check command status before attempting abortHannes Reinecke2018-01-101-3/+8
OpenPOWER on IntegriCloud