public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-06 13:27:38 to 2026-03-10 14:16:48 UTC [more...]

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-10 14:14 UTC  (76+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 02/61] btrfs: "
` [PATCH 03/61] ceph: "
` [PATCH 04/61] ext4: "
` [PATCH 05/61] smb: Prefer IS_ERR_OR_NULL over manual NULl check
` [PATCH 06/61] 9p: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 07/61] erofs: "
` [PATCH 08/61] fuse: "
` [PATCH 09/61] ntfs3: "
` [PATCH 10/61] gfs2: "
` [PATCH 11/61] pstore: "
` [PATCH 12/61] quota: "
` [PATCH 13/61] squashfs: "
` [PATCH 14/61] seq_file: "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
` [PATCH 17/61] module: "
` [PATCH 18/61] sound: "
` [PATCH 19/61] kvm: "
` [PATCH 20/61] apparmor: "
` [PATCH 21/61] lib/test: "
` [PATCH 22/61] md: "
` [PATCH 23/61] net/ipv6: "
` [PATCH 24/61] net/9p: "
` [PATCH 25/61] net/bluetooth: "
` [PATCH 26/61] net/core: "
` [PATCH 27/61] net/netlink: "
` [PATCH 28/61] net/sched: "
` [PATCH 29/61] net/sctp: "
` [PATCH 30/61] net/sunrpc: "
` [PATCH 31/61] net/tipc: "
` [PATCH 32/61] net/wireless: "
` [PATCH 33/61] mm: "
` [PATCH 34/61] arch/arm: "
` [PATCH 35/61] arch/mips: "
` [PATCH 36/61] arch/sh: "
` [PATCH 37/61] drm: "
` [PATCH 38/61] net: "
` [PATCH 39/61] irqchip: "
` [PATCH 40/61] phy: "
` [PATCH 41/61] pinctrl: "
` [PATCH 42/61] pmdomain: "
` [PATCH 43/61] s390: "
` [PATCH 44/61] target: "
` [PATCH 45/61] thermal: "
` [PATCH 46/61] vfio: "
` [PATCH 47/61] nfc: "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
` [PATCH 50/61] iommu: "
` [PATCH 51/61] leds: "
  ` (subset) "
` [PATCH 52/61] gpib: "
` [PATCH 53/61] hyperv: "
` [PATCH 54/61] aoe: "
` [PATCH 55/61] interconnect: "
` [PATCH 56/61] clk: "
` [PATCH 57/61] reset: "
` [PATCH 58/61] arch/x86: "
` [PATCH 59/61] debugobjects: Drop likely() around !IS_ERR_OR_NULL()
` [PATCH 60/61] Input alps: Drop unlikely() around IS_ERR_OR_NULL()
` [PATCH 61/61] file: "

[PATCH] scsi: elx: efct: Check return value of ioremap() when mapping BARs
 2026-03-10 13:41 UTC 

[PATCH 0/8] scsi-multipath: Basic ALUA support
 2026-03-10 13:34 UTC  (12+ messages)
` [PATCH 1/8] libmultipath: add mpath_call_for_all_devices()
` [PATCH 2/8] scsi: scsi_dh_alua: Do not attach for SCSI native multipath
` [PATCH 3/8] scsi: scsi_dh_alua: Pass submit_rtpg() a bool for extended header support
` [PATCH 4/8] scsi: Create a core ALUA driver
` [PATCH 5/8] scsi: scsi-multipath: Add basic ALUA support
` [PATCH 6/8] scsi: scsi-multipath: Maintain sdev->access_state
` [PATCH 7/8] scsi: scsi-multipath: Issue a periodic TUR per path
` [PATCH 8/8] scsi: scsi-multipath: Add stubbed scsi_multipath_dev_rescan()

[PATCH v2] scsi: ufs: qcom: dt-bindings: Document the Eliza UFS controller
 2026-03-10 10:44 UTC 

[PATCH 00/24] Native SCSI multipath support
 2026-03-10 10:12 UTC  (4+ messages)
` [PATCH 21/24] scsi: sd: support multipath disk

[PATCH v3 phy-next 00/24] Split Generic PHY consumer and provider API
 2026-03-10  9:08 UTC  (30+ messages)
` [PATCH v3 phy-next 01/24] ata: add <linux/pm_runtime.h> where missing
` [PATCH v3 phy-next 02/24] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v3 phy-next 03/24] usb: add "
` [PATCH v3 phy-next 04/24] drm: add <linux/pm_runtime.h> where missing
` [PATCH v3 phy-next 05/24] phy: "
` [PATCH v3 phy-next 06/24] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v3 phy-next 07/24] net: lan969x: include missing <linux/of.h>
` [PATCH v3 phy-next 08/24] PCI: Remove device links to PHY
` [PATCH v3 phy-next 09/24] ufs: exynos: stop poking into struct phy guts
` [PATCH v3 phy-next 10/24] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v3 phy-next 11/24] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH v3 phy-next 12/24] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH v3 phy-next 13/24] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
` [PATCH v3 phy-next 14/24] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH v3 phy-next 15/24] drm/rockchip: dsi: include PHY provider header
` [PATCH v3 phy-next 16/24] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH v3 phy-next 17/24] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH v3 phy-next 18/24] net: renesas: rswitch: "
` [PATCH v3 phy-next 19/24] pinctrl: tegra-xusb: "
` [PATCH v3 phy-next 20/24] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH v3 phy-next 21/24] phy: include PHY provider header (1/2)
` [PATCH v3 phy-next 22/24] phy: include PHY provider header (2/2)
` [PATCH v3 phy-next 23/24] phy: remove temporary provider compatibility from consumer header
` [PATCH v3 phy-next 24/24] MAINTAINERS: add regexes for linux-phy

[PATCH AUTOSEL 6.19-6.12] scsi: devinfo: Add BLIST_SKIP_IO_HINTS for Iomega ZIP
 2026-03-10  9:01 UTC  (2+ messages)
` [PATCH AUTOSEL 6.19-6.12] scsi: mpi3mr: Clear reset history on ready and recheck state after timeout

[PATCH] scsi: qla2xxx: Rework BUILD_BUG_ON() assertion
 2026-03-10  5:59 UTC 

[PATCH v2 1/2] ufs: core: Add quirks for VCC ramp-up delay
 2026-03-10  0:52 UTC  (2+ messages)
` [PATCH v2 2/2] ufs: host: mediatek: Add VCC on delay for stability

[PATCH] blk-mq: nvme: Fix general protection fault in nvme_setup_descriptor_pools()
 2026-03-09 23:54 UTC  (3+ messages)

[PATCH 0/1] scsi: virtio_scsi: move INIT_WORK calls to virtscsi_init
 2026-03-09 23:07 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH v2] scsi: ufs: core: Fix SError in ufshcd_rtc_work() during UFS suspend
 2026-03-09 20:55 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 01/10 net-next] ipv6: convert CONFIG_IPV6 to built-in only and clean up Kconfigs
 2026-03-09 10:24 UTC  (2+ messages)

[PATCH v9 00/23] MediaTek UFS Cleanup and MT8196 Enablement
 2026-03-09 10:04 UTC  (16+ messages)
` [PATCH v9 03/23] dt-bindings: ufs: mediatek,ufs: Add mt8196 variant
` [PATCH v9 14/23] scsi: ufs: mediatek: Remove mediatek,ufs-broken-rtc property
` [PATCH v9 16/23] scsi: ufs: mediatek: Clean up logging prints
` [PATCH v9 17/23] scsi: ufs: mediatek: Rework ufs_mtk_wait_idle_state
` [PATCH v9 18/23] scsi: ufs: mediatek: Don't acquire dvfsrc-vcore twice
` [PATCH v9 19/23] scsi: ufs: mediatek: Rework hardware version reading
` [PATCH v9 20/23] scsi: ufs: mediatek: Back up idle timer in per-instance struct
` [PATCH v9 21/23] scsi: ufs: mediatek: Remove ret local from link_startup_notify
` [PATCH v9 22/23] scsi: ufs: mediatek: Remove undocumented "clk-scale-up-vcore-min"
` [PATCH v9 23/23] scsi: ufs: mediatek: Add MT8196 compatible, update copyright

[PATCH] scsi: ufs: ufs-pci: Add support for Intel Nova Lake
 2026-03-09  8:58 UTC 

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

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

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

[GIT PULL] SCSI fixes for 7.0-rc2
 2026-03-07 23:53 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: Remove problematic BUILD_BUG_ON() assertion
 2026-03-07 22:19 UTC  (5+ messages)

[PATCH 1/1] scsi: target: Fix complete_type use
 2026-03-07 22:06 UTC 

[PATCH] qla2xxx: Add support to report MPI FW state
 2026-03-07 16:23 UTC  (2+ messages)

[RESEND PATCH 0/2] Clean up the hisi_sas driver source code
 2026-03-07 16:20 UTC  (2+ messages)

[PATCH v2] ufs: core: Avoid IRQ thread wakeup during active UIC command
 2026-03-07 16:07 UTC  (3+ messages)

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

[PATCH v5] scsi: core: Drop using the host_lock to protect async_scan race condition
 2026-03-07 15:58 UTC  (2+ messages)

[PATCH v2 00/11] scsi: ufs: Add TX Equalization support for UFS 5.0
 2026-03-07 13:02 UTC  (17+ messages)
` [PATCH v2 06/11] scsi: ufs: core: Add support to retrain TX Equalization via debugfs
` [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] scsi: target: Allow FUA if no write cache enabled
 2026-03-06 16:33 UTC 

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

[PATCH v4 0/5] soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get()
 2026-03-06 14:34 UTC  (5+ messages)
` [PATCH v4 3/5] soc: qcom: ice: Return proper error codes from devm_of_qcom_ice_get() instead of NULL


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