summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-08-02scsi: pm8001: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-08-02scsi: megaraid_sas: Remove redundant variable cmd_typeColin Ian King1-2/+1
2022-08-02scsi: FlashPoint: Remove redundant variable bm_int_stColin Ian King1-2/+2
2022-08-02scsi: zfcp: Fix missing auto port scan and thus missing target portsSteffen Maier3-13/+26
2022-08-02scsi: core: Call blk_mq_free_tag_set() earlierBart Van Assche1-5/+5
2022-08-02scsi: core: Simplify LLD module reference countingMing Lei2-12/+6
2022-08-02scsi: core: Make sure that hosts outlive targetsMing Lei2-0/+15
2022-08-02scsi: core: Make sure that targets outlive devicesBart Van Assche2-3/+19
2022-08-02scsi: ufs: ufs-pci: Correct check for RESET DSMDaniil Lunev1-4/+13
2022-08-02scsi: target: core: De-RCU of se_lun and se_lun aclDmitry Bogdanov5-47/+25
2022-08-02scsi: target: core: Fix race during ACL removalDmitry Bogdanov1-3/+0
2022-08-02scsi: ufs: core: Correct ufshcd_shutdown() flowPeter Wang1-5/+1
2022-08-02scsi: ufs: core: Increase the maximum data buffer sizeBart Van Assche1-0/+1
2022-08-02scsi: lpfc: Check the return value of alloc_workqueue()William Dean1-0/+2
2022-07-27scsi: target: Remove XDWRITEREAD emulated supportMike Christie1-99/+0
2022-07-27scsi: megaraid: Remove the static variable initialisationJason Wang1-1/+1
2022-07-27scsi: ch: Do not initialise statics to 0Xin Gao1-1/+1
2022-07-27scsi: ufs: core: Fix spelling mistake "Cannnot" -> "Cannot"Colin Ian King1-1/+1
2022-07-27scsi: target: iscsi: Do not require target authenticationDmitry Bogdanov2-6/+12
2022-07-27scsi: target: iscsi: Allow AuthMethod=NoneDmitry Bogdanov3-2/+15
2022-07-27scsi: target: iscsi: Support base64 in CHAPDmitry Bogdanov3-24/+94
2022-07-27scsi: target: iscsi: Add support for extended CDB AHSDmitry Bogdanov1-3/+52
2022-07-19scsi: target: iscsi: Fix clang -Wformat warningsJustin Stitt2-3/+3
2022-07-19scsi: ufs: core: Read device property for ref clockDaniil Lunev1-0/+16
2022-07-19scsi: libsas: Resume SAS host for phy reset or enable via sysfsXiang Chen1-0/+4
2022-07-19scsi: hisi_sas: Modify v3 HW SATA completion error processingXingui Yang1-1/+8
2022-07-19scsi: hisi_sas: Relocate DMA unmap of SMP taskXiang Chen4-7/+5
2022-07-19scsi: hisi_sas: Remove unnecessary variable to hold DMA map elementsXiang Chen1-25/+18
2022-07-19scsi: hisi_sas: Call hisi_sas_slave_configure() from slave_configure_v3_hw()John Garry1-4/+1
2022-07-19scsi: mpi3mr: Delete a stray tabDan Carpenter1-1/+1
2022-07-19scsi: mpi3mr: Unlock on error pathDan Carpenter1-1/+2
2022-07-19scsi: mpi3mr: Reduce VD queue depth on detecting throttlingSreekanth Reddy3-0/+136
2022-07-19scsi: mpi3mr: Resource Based MeteringSreekanth Reddy3-10/+280
2022-07-19scsi: sg: Allow waiting for commands to complete on removed deviceTony Battersby1-20/+33
2022-07-19scsi: qla2xxx: Update version to 10.02.07.800-kNilesh Javali1-2/+2
2022-07-19scsi: qla2xxx: Update manufacturer detailsBikash Hazarika2-2/+2
2022-07-19scsi: qla2xxx: Fix sparse warning for dport_dataNilesh Javali1-2/+2
2022-07-19scsi: qla2xxx: Fix discovery issues in FC-AL topologyArun Easi3-2/+35
2022-07-19scsi: qla2xxx: Fix imbalance vha->vref_countQuinn Tran1-0/+4
2022-07-19scsi: qla2xxx: edif: Fix dropped IKE messageQuinn Tran1-30/+24
2022-07-19scsi: qla2xxx: Fix response queue handler reading stale packetsArun Easi3-1/+35
2022-07-19scsi: qla2xxx: Zero undefined mailbox IN registersBikash Hazarika1-0/+2
2022-07-19scsi: qla2xxx: Fix incorrect display of max frame sizeBikash Hazarika4-9/+7
2022-07-19scsi: Revert "scsi: qla2xxx: Fix disk failure to rediscover"Nilesh Javali2-8/+2
2022-07-14scsi: smartpqi: Update version to 2.1.18-045Don Brace1-3/+3
2022-07-14scsi: smartpqi: Update copyright to current yearDon Brace6-6/+6
2022-07-14scsi: smartpqi: Add ctrl ready timeout module parameterKevin Barnett3-1/+33
2022-07-14scsi: smartpqi: Update deleting a LUN via sysfsKevin Barnett1-18/+30
2022-07-14scsi: smartpqi: Add module param to disable managed intsMike McGowen2-2/+13
2022-07-14scsi: smartpqi: Fix RAID map race conditionKevin Barnett1-39/+71