public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-02 16:27:19 to 2026-03-06 12:41:19 UTC [more...]

[PATCH v2 00/11] scsi: ufs: Add TX Equalization support for UFS 5.0
 2026-03-06 12:41 UTC  (31+ 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 v4 0/5] soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get()
 2026-03-06  9:00 UTC  (4+ messages)
` [PATCH v4 3/5] soc: qcom: ice: Return proper error codes from devm_of_qcom_ice_get() instead of NULL

[PATCH] scsi: qla2xxx: Remove problematic BUILD_BUG_ON() assertion
 2026-03-06  7:50 UTC  (2+ messages)

[PATCH v2] scsi: ufs: core: Fix SError in ufshcd_rtc_work() during UFS suspend
 2026-03-06  7:26 UTC 

[PATCH v4 0/1] Add sysfs entries to facilitate UFS UniPro QoS monitoring
 2026-03-06  7:11 UTC  (5+ messages)
` [PATCH v4 1/1] scsi: ufs: core: Add support to notify userspace of UniPro QoS events

[PATCH v2] ufs: core: Avoid IRQ thread wakeup during active UIC command
 2026-03-06  5:43 UTC 

[PATCH v8 00/23] MediaTek UFS Cleanup and MT8196 Enablement
 2026-03-06  5:39 UTC  (32+ 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 v1] ufs: core: Avoid IRQ thread wakeup during active UIC command
 2026-03-06  3:49 UTC  (5+ messages)

[PATCH] scsi: ufs: core: Handle MCQ IAG events
 2026-03-06  3:49 UTC  (7+ messages)

[PATCH v5 0/3] bsg: add io_uring command support for SCSI passthrough
 2026-03-06  3:04 UTC  (17+ 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 1/2] ufs: core: Add quriks for VCC ramp-up delay
 2026-03-06  2:16 UTC  (7+ messages)
` [PATCH 2/2] ufs: host: mediatek: Add VCC on delay for stability

[PATCH] scsi: target: fix default complete_type
 2026-03-05 16:53 UTC  (2+ messages)

[PATCH v5] scsi: core: Drop using the host_lock to protect async_scan race condition
 2026-03-05 16:23 UTC  (3+ messages)

[PATCH 00/24] Native SCSI multipath support
 2026-03-05 15:59 UTC  (36+ 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 AUTOSEL 6.19-6.18] scsi: ufs: core: Reset urgent_bkops_lvl to allow runtime PM power mode
 2026-03-05 15:37 UTC  (6+ messages)
` [PATCH AUTOSEL 6.19-5.10] scsi: ses: Fix devices attaching to different hosts
` [PATCH AUTOSEL 6.19-5.10] scsi: storvsc: Fix scheduling while atomic on PREEMPT_RT
` [PATCH AUTOSEL 6.19-6.6] scsi: ufs: core: Fix possible NULL pointer dereference in ufshcd_add_command_trace()
` [PATCH AUTOSEL 6.19-6.6] scsi: ufs: core: Fix shift out of bounds when MAXQ=32
` [PATCH AUTOSEL 6.19-5.15] scsi: mpi3mr: Add NULL checks when resetting request and reply queues

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

[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: target: fix integer overflow in UNMAP bounds check
 2026-03-05  2:49 UTC  (3+ messages)

[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  (20+ messages)
` [PATCH 02/13] libmultipath: Add basic gendisk support
` [PATCH 03/13] libmultipath: Add path selection support
` [PATCH 04/13] libmultipath: Add bio handling

[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  (6+ 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)


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