public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-02 03:58:06 to 2026-03-05 09:37:52 UTC [more...]

[PATCH v8 00/23] MediaTek UFS Cleanup and MT8196 Enablement
 2026-03-05  9:37 UTC  (28+ messages)
` [PATCH v8 01/23] dt-bindings: phy: Add mediatek,mt8196-ufsphy variant
` [PATCH v8 02/23] dt-bindings: ufs: mediatek,ufs: Complete the binding
` [PATCH v8 03/23] dt-bindings: ufs: mediatek,ufs: Add mt8196 variant
` [PATCH v8 04/23] scsi: ufs: mediatek: Move MTK_SIP_UFS_CONTROL to mtk_sip_svc.h
` [PATCH v8 05/23] phy: mediatek: ufs: Add support for resets
` [PATCH v8 06/23] scsi: ufs: mediatek: Rework resets
` [PATCH v8 07/23] scsi: ufs: mediatek: Rework 0.9V regulator
` [PATCH v8 08/23] scsi: ufs: mediatek: Rework init function
` [PATCH v8 09/23] scsi: ufs: mediatek: Rework the crypt-boost stuff
` [PATCH v8 10/23] scsi: ufs: mediatek: Handle misc host voltage regulators
` [PATCH v8 11/23] scsi: ufs: mediatek: Remove undocumented downstream reset cruft
` [PATCH v8 12/23] scsi: ufs: mediatek: Remove vendor kernel quirks cruft
` [PATCH v8 13/23] scsi: ufs: mediatek: Use the common PHY framework
` [PATCH v8 14/23] scsi: ufs: mediatek: Remove mediatek,ufs-broken-rtc property
` [PATCH v8 15/23] scsi: ufs: mediatek: Rework _ufs_mtk_clk_scale error paths
` [PATCH v8 16/23] scsi: ufs: mediatek: Clean up logging prints
` [PATCH v8 17/23] scsi: ufs: mediatek: Rework ufs_mtk_wait_idle_state
` [PATCH v8 18/23] scsi: ufs: mediatek: Don't acquire dvfsrc-vcore twice
` [PATCH v8 19/23] scsi: ufs: mediatek: Rework hardware version reading
` [PATCH v8 20/23] scsi: ufs: mediatek: Back up idle timer in per-instance struct
` [PATCH v8 21/23] scsi: ufs: mediatek: Remove ret local from link_startup_notify
` [PATCH v8 22/23] scsi: ufs: mediatek: Remove undocumented "clk-scale-up-vcore-min"
` [PATCH v8 23/23] scsi: ufs: mediatek: Add MT8196 compatible, update copyright

[PATCH] qla2xxx: Add support to report MPI FW state
 2026-03-05  9:33 UTC 

[PATCH 1/2] ufs: core: Add quriks for VCC ramp-up delay
 2026-03-05  8:29 UTC  (2+ messages)
` [PATCH 2/2] ufs: host: mediatek: Add VCC on delay for stability

[RESEND PATCH 0/2] Clean up the hisi_sas driver source code
 2026-03-05  6:47 UTC  (3+ messages)
` [RESEND PATCH 1/2] scsi: hisi_sas: Correct the printing format issues
` [RESEND PATCH 2/2] scsi: hisi_sas: Fixed the risk of overflow in bitwise logical operations

[PATCH] scsi: hisi_sas: Fix NULL pointer exception when do user_scan()
 2026-03-05  6:40 UTC 

[PATCH] scsi: ufs: core: Handle MCQ IAG events
 2026-03-05  3:28 UTC  (5+ messages)

[PATCH v1] ufs: core: Avoid IRQ thread wakeup during active UIC command
 2026-03-05  3:27 UTC  (3+ messages)

[PATCH v5] scsi: core: Drop using the host_lock to protect async_scan race condition
 2026-03-05  2:51 UTC 

[PATCH] scsi: target: fix integer overflow in UNMAP bounds check
 2026-03-05  2:49 UTC  (3+ messages)

[PATCH 00/24] Native SCSI multipath support
 2026-03-05  2:37 UTC  (45+ messages)
` [PATCH 01/24] scsi: core: add SCSI_MAX_QUEUE_DEPTH
` [PATCH 02/24] scsi-multipath: introduce basic SCSI device support
` [PATCH 03/24] scsi-multipath: introduce scsi_device head structure
` [PATCH 04/24] scsi-multipath: introduce scsi_mpath_device_class
` [PATCH 05/24] scsi-multipath: provide sysfs link from to scsi_device
` [PATCH 07/24] scsi-multipath: clone each bio
` [PATCH 09/24] scsi-multipath: failover handling
` [PATCH 10/24] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH 12/24] scsi-multipath: provide callbacks for path state

[PATCH v5 0/3] bsg: add io_uring command support for SCSI passthrough
 2026-03-05  1:28 UTC  (9+ messages)
` [PATCH v5 1/3] bsg: add bsg_uring_cmd uapi structure
` [PATCH v5 2/3] bsg: add io_uring command support to generic layer
` [PATCH v5 3/3] scsi: bsg: add io_uring passthrough handler
` [PATCH v6 0/3] bsg: add io_uring command support for SCSI passthrough
  ` [PATCH v6 1/3] bsg: add bsg_uring_cmd uapi structure
  ` [PATCH v6 2/3] bsg: add io_uring command support to generic layer
  ` [PATCH v6 3/3] scsi: bsg: add io_uring passthrough handler

[PATCH v2 00/11] scsi: ufs: Add TX Equalization support for UFS 5.0
 2026-03-04 23:18 UTC  (18+ messages)
` [PATCH v2 01/11] scsi: ufs: core: Introduce a new ufshcd vops negotiate_pwr_mode()
` [PATCH v2 02/11] scsi: ufs: core: Pass force_pmc to ufshcd_config_pwr_mode() as a parameter
` [PATCH v2 03/11] scsi: ufs: core: Add UFS_HS_G6 and UFS_HS_GEAR_MAX to enum ufs_hs_gear_tag
` [PATCH v2 04/11] scsi: ufs: core: Add support for TX Equalization
` [PATCH v2 05/11] scsi: ufs: core: Add debugfs entries for TX Equalization params
` [PATCH v2 06/11] scsi: ufs: core: Add support to retrain TX Equalization via debugfs
` [PATCH v2 07/11] scsi: ufs: ufs-qcom: Fixup PAM-4 TX L0_L1_L2_L3 adaptation pattern length
` [PATCH v2 08/11] scsi: ufs: ufs-qcom: Implement vops tx_eqtr_notify()
` [PATCH v2 09/11] scsi: ufs: ufs-qcom: Implement vops get_rx_fom()
` [PATCH v2 10/11] scsi: ufs: ufs-qcom: Implement vops apply_tx_eqtr_settings()
` [PATCH v2 11/11] scsi: ufs: ufs-qcom: Enable TX Equalization

[PATCH v2 7.0/scsi-fixes] scsi: core: fix error handling for scsi_alloc_sdev()
 2026-03-04 20:31 UTC  (3+ messages)

[PATCH v4 0/2] Add edp reference clock for lemans
 2026-03-04 18:57 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: phy: qcom-edp: Add reference clock for sa8775p eDP PHY

[PATCH 0/1] scsi: virtio_scsi: move INIT_WORK calls to virtscsi_init
 2026-03-04 18:14 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 7.0/scsi-fixes] scsi: core: fix error handling for scsi_alloc_sdev()
 2026-03-04 14:49 UTC  (2+ messages)

[PATCH 00/13] libmultipath: a generic multipath lib for block drivers
 2026-03-04 14:38 UTC  (36+ messages)
` [PATCH 01/13] libmultipath: Add initial framework
` [PATCH 02/13] libmultipath: Add basic gendisk support
` [PATCH 03/13] libmultipath: Add path selection support
` [PATCH 04/13] libmultipath: Add bio handling
` [PATCH 07/13] libmultipath: Add delayed removal support
` [PATCH 08/13] libmultipath: Add sysfs helpers
` [PATCH 09/13] libmultipath: Add PR support
` [PATCH 11/13] libmultipath: Add support for block device IOCTL

[PATCH v4] scsi: core: Fix async_scan race condition with READ_ONCE/WRITE_ONCE
 2026-03-04 14:25 UTC  (2+ messages)

[PATCH v3] scsi: core: Fix async_scan race condition with READ_ONCE/WRITE_ONCE
 2026-03-04 12:21 UTC  (7+ messages)

[PATCH v3 0/1] Add sysfs entries to facilitate UFS UniPro QoS monitoring
 2026-03-04  9:19 UTC  (4+ messages)
` [PATCH v3 1/1] scsi: ufs: core: Add support to notify userspace of UniPro QoS events

blktests failures with v7.0-rc1 kernel
 2026-03-03 21:55 UTC  (8+ messages)

[PATCH] scsi: fix refcount leaking for "tagset_refcnt"
 2026-03-03 16:58 UTC  (5+ messages)

[PATCH] scsi: core: Fix missing lock when read async_scan in Scsi_Host
 2026-03-03 16:25 UTC  (7+ messages)

[PATCH v7 00/23] MediaTek UFS Cleanup and MT8196 Enablement
 2026-03-03 10:15 UTC  (15+ messages)
` [PATCH v7 16/23] scsi: ufs: mediatek: Clean up logging prints
` [PATCH v7 20/23] scsi: ufs: mediatek: Back up idle timer in per-instance struct

[PATCH] block: remove bdev_nonrot()
 2026-03-03  7:05 UTC  (6+ messages)

[PATCH v2] scsi: core: Fix missing lock when read async_scan in Scsi_Host
 2026-03-03  3:26 UTC 

[PATCH V3 0/3] Ensure ordered namespace registration during async scan
 2026-03-02 17:12 UTC  (7+ messages)

[PATCH 00/19] nvme: switch to libmultipath
 2026-03-02 16:13 UTC  (12+ messages)
` [PATCH 02/19] nvme: introduce a namespace count in the ns head structure
` [PATCH 16/19] nvme-multipath: add nvme_mpath_{add,delete}_ns()
` [PATCH 19/19] nvme-multipath: switch to use libmultipath

[BUG] Null pointer dereference in esp_scsi leading to GPF(drivers/scsi/esp_scsi.c)
 2026-03-02 13:28 UTC 

[PATCH v3 0/4] soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get()
 2026-03-02 13:02 UTC  (7+ messages)
` [PATCH v3 1/4] "

[PATCH v4 0/5] soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get()
 2026-03-02 13:00 UTC  (6+ messages)
` [PATCH v4 1/5] "
` [PATCH v4 2/5] soc: qcom: ice: Return -ENODEV if the ICE platform device is not found
` [PATCH v4 3/5] soc: qcom: ice: Return proper error codes from devm_of_qcom_ice_get() instead of NULL
` [PATCH v4 4/5] mmc: sdhci-msm: Remove NULL check from devm_of_qcom_ice_get()
` [PATCH v4 5/5] scsi: ufs: ufs-qcom: "

[PATCH v4 0/2] enable sector size > PAGE_SIZE for scsi
 2026-03-02 12:37 UTC  (5+ messages)
` [PATCH 2/2] scsi: scsi_debug: enable sdebug_sector_size > PAGE_SIZE

[PATCH v3 00/12] qla2xxx: Misc feature and bug fixes
 2026-03-02 11:17 UTC  (3+ messages)
` [PATCH v3 11/12] qla2xxx: fix bsg_done causing double free

[PATCH v7 0/3] Enable ICE clock scaling
 2026-03-02 10:49 UTC  (4+ messages)
` [PATCH v7 1/3] soc: qcom: ice: Add OPP-based clock scaling support for ICE
` [PATCH v7 2/3] ufs: host: Add ICE clock scaling during UFS clock changes
` [PATCH v7 3/3] soc: qcom: ice: Set ICE clk to TURBO on probe

[PATCH 0/2] Clean up the hisi_sas driver source code
 2026-03-02  6:51 UTC  (3+ messages)
` [PATCH 1/2] scsi: hisi_sas: Correct the printing format issues
` [PATCH 2/2] scsi: hisi_sas: Fixed the risk of overflow in bitwise logical operations

[PATCH 00/11] scsi: ufs: Add TX Equalization support for UFS 5.0
 2026-03-02  5:46 UTC  (4+ messages)
` [PATCH 05/11] scsi: ufs: core: Add debugfs entries for TX Equalization params


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox