summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: mpt3sas: Remove unused including <linux/version.h>Samuel Zou2020-05-121-1/+0
| * scsi: mpt3sas: Fix double free warningsSuganath Prabu S2020-05-121-0/+2
| * scsi: megaraid_sas: Update driver version to 07.714.04.00-rc1Chandrakanth Patil2020-05-121-2/+2
| * scsi: megaraid_sas: TM command refire leads to controller firmware crashSumit Saxena2020-05-121-1/+6
| * scsi: megaraid_sas: Replace undefined MFI_BIG_ENDIAN macro with __BIG_ENDIAN_...Shivasharan S2020-05-122-5/+5
| * scsi: megaraid_sas: Remove IO buffer hole detection logicSumit Saxena2020-05-121-58/+0
| * scsi: megaraid_sas: Limit device queue depth to controller queue depthKashyap Desai2020-05-121-3/+3
| * scsi: ufs: Cleanup WriteBooster featureStanley Chu2020-05-121-13/+7
| * scsi: ufs-mediatek: Enable WriteBooster capabilityStanley Chu2020-05-121-0/+3
| * scsi: ufs: Add LU Dedicated buffer mode support for WriteBoosterStanley Chu2020-05-124-12/+66
| * scsi: ufs: Add "index" in parameter list of ufshcd_query_flag()Stanley Chu2020-05-123-15/+17
| * scsi: ufs-mediatek: Add fixup_dev_quirks vopsStanley Chu2020-05-121-3/+19
| * scsi: ufs: Export ufs_fixup_device_setup() functionStanley Chu2020-05-122-3/+8
| * scsi: ufs: Introduce fixup_dev_quirks vopsStanley Chu2020-05-122-2/+18
| * scsi: ufs: Enable WriteBooster on some pre-3.1 UFS devicesStanley Chu2020-05-122-25/+49
| * scsi: lpfc: Remove redundant initialization to variable rcColin Ian King2020-05-121-1/+1
| * scsi: ufs: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-121-1/+1
| * scsi: libsas: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-121-7/+7
| * scsi: qedi: Remove unused variable udev & uctrlXie XiuQi2020-05-121-5/+0
| * scsi: bfa: Make bfad_iocmd_ioc_get_stats() staticJason Yan2020-05-121-1/+1
| * scsi: aacraid: Use memdup_user() as a cleanupZou Wei2020-05-121-9/+3
| * scsi: lpfc: Update lpfc version to 12.8.0.1Dick Kennedy2020-05-081-1/+1
| * scsi: lpfc: Fix MDS Diagnostic Enablement definitionDick Kennedy2020-05-081-1/+1
| * scsi: lpfc: Fix noderef and address space warningsDick Kennedy2020-05-083-6/+8
| * scsi: lpfc: Remove unnecessary lockdep_assert_held callsDick Kennedy2020-05-082-23/+18
| * scsi: lpfc: Change default queue allocation for reduced memory consumptionDick Kennedy2020-05-084-76/+137
| * scsi: lpfc: Fix negation of else clause in lpfc_prep_node_fc4typeDick Kennedy2020-05-081-1/+0
| * scsi: lpfc: Remove re-binding of nvme rport during registrationDick Kennedy2020-05-081-32/+0
| * scsi: lpfc: Maintain atomic consistency of queue_claimed flagDick Kennedy2020-05-081-2/+2
| * scsi: mpt3sas: Disable DIF when prot_mask set to zeroSreekanth Reddy2020-05-081-2/+2
| * scsi: mpt3sas: Capture IOC data for debugging purposesSuganath Prabu2020-05-084-4/+179
| * scsi: mpt3sas: Use true, false for ioc->use_32bit_dmaJason Yan2020-05-081-1/+1
| * scsi: vmw_pvscsi: Use true, false for adapter->use_msgJason Yan2020-05-081-1/+1
| * scsi: fnic: Use true, false for fnic->internal_reset_inprogressJason Yan2020-05-081-3/+3
| * scsi: qedi: Remove comparison of 0/1 to bool variableJason Yan2020-05-081-2/+2
| * scsi: aacraid: Make some symbols staticZou Wei2020-05-082-4/+4
| * scsi: qla2xxx: Make qlafx00_process_aen() return voidJason Yan2020-05-082-5/+2
| * scsi: qla2xxx: Use true, false for ha->fw_dumpedJason Yan2020-05-086-11/+11
| * scsi: qla2xxx: Use true, false for need_mpi_resetJason Yan2020-05-081-2/+2
| * scsi: qla2xxx: Make qla_set_ini_mode() return voidJason Yan2020-05-081-4/+1
| * scsi: qla2xxx: Fix issue with adapter's stopping stateViacheslav Dubeyko2020-05-081-0/+2
| * scsi: qla2xxx: Fix failure message in qlt_disable_vha()Viacheslav Dubeyko2020-05-081-1/+6
| * scsi: qla2xxx: Fix warning after FC target resetViacheslav Dubeyko2020-05-081-0/+1
| * scsi: core: Remove 'list' entry from struct scsi_cmndHannes Reinecke2020-05-081-1/+0
| * scsi: scsi_debug: Disallow zone sizes that are not powers of 2Damien Le Moal2020-05-081-10/+7
| * scsi: scsi_debug: Implement ZBC host-aware emulationDamien Le Moal2020-05-051-45/+103
| * scsi: scsi_debug: Add zone_size_mb module parameterDamien Le Moal2020-05-051-5/+7
| * scsi: scsi_debug: Add zone_nr_conv module parameterDamien Le Moal2020-05-051-1/+12
| * scsi: scsi_debug: Add zone_max_open module parameterDamien Le Moal2020-05-051-3/+5
| * scsi: scsi_debug: Add ZBC module parameterDouglas Gilbert2020-05-051-3/+78