summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: ufs: host: ufs-exynos: Use already existing definitionAlim Akhtar2022-06-172-3/+3
* scsi: ufs: host: ufs-exynos: Remove unused definesAlim Akhtar2022-06-171-10/+0
* scsi: pm8001: Expose hardware queues for pm80xxJohn Garry2022-06-173-18/+69
* scsi: pm8001: Use non-atomic bitmap ops for tag alloc + freeJohn Garry2022-06-171-3/+7
* scsi: pm8001: Set up tags before using themJohn Garry2022-06-174-11/+24
* scsi: pm8001: Rework shost initial valuesJohn Garry2022-06-171-4/+1
* scsi: ufs: exynos: Constify driver dataKrzysztof Kozlowski2022-06-171-5/+4
* scsi: lpfc: Use memset_startat() helper in lpfc_nvmet_xmt_fcp_op_cmp()Xiu Jianfeng2022-06-171-4/+2
* scsi: target: iscsi: Fix NULL pointer dereference in iscsi_conn_auth_required()Yang Li2022-06-171-2/+1
* scsi: MAINTAINERS: Add maintainer for Renesas UFS driverYoshihiro Shimoda2022-06-141-0/+7
* scsi: ufs: ufs-renesas: Add support for Renesas R-Car UFS controllerYoshihiro Shimoda2022-06-143-0/+425
* scsi: ufs: core: Add UFSHCD_QUIRK_HIBERN_FASTAUTOYoshihiro Shimoda2022-06-142-2/+13
* scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESSYoshihiro Shimoda2022-06-142-0/+8
* scsi: dt-bindings: ufs: Document Renesas R-Car UFS host controllerYoshihiro Shimoda2022-06-141-0/+61
* scsi: ufs: host: ufs-exynos: Add support for FSD UFS HCIAlim Akhtar2022-06-142-0/+141
* scsi: ufs: host: ufs-exynos: Add mphy apb clock maskAlim Akhtar2022-06-141-1/+2
* scsi: dt-bindings: ufs: exynos-ufs: Add FSD compatibleAlim Akhtar2022-06-141-0/+1
* scsi: libsas: Introduce struct smp_rps_respDamien Le Moal2022-06-105-11/+7
* scsi: libsas: Introduce struct smp_rg_respDamien Le Moal2022-06-102-18/+21
* scsi: libsas: Introduce struct smp_disc_respDamien Le Moal2022-06-102-34/+26
* scsi: qla2xxx: Update version to 10.02.07.600-kNilesh Javali2022-06-101-2/+2
* scsi: qla2xxx: edif: Fix slow session teardownQuinn Tran2022-06-101-14/+20
* scsi: qla2xxx: edif: Reduce N2N thrashing at app_start timeQuinn Tran2022-06-101-13/+34
* scsi: qla2xxx: edif: Fix no logout on delete for N2NQuinn Tran2022-06-101-0/+3
* scsi: qla2xxx: edif: Fix session thrashQuinn Tran2022-06-103-2/+14
* scsi: qla2xxx: edif: Tear down session if keys have been removedQuinn Tran2022-06-102-0/+6
* scsi: qla2xxx: edif: Fix no login after app startQuinn Tran2022-06-101-0/+1
* scsi: qla2xxx: edif: Reduce disruption due to multiple app startQuinn Tran2022-06-101-2/+2
* scsi: qla2xxx: edif: Send LOGO for unexpected IKE messageQuinn Tran2022-06-102-3/+18
* scsi: qla2xxx: edif: Fix I/O timeout due to over-subscriptionQuinn Tran2022-06-101-0/+7
* scsi: core: iscsi: Directly use ida_alloc()/ida_free()keliu2022-06-082-5/+5
* scsi: target: iscsi: Control authentication per ACLDmitry Bogdanov2022-06-084-1/+41
* scsi: target: iscsi: Extract auth functionsDmitry Bogdanov2022-06-081-48/+92
* scsi: target: iscsi: Add upcast helpersDmitry Bogdanov2022-06-084-62/+49
* scsi: qla2xxx: Update version to 10.02.07.500-kNilesh Javali2022-06-081-2/+2
* scsi: qla2xxx: edif: Fix n2n login retry for secure deviceQuinn Tran2022-06-081-0/+7
* scsi: qla2xxx: edif: Fix n2n discovery issue with secure targetQuinn Tran2022-06-081-0/+3
* scsi: qla2xxx: edif: Remove old doorbell interfaceQuinn Tran2022-06-083-81/+0
* scsi: qla2xxx: edif: Add retry for ELS passthroughQuinn Tran2022-06-082-16/+38
* scsi: qla2xxx: edif: Synchronize NPIV deletion with authentication applicationQuinn Tran2022-06-082-1/+7
* scsi: qla2xxx: edif: Fix potential stuck session in sa updateQuinn Tran2022-06-081-3/+14
* scsi: qla2xxx: edif: Add bsg interface to read doorbell eventsQuinn Tran2022-06-084-73/+195
* scsi: qla2xxx: edif: Wait for app to ack on sess downQuinn Tran2022-06-084-33/+74
* scsi: qla2xxx: edif: bsg refactorQuinn Tran2022-06-082-43/+79
* scsi: qla2xxx: edif: Reduce Initiator-Initiator thrashingQuinn Tran2022-06-085-37/+120
* Linux 5.19-rc1v5.19-rc1Linus Torvalds2022-06-061-2/+2
* Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-063-6/+4
|\
| * fix the breakage in close_fd_get_file() calling conventions changeAl Viro2022-06-053-6/+4
* | Merge tag 'mm-hotfixes-stable-2022-06-05' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-067-35/+50
|\ \
| * | mm/oom_kill.c: fix vm_oom_kill_table[] ifdefferyAndrew Morton2022-06-021-29/+29