summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-1115-97/+118
|\
| * scsi: core: don't preallocate small SGL in case of NO_SG_CHAINMing Lei2019-06-201-1/+5
| * scsi: core: avoid preallocating big SGL for dataMing Lei2019-06-201-6/+9
| * scsi: core: avoid preallocating big SGL for protection informationMing Lei2019-06-201-3/+11
| * scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei2019-06-201-4/+6
| * scsi: esp: use sg helper to iterate over scatterlistMing Lei2019-06-202-7/+15
| * scsi: NCR5380: use sg helper to iterate over scatterlistFinn Thain2019-06-201-23/+18
| * scsi: wd33c93: use sg helper to iterate over scatterlistMing Lei2019-06-201-1/+1
| * scsi: ppa: use sg helper to iterate over scatterlistMing Lei2019-06-201-1/+1
| * scsi: pcmcia: nsp_cs: use sg helper to iterate over scatterlistMing Lei2019-06-201-2/+2
| * scsi: imm: use sg helper to iterate over scatterlistMing Lei2019-06-201-1/+1
| * scsi: aha152x: use sg helper to iterate over scatterlistFinn Thain2019-06-201-23/+23
| * scsi: pmcraid: use sg helper to iterate over scatterlistMing Lei2019-06-201-7/+7
| * scsi: ipr: use sg helper to iterate over scatterlistMing Lei2019-06-201-13/+16
| * scsi: mvumi: use sg helper to iterate over scatterlistMing Lei2019-06-201-6/+5
| * scsi: lpfc: use sg helper to iterate over scatterlistMing Lei2019-06-201-2/+1
| * scsi: advansys: use sg helper to iterate over scatterlistMing Lei2019-06-201-1/+1
| * scsi: vmw_pscsi: use sg helper to iterate over scatterlistMing Lei2019-06-201-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-11109-8474/+5144
|\ \
| * | scsi: qla2xxx: move IO flush to the front of NVME rport unregistrationQuinn Tran2019-06-274-21/+12
| * | scsi: qla2xxx: Fix NVME cmd and LS cmd timeout race conditionQuinn Tran2019-06-273-50/+117
| * | scsi: qla2xxx: on session delete, return nvme cmdQuinn Tran2019-06-271-9/+19
| * | scsi: qla2xxx: Fix kernel crash after disconnecting NVMe devicesArun Easi2019-06-274-30/+10
| * | scsi: megaraid_sas: Update driver version to 07.710.06.00-rc1Chandrakanth Patil2019-06-271-2/+2
| * | scsi: megaraid_sas: Introduce various Aero performance modesChandrakanth Patil2019-06-273-15/+81
| * | scsi: megaraid_sas: Use high IOPS queues based on IO workloadChandrakanth Patil2019-06-274-2/+19
| * | scsi: megaraid_sas: Set affinity for high IOPS reply queuesChandrakanth Patil2019-06-271-0/+22
| * | scsi: megaraid_sas: Enable coalescing for high IOPS queuesChandrakanth Patil2019-06-272-1/+9
| * | scsi: megaraid_sas: Add support for High IOPS queuesChandrakanth Patil2019-06-273-17/+135
| * | scsi: megaraid_sas: Add support for MPI toolbox commandsChandrakanth Patil2019-06-273-2/+72
| * | scsi: megaraid_sas: Offload Aero RAID5/6 division calculations to driverChandrakanth Patil2019-06-274-10/+108
| * | scsi: megaraid_sas: RAID1 PCI bandwidth limit algorithm is applicable for onl...Chandrakanth Patil2019-06-273-12/+17
| * | scsi: megaraid_sas: megaraid_sas: Add check for count returned by HOST_DEVICE...Chandrakanth Patil2019-06-271-0/+3
| * | scsi: megaraid_sas: Handle sequence JBOD map failure at driver levelChandrakanth Patil2019-06-273-38/+55
| * | scsi: megaraid_sas: Don't send FPIO to RL Bypass queueChandrakanth Patil2019-06-271-4/+0
| * | scsi: megaraid_sas: In probe context, retry IOC INIT once if firmware is in f...Chandrakanth Patil2019-06-271-2/+23
| * | scsi: megaraid_sas: Release Mutex lock before OCR in case of DCMD timeoutChandrakanth Patil2019-06-271-0/+13
| * | scsi: megaraid_sas: Call disable_irq from process IRQ pollChandrakanth Patil2019-06-272-1/+12
| * | scsi: megaraid_sas: Remove few debug counters from IO pathChandrakanth Patil2019-06-272-10/+0
| * | scsi: megaraid_sas: Add support for Non-secure Aero PCI IDsChandrakanth Patil2019-06-272-0/+29
| * | scsi: megaraid_sas: Add 32 bit atomic descriptor support to AERO adaptersChandrakanth Patil2019-06-272-9/+39
| * | scsi: pm80xx: Modified the logic to collect IOP event logsDeepak Ukey2019-06-271-16/+17
| * | scsi: pm80xx: Event log size through sysfsDeepak Ukey2019-06-271-0/+19
| * | scsi: mpt3sas: Fix msix load balance on and off settingsSreekanth Reddy2019-06-261-5/+18
| * | scsi: mpt3sas: Determine smp affinity on per HBA basisSreekanth Reddy2019-06-262-4/+7
| * | scsi: mpt3sas: Use configured PCIe link speed, not maxSreekanth Reddy2019-06-261-9/+4
| * | scsi: mpt3sas: Remove CPU arch check to determine perf_modeSreekanth Reddy2019-06-261-15/+1
| * | scsi: bnx2fc: fix bnx2fc_cmd refcount imbalance in send_srrLin Yi2019-06-261-1/+1
| * | scsi: bnx2fc: fix bnx2fc_cmd refcount imbalance in send_recLin Yi2019-06-261-1/+1
| * | scsi: bnx2fc: Update the driver version to 2.12.10Saurav Kashyap2019-06-261-1/+1