summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | scsi: mvsas: fully convert to the generic DMA APIChristoph Hellwig2018-10-172-24/+9
| * | | | scsi: mvumi: switch to generic DMA APIChristoph Hellwig2018-10-171-53/+36
| * | | | scsi: mpt3sas: switch to generic DMA APIChristoph Hellwig2018-10-173-58/+61
| * | | | scsi: megaraid_sas: switch to generic DMA APIChristoph Hellwig2018-10-172-83/+83
| * | | | scsi: megaraid_mbox: switch to generic DMA APIChristoph Hellwig2018-10-171-26/+25
| * | | | scsi: hpsa: switch to generic DMA APIChristoph Hellwig2018-10-171-67/+69
| * | | | scsi: fnic: switch to generic DMA APIChristoph Hellwig2018-10-174-75/+49
| * | | | scsi: csiostor: switch to generic DMA APIChristoph Hellwig2018-10-174-22/+20
| * | | | scsi: be2iscsi: switch to generic DMA APIChristoph Hellwig2018-10-174-64/+58
| * | | | scsi: atp870u: switch to generic DMA APIChristoph Hellwig2018-10-171-3/+3
| * | | | scsi: a100u2w: switch to generic DMA APIChristoph Hellwig2018-10-171-7/+13
| * | | | scsi: BusLogic: switch to generic DMA APIChristoph Hellwig2018-10-171-17/+19
| * | | | scsi: 3w-sas: fully convert to the generic DMA APIChristoph Hellwig2018-10-171-21/+17
| * | | | scsi: 3w-xxx: fully convert to the generic DMA APIChristoph Hellwig2018-10-172-7/+14
| * | | | scsi: 3w-9xxx: fully convert to the generic DMA APIChristoph Hellwig2018-10-171-26/+24
| * | | | scsi: aic94xx: fully convert to the generic DMA APIChristoph Hellwig2018-10-172-30/+25
| * | | | scsi: esp_scsi: Optimize PIO loopsFinn Thain2018-10-171-6/+6
| * | | | scsi: esp_scsi: De-duplicate PIO routinesFinn Thain2018-10-175-365/+179
| * | | | scsi: esp_scsi: Eliminate ESP_FLAG_DOING_SLOWCMDFinn Thain2018-10-172-36/+24
| * | | | scsi: esp_scsi: Grant disconnect privilege for untagged commandsFinn Thain2018-10-171-10/+1
| * | | | scsi: esp_scsi: Track residual for PIO transfersFinn Thain2018-10-173-0/+5
| * | | | scsi: zorro_esp: Limit DMA transfers to 65535 bytesFinn Thain2018-10-171-7/+1
| * | | | scsi: dc395x: use generic DMA APIChristoph Hellwig2018-10-171-22/+15
| * | | | scsi: dc395x: fix DMA API usage in sg_update_listChristoph Hellwig2018-10-171-0/+5
| * | | | scsi: dc395x: fix dma API usage in srb_doneChristoph Hellwig2018-10-171-5/+2
| * | | | scsi: dc395x: simplify list handlingChristoph Hellwig2018-10-171-126/+26
| * | | | scsi: myrs: Add Mylex RAID controller (SCSI interface)Hannes Reinecke2018-10-174-0/+4417
| * | | | scsi: myrb: Add Mylex RAID controller (block interface)Hannes Reinecke2018-10-174-0/+4630
| * | | | scsi: advansys: remove unused variable 'srb_tag' in adv_isr_callbackYueHaibing2018-10-171-2/+0
| * | | | scsi: core: Remove scsi_block_when_processing_errors: messageLaurence Oberman2018-10-171-3/+0
| * | | | scsi: ibmvscsi_tgt: Remove target_wait_for_sess_cmd()Bryant G. Ly2018-10-171-1/+0
| * | | | scsi: ufs: Schedule clk gating work on correct queueEvan Green2018-10-171-2/+3
| * | | | scsi: lpfc: Remove set but not used variables 'tgtp'YueHaibing2018-10-161-2/+0
| * | | | scsi: aic94xx: mark expected switch fall-throughsGustavo A. R. Silva2018-10-161-0/+5
| * | | | scsi: iscsi_tcp: Explicitly cast param in iscsi_sw_tcp_host_get_paramNathan Chancellor2018-10-161-1/+2
| * | | | scsi: lpfc: Remove set but not used variable 'psli'YueHaibing2018-10-161-2/+0
| * | | | scsi: bfa: Avoid implicit enum conversion in bfad_im_post_vendor_eventNathan Chancellor2018-10-162-2/+2
| * | | | scsi: isci: Change sci_controller_start_task's return type to sci_statusNathan Chancellor2018-10-163-7/+7
| * | | | scsi: isci: Use proper enumerated type in atapi_d2h_reg_frame_handlerNathan Chancellor2018-10-161-2/+2
| * | | | scsi: lpfc: Remove set but not used variables 'fc_hdr' and 'hw_page_size'YueHaibing2018-10-161-7/+0
| * | | | scsi: cxgb4i: add DCB support for iSCSI connectionsVarun Prakash2018-10-162-1/+156
| * | | | scsi: megaraid_mbox: remove set but not used variablesYueHaibing2018-10-161-27/+0
| * | | | scsi: qla2xxx: Simplify conditional checkNathan Chancellor2018-10-161-2/+2
| * | | | scsi: bfa: Remove unused functionsNathan Chancellor2018-10-162-117/+0
| * | | | scsi: qla2xxx: Remove unnecessary self assignmentNathan Chancellor2018-10-161-1/+0
| * | | | scsi: arcmsr: Remove set but not used variables 'id, lun'YueHaibing2018-10-161-3/+0
| * | | | scsi: megaraid_sas: fix a missing-check bugWenwen Wang2018-10-161-0/+3
| * | | | scsi: be2iscsi: fix spelling mistake "Retreiving" -> "Retrieving"Colin Ian King2018-10-161-1/+1
| * | | | scsi: lpfc: fix spelling mistake "Resrouce" -> "Resource"Colin Ian King2018-10-161-1/+1
| * | | | scsi: hisi_sas: Fix spin lock management in slot_index_alloc_quirk_v2_hw()John Garry2018-10-161-1/+3
OpenPOWER on IntegriCloud