linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-13 09:41:30 to 2022-06-16 05:37:47 UTC [more...]

[PATCH v5 00/11] scsi: ufs: Fix PMC and low-power mode on MediaTek UFS platforms
 2022-06-16  5:37 UTC  (5+ messages)
` [PATCH v5 06/11] scsi: ufs-mediatek: Support low-power mode for VCCQ
` [PATCH v5 07/11] scsi: ufs-mediatek: Support flexible parameters for smc calls
` [PATCH v5 09/11] scsi: ufs: Export regulator functions
` [PATCH v5 11/11] scsi: ufs-mediatek: Disable unused VCCQx power rails

[PATCH v2 00/11] qla2xxx bug fixes
 2022-06-16  5:35 UTC  (12+ messages)
` [PATCH v2 01/11] qla2xxx: Fix excessive IO error messages by default
` [PATCH v2 02/11] qla2xxx: Add a new v2 dport diagnostic feature
` [PATCH v2 03/11] qla2xxx: Wind down adapter after pcie error
` [PATCH v2 04/11] qla2xxx: Turn off multi-queue for 8G adapter
` [PATCH v2 05/11] qla2xxx: Fix crash due to stale srb access around IO timeouts
` [PATCH v2 06/11] qla2xxx: Fix losing FCP-2 targets during port perturbation tests
` [PATCH v2 07/11] qla2xxx: Fix losing target when it reappears during delete
` [PATCH v2 08/11] qla2xxx: Add debug prints in the device remove path
` [PATCH v2 09/11] qla2xxx: Fix losing FCP-2 targets on long port disable with IOs
` [PATCH v2 10/11] qla2xxx: Fix erroneous mailbox timeout after pci error inject
` [PATCH v2 11/11] qla2xxx: Update version to 10.02.07.700-k

[PATCH 00/11] qla2xxx bug fixes
 2022-06-16  5:29 UTC  (13+ messages)
` [PATCH 01/11] qla2xxx: Fix excessive IO error messages by default
` [PATCH 02/11] qla2xxx: Add a new v2 dport diagnostic feature
` [PATCH 03/11] qla2xxx: Wind down adapter after pcie error
` [PATCH 04/11] qla2xxx: Turn off multi-queue for 8G adapter
` [PATCH 05/11] qla2xxx: Fix crash due to stale srb access around IO timeouts
` [PATCH 06/11] qla2xxx: Fix losing FCP-2 targets during port perturbation tests
` [PATCH 07/11] qla2xxx: Fix losing target when it reappears during delete
` [PATCH 08/11] qla2xxx: Add debug prints in the device remove path
` [PATCH 09/11] qla2xxx: Fix losing FCP-2 targets on long port disable with IOs
` [PATCH 10/11] qla2xxx: Fix erroneous mailbox timeout after pci error inject
` [PATCH 11/11] qla2xxx: Update version to 10.02.07.700-k

blktests failures with v5.19-rc1
 2022-06-16  4:42 UTC  (15+ messages)

[PATCH RFC v2 00/18] blk-mq/libata/scsi: SCSI driver tagging improvements
 2022-06-16  2:47 UTC  (29+ messages)
` [PATCH RFC v2 01/18] blk-mq: Add a flag for reserved requests
` [PATCH RFC v2 02/18] scsi: core: Resurrect scsi_{get,free}_host_dev()
` [PATCH RFC v2 03/18] scsi: core: Implement reserved command handling
` [PATCH RFC v2 04/18] scsi: core: Add support to send reserved commands
` [PATCH RFC v2 07/18] libata-scsi: Add ata_internal_queuecommand()

[PATCH v3] scsi: support packing multi-segment in UNMAP command
 2022-06-16  1:38 UTC  (3+ messages)

[PATCH v2] scsi: support packing multi-segment in UNMAP command
 2022-06-16  1:37 UTC  (3+ messages)

[PATCH v4] scsi: support packing multi-segment in UNMAP command
 2022-06-16  1:36 UTC 

[PATCH] scsi: qla2xxx: Simplify the calculation of variables
 2022-06-16  1:21 UTC 

[PATCH 1/3] ufs: host: ufs-exynos: remove unused defines
 2022-06-16  0:11 UTC  (6+ messages)
    ` [PATCH 2/3] ufs: host: ufs-exynos: use already existing define
    ` [PATCH 3/3] include: ufs: re-arrange addresses in increasing order

Hi
 2022-06-15 21:59 UTC 

[PATCH] scsi: iscsi: prefer xmit of DataOut before new cmd
 2022-06-15 18:57 UTC  (3+ messages)

[PATCH v4 00/10] csi: ufs: Fix PMC and low-power mode on MediaTek UFS platforms
 2022-06-15 16:44 UTC  (13+ messages)
` [PATCH v4 01/10] scsi: ufs: Export ufshcd_uic_change_pwr_mode()
` [PATCH v4 02/10] scsi: ufs: Fix ADAPT logic for HS-G5
` [PATCH v4 03/10] scsi: ufs-mediatek: Introduce workaround for power mode change
` [PATCH v4 04/10] scsi: ufs-mediatek: Fix the timing of configuring device regulators
` [PATCH v4 05/10] scsi: ufs-mediatek: Prevent device regulators setting as LPM incorrectly
` [PATCH v4 06/10] scsi: ufs-mediatek: Support low-power mode for VCCQ
` [PATCH v4 07/10] scsi: ufs-mediatek: Support flexible parameters for smc calls
` [PATCH v4 08/10] scsi: ufs-mediatek: Support low-power mode for parents of VCCQx
` [PATCH v4 09/10] scsi: ufs: Export regulator functions
` [PATCH v4 10/10] scsi: ufs-mediatek: Support multiple VCC sources

[PATCH 0/2] Fixes for device probing on flaky connections
 2022-06-15 16:41 UTC  (3+ messages)
` [PATCH 1/2] scsi: add BLIST_RETRY_SCAN to ignore errors during scanning
` [PATCH 2/2] scsi: scan: retry INQUIRY after timeout

[PATCH 0/5] kallsyms: make kallsym APIs more safe with scnprintf
 2022-06-15  8:01 UTC  (4+ messages)

[PATCH v6 0/7] treewide: ufs: Add support for Renesas R-Car UFS controller
 2022-06-15  7:20 UTC  (8+ messages)
` [PATCH v6 6/7] arm64: dts: renesas: r8a779f0: Add UFS node
` [PATCH v6 7/7] arm64: dts: renesas: r8a779f0: spider-cpu: Enable UFS device

[PATCH v3 00/10] scsi: ufs: Fix PMC and low-power mode on MediaTek UFS platforms
 2022-06-15  3:49 UTC  (17+ messages)
` [PATCH v3 01/10] scsi: ufs: Export ufshcd_uic_change_pwr_mode()
` [PATCH v3 02/10] scsi: ufs: Fix ADAPT logic for HS-G5
` [PATCH v3 03/10] scsi: ufs-mediatek: Introduce workaround for power mode change
` [PATCH v3 04/10] scsi: ufs-mediatek: Fix the timing of configuring device regulators
` [PATCH v3 05/10] scsi: ufs-mediatek: Prevent device regulators setting as LPM incorrectly
` [PATCH v3 06/10] scsi: ufs-mediatek: Support low-power mode for VCCQ
` [PATCH v3 07/10] scsi: ufs-mediatek: Support flexible parameters for smc calls
` [PATCH v3 08/10] scsi: ufs-mediatek: Support low-power mode for parents of VCCQx
` [PATCH v3 09/10] scsi: ufs: Export regulator functions
` [PATCH v3 10/10] scsi: ufs-mediatek: Support multiple VCC sources

[linux-next] [5.19.0-rc1] kernel crashes while performing driver bind/unbind test with SLUB_DEBUG enabled
 2022-06-15  0:50 UTC  (2+ messages)

[PATCH v4 0/6] Add support for UFS controller found in FSD SoC
 2022-06-14 16:13 UTC  (8+ messages)
    ` [PATCH v4 2/6] phy: samsung-ufs: move cdr offset to drvdata
    ` [PATCH v4 3/6] phy: samsung-ufs: add support for FSD ufs phy driver
    ` [PATCH v4 5/6] ufs: host: ufs-exynos: add mphy apb clock mask

[PATCH v3] scsi: storvsc: Correct reporting of Hyper-V I/O size limits
 2022-06-14 14:09 UTC  (2+ messages)

[PATCH 00/10] scsi: Replace tasklets as BH
 2022-06-14 13:34 UTC  (6+ messages)
` [PATCH 09/10] scsi/ibmvscsi: Replace srp tasklet with work

[PATCH v3 0/4] DMA mapping changes for SCSI core
 2022-06-14 13:12 UTC  (3+ messages)
` [PATCH v3 2/4] dma-iommu: Add iommu_dma_opt_mapping_size()

[PATCH v2 0/3] ufs: Fix a race between the interrupt handler and the reset handler
 2022-06-14  6:51 UTC  (6+ messages)
` [PATCH v2 1/3] scsi: ufs: Simplify ufshcd_clear_cmd()
` [PATCH v2 2/3] scsi: ufs: Support clearing multiple commands at once
` [PATCH v2 3/3] scsi: ufs: Fix a race between the interrupt handler and the reset handler

[PATCH v2] scsi: storvsc: Correct reporting of Hyper-V I/O size limits
 2022-06-14  5:18 UTC  (2+ messages)

[PATCH 00/10] Additional EDiF bug fixes
 2022-06-14  2:23 UTC  (2+ messages)

[PATCH -next] scsi: target: iscsi: Fix NULL pointer dereference in iscsi_conn_auth_required()
 2022-06-14  2:07 UTC  (3+ messages)

[PATCH 0/3] Fix compilation warnings with gcc12
 2022-06-14  2:23 UTC  (2+ messages)

[PATCH] scsi: iscsi: Exclude zero from the endpoint ID range
 2022-06-14  2:22 UTC  (4+ messages)

[PATCH AUTOSEL 5.15 20/41] scsi: vmw_pvscsi: Expand vcpuHint to 16 bits
 2022-06-14  2:06 UTC  (7+ messages)
` [PATCH AUTOSEL 5.15 21/41] scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is aborted
` [PATCH AUTOSEL 5.15 22/41] scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topology
` [PATCH AUTOSEL 5.15 23/41] scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completion
` [PATCH AUTOSEL 5.15 24/41] scsi: mpt3sas: Fix out-of-bounds compiler warning
` [PATCH AUTOSEL 5.15 25/41] scsi: ipr: Fix missing/incorrect resource cleanup in error case
` [PATCH AUTOSEL 5.15 26/41] scsi: pmcraid: Fix missing "

[PATCH AUTOSEL 4.9 07/12] scsi: vmw_pvscsi: Expand vcpuHint to 16 bits
 2022-06-14  2:10 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 08/12] scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topology

[PATCH AUTOSEL 4.14 07/14] scsi: vmw_pvscsi: Expand vcpuHint to 16 bits
 2022-06-14  2:10 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 08/14] scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topology
` [PATCH AUTOSEL 4.14 09/14] scsi: ipr: Fix missing/incorrect resource cleanup in error case
` [PATCH AUTOSEL 4.14 10/14] scsi: pmcraid: Fix missing "

[PATCH AUTOSEL 4.19 10/18] scsi: vmw_pvscsi: Expand vcpuHint to 16 bits
 2022-06-14  2:09 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 11/18] scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topology
` [PATCH AUTOSEL 4.19 12/18] scsi: ipr: Fix missing/incorrect resource cleanup in error case
` [PATCH AUTOSEL 4.19 13/18] scsi: pmcraid: Fix missing "

[PATCH] scsi: ufs: exynos: constify driver data
 2022-06-14  2:09 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 13/23] scsi: vmw_pvscsi: Expand vcpuHint to 16 bits
 2022-06-14  2:08 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 14/23] scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topology
` [PATCH AUTOSEL 5.4 15/23] scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completion
` [PATCH AUTOSEL 5.4 16/23] scsi: ipr: Fix missing/incorrect resource cleanup in error case
` [PATCH AUTOSEL 5.4 17/23] scsi: pmcraid: Fix missing "

[PATCH AUTOSEL 5.10 16/29] scsi: vmw_pvscsi: Expand vcpuHint to 16 bits
 2022-06-14  2:08 UTC  (5+ messages)
` [PATCH AUTOSEL 5.10 17/29] scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topology
` [PATCH AUTOSEL 5.10 18/29] scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completion
` [PATCH AUTOSEL 5.10 19/29] scsi: ipr: Fix missing/incorrect resource cleanup in error case
` [PATCH AUTOSEL 5.10 20/29] scsi: pmcraid: Fix missing "

[PATCH RESEND --next] scsi: lpfc: Use memset_startat() helper in lpfc_nvmet_xmt_fcp_op_cmp
 2022-06-14  2:08 UTC  (3+ messages)

[PATCH AUTOSEL 5.17 20/43] scsi: vmw_pvscsi: Expand vcpuHint to 16 bits
 2022-06-14  2:05 UTC  (7+ messages)
` [PATCH AUTOSEL 5.17 21/43] scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is aborted
` [PATCH AUTOSEL 5.17 22/43] scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topology
` [PATCH AUTOSEL 5.17 23/43] scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completion
` [PATCH AUTOSEL 5.17 24/43] scsi: mpt3sas: Fix out-of-bounds compiler warning
` [PATCH AUTOSEL 5.17 25/43] scsi: ipr: Fix missing/incorrect resource cleanup in error case
` [PATCH AUTOSEL 5.17 26/43] scsi: pmcraid: Fix missing "

[PATCH AUTOSEL 5.18 23/47] scsi: vmw_pvscsi: Expand vcpuHint to 16 bits
 2022-06-14  2:04 UTC  (7+ messages)
` [PATCH AUTOSEL 5.18 24/47] scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is aborted
` [PATCH AUTOSEL 5.18 25/47] scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topology
` [PATCH AUTOSEL 5.18 26/47] scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completion
` [PATCH AUTOSEL 5.18 27/47] scsi: mpt3sas: Fix out-of-bounds compiler warning
` [PATCH AUTOSEL 5.18 28/47] scsi: ipr: Fix missing/incorrect resource cleanup in error case
` [PATCH AUTOSEL 5.18 29/47] scsi: pmcraid: Fix missing "

[PATCH v2 0/8] scsi: ufs: Fix PMC and low-power mode on MediaTek UFS platforms
 2022-06-14  1:16 UTC  (9+ messages)
` [PATCH v2 1/8] scsi: ufs: Export ufshcd_uic_change_pwr_mode()
` [PATCH v2 2/8] scsi: ufs: Fix ADAPT logic for HS-G5
` [PATCH v2 3/8] scsi: ufs-mediatek: Introduce workaround for power mode change
` [PATCH v2 4/8] scsi: ufs-mediatek: Fix the timing of configuring device regulators
` [PATCH v2 5/8] scsi: ufs-mediatek: Prevent device regulators setting as LPM incorrectly
` [PATCH v2 6/8] scsi: ufs-mediatek: Support low-power mode for VCCQ
` [PATCH v2 7/8] scsi: ufs-mediatek: Support flexible parameters for smc calls
` [PATCH v2 8/8] scsi: ufs-mediatek: Support low-power mode for parents of VCCQx

[PATCH] scsi: iscsi: start endpoint ID allocation from 1
 2022-06-13 15:34 UTC  (3+ messages)

[PATCH] scsi: storvsc: Correct sysfs parameters as per Hyper-V storvsc requirement
 2022-06-13 14:38 UTC  (5+ messages)

[PATCH] scsi: ufs: Fix a race between the interrupt handler and the reset handler
 2022-06-13 14:24 UTC  (3+ messages)

[PATCH v3 0/3] scsi: ufs: minor cleanups
 2022-06-13 10:06 UTC  (4+ messages)
` [PATCH v3 1/3] scsi: core: fix white-spaces
` [PATCH v3 2/3] scsi: ufs: ufshcd-pltfrm: constify pointed data
` [PATCH v3 3/3] scsi: ufs: ufshcd: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).