public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-23 08:02:56 to 2026-02-26 03:37:13 UTC [more...]

[PATCH 00/13] libmultipath: a generic multipath lib for block drivers
 2026-02-26  3:37 UTC  (18+ 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 05/13] libmultipath: Add support for mpath_device management
` [PATCH 06/13] libmultipath: Add cdev support
` [PATCH 07/13] libmultipath: Add delayed removal support
` [PATCH 08/13] libmultipath: Add sysfs helpers
` [PATCH 09/13] libmultipath: Add PR support
` [PATCH 10/13] libmultipath: Add mpath_bdev_report_zones()
` [PATCH 11/13] libmultipath: Add support for block device IOCTL
` [PATCH 12/13] libmultipath: Add mpath_bdev_getgeo()
` [PATCH 13/13] libmultipath: Add mpath_bdev_get_unique_id()

[PATCH v2 0/6] Enable UFS support on Milos
 2026-02-26  3:36 UTC  (9+ messages)
` [PATCH v2 2/6] scsi: ufs: qcom,sc7180-ufshc: dt-bindings: Document the Milos UFS Controller

LSF/MM/BPF: 2026: Call for Proposals
 2026-02-26  2:52 UTC  (8+ messages)
` LSF/MM/BPF: 2026: (V)FS: First Round of Invites Sent

[Bug 216696] New: Linux unusable upon plugging encrypted SanDisk Extreme 55AE USB 3.0 SSD, causes xHCI controller crash and drops USB keyboard/mouse
 2026-02-25 23:26 UTC  (5+ messages)
` [Bug 216696] "

Subject: [PATCH 2/2] scsi: sd: Treat locked encrypted drives as "no media"
 2026-02-25 23:16 UTC 

Subject: [PATCH 1/2] scsi: core: Treat "Logical unit access not authorized" as permanent error
 2026-02-25 23:13 UTC 

Subject: [PATCH 0/2] Fix excessive I/O errors with locked hardware-encrypted USB drives
 2026-02-25 23:10 UTC 

[PATCH] scsi: lpfc: eliminate kernel-doc warnings in lpfc.h
 2026-02-25 22:31 UTC  (2+ messages)

[PATCH v2 2/9] nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
 2026-02-25 21:43 UTC  (4+ messages)

[PATCH V3 0/3] Ensure ordered namespace registration during async scan
 2026-02-25 21:41 UTC  (6+ messages)
` [PATCH V3 1/3] lib: Introduce completion chain helper
` [PATCH V3 2/3] nvme-core: register namespaces in order during async scan
` [PATCH V3 3/3] scsi: Convert async scanning to use the completion chain helper

linux-scsi project on GitHub & SCSI user space utilities maintenance
 2026-02-25 20:48 UTC  (4+ messages)

[PATCH v1] ufs: core: Fix possible NULL pointer dereference in ufshcd_add_command_trace()
 2026-02-25 19:45 UTC  (8+ messages)

[PATCH v2 0/2] Add sysfs entries to facilitate UFS UniPro QoS monitoring
 2026-02-25 18:59 UTC  (5+ messages)
` [PATCH v2 1/2] scsi: ufs: core: Add support to notify userspace of UniPro QoS events
` [PATCH v2 2/2] scsi: ufs: core: Add a sysfs entry for ufshcd_state

[PATCH v3 00/12] qla2xxx: Misc feature and bug fixes
 2026-02-25 18:28 UTC  (3+ messages)
` [PATCH v3 08/12] qla2xxx: free sp in error path to fix system crash

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
 2026-02-25 16:29 UTC  (10+ messages)

[PATCH 00/19] nvme: switch to libmultipath
 2026-02-25 15:40 UTC  (20+ messages)
` [PATCH 01/19] nvme-multipath: pass NS head to nvme_mpath_revalidate_paths()
` [PATCH 02/19] nvme: introduce a namespace count in the ns head structure
` [PATCH 03/19] nvme-multipath: add nvme_is_mpath_request()
` [PATCH 04/19] nvme-multipath: add initial support for using libmultipath
` [PATCH 05/19] nvme-multipath: add nvme_mpath_available_path()
` [PATCH 06/19] nvme-multipath: add nvme_mpath_{add, remove}_cdev()
` [PATCH 07/19] nvme-multipath: add nvme_mpath_is_{disabled, optimised}
` [PATCH 08/19] nvme-multipath: add nvme_mpath_get_access_state()
` [PATCH 09/19] nvme-multipath: add nvme_mpath_{bdev, cdev}_ioctl()
` [PATCH 10/19] nvme-multipath: add uring_cmd support
` [PATCH 11/19] nvme-multipath: add nvme_mpath_get_iopolicy()
` [PATCH 12/19] nvme-multipath: add PR support for libmultipath
` [PATCH 13/19] nvme-multipath: add nvme_mpath_report_zones()
` [PATCH 14/19] nvme-multipath: add nvme_mpath_get_unique_id()
` [PATCH 15/19] nvme-multipath: add nvme_mpath_synchronize()
` [PATCH 16/19] nvme-multipath: add nvme_mpath_{add,delete}_ns()
` [PATCH 17/19] nvme-multipath: add nvme_mpath_head_queue_if_no_path()
` [PATCH 18/19] nvme-multipath: set mpath_head_template.device_groups
` [PATCH 19/19] nvme-multipath: switch to use libmultipath

[PATCH 00/24] Native SCSI multipath support
 2026-02-25 15:36 UTC  (25+ 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 06/24] scsi-multipath: support iopolicy
` [PATCH 07/24] scsi-multipath: clone each bio
` [PATCH 08/24] scsi-multipath: clear path when decide is blocked
` [PATCH 09/24] scsi-multipath: failover handling
` [PATCH 10/24] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH 11/24] scsi-multipath: add scsi_mpath_ioctl()
` [PATCH 12/24] scsi-multipath: provide callbacks for path state
` [PATCH 13/24] scsi-multipath: set disk device_groups
` [PATCH 14/24] scsi-multipath: add PR support
` [PATCH 15/24] scsi: sd: refactor PR ops
` [PATCH 16/24] scsi: sd: add multipath disk class
` [PATCH 17/24] scsi: sd: add sd_mpath_{start,end}_command()
` [PATCH 18/24] scsi: sd: add sd_mpath_ioctl()
` [PATCH 19/24] scsi: sd: add multipath PR support
` [PATCH 20/24] scsi: sd: add sd_mpath_to_disk()
` [PATCH 21/24] scsi: sd: support multipath disk
` [PATCH 22/24] scsi: sd: add mpath_dev file
` [PATCH 23/24] scsi: sd: add mpath_numa_nodes dev attribute
` [PATCH 24/24] scsi: sd: add mpath_queue_depth "

[PATCH v6 0/4] Enable ICE clock scaling
 2026-02-25 14:12 UTC  (5+ messages)
` [PATCH v6 3/4] ufs: host: Add ICE clock scaling during UFS clock changes

[PATCH v7 00/23] MediaTek UFS Cleanup and MT8196 Enablement
 2026-02-25 13:18 UTC  (42+ messages)
` [PATCH v7 10/23] scsi: ufs: mediatek: Handle misc host voltage regulators
` [PATCH v7 11/23] scsi: ufs: mediatek: Rework probe function
` [PATCH v7 12/23] scsi: ufs: mediatek: Remove vendor kernel quirks cruft
` [PATCH v7 13/23] scsi: ufs: mediatek: Use the common PHY framework
` [PATCH v7 14/23] scsi: ufs: mediatek: Remove mediatek,ufs-broken-rtc property
` [PATCH v7 15/23] scsi: ufs: mediatek: Rework _ufs_mtk_clk_scale error paths
` [PATCH v7 16/23] scsi: ufs: mediatek: Clean up logging prints
` [PATCH v7 17/23] scsi: ufs: mediatek: Rework ufs_mtk_wait_idle_state
` [PATCH v7 18/23] scsi: ufs: mediatek: Don't acquire dvfsrc-vcore twice
` [PATCH v7 19/23] scsi: ufs: mediatek: Rework hardware version reading
` [PATCH v7 20/23] scsi: ufs: mediatek: Back up idle timer in per-instance struct
` [PATCH v7 21/23] scsi: ufs: mediatek: Remove ret local from link_startup_notify
` [PATCH v7 22/23] scsi: ufs: mediatek: Remove undocumented "clk-scale-up-vcore-min"
` [PATCH v7 23/23] scsi: ufs: mediatek: Add MT8196 compatible, update copyright

[LSF/MM/BPF TOPIC] Native SCSI multipath support
 2026-02-25  9:26 UTC  (6+ messages)

[PATCH V5 0/3] Add UFS support for x1e80100 SoC
 2026-02-25  8:58 UTC  (3+ messages)

[PATCH v1] mpi3mr: Clear reset history on ready and recheck state after timeout
 2026-02-25  8:26 UTC 

[PATCH v1] ufs: core: Move link recovery for hibern8 exit failure to wl_resume
 2026-02-25  2:08 UTC  (3+ messages)

[PATCH] scsi: ufs: core: Fix shift out of bounds when MAXQ=32
 2026-02-25  2:08 UTC  (3+ messages)

[PATCH 29/62] fnic: Make fnic_queuecommand() easier to analyze
 2026-02-24 21:43 UTC  (4+ messages)
` [PATCH 30/62] megaraid: Protect more code with instance->reset_mutex

[PATCH v3 0/4] soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get()
 2026-02-24 21:30 UTC  (7+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 3/4] mmc: sdhci-msm: Remove NULL check from devm_of_qcom_ice_get()
` [PATCH v3 4/4] scsi: ufs: ufs-qcom: "

[PATCH v2 0/2] xen/xenbus: better handle backend crash
 2026-02-24 19:20 UTC  (3+ messages)
` [PATCH v2 1/2] xenbus: add xenbus_device parameter to xenbus_read_driver_state()

[PATCH 1/5] scsi: fnic: Use mempool for receive frames
 2026-02-24 19:13 UTC  (2+ messages)

[PATCH v2] ufs: core: support UFSHCI 4.1 CQ entry tag
 2026-02-24 18:42 UTC  (2+ messages)

[PATCH RESEND] platform/surface: Replace deprecated strcpy + strcat in blogic_rdconfig
 2026-02-24 18:41 UTC  (3+ messages)

[PATCH v2 0/2] add debug log for command timeout
 2026-02-24 18:41 UTC  (2+ messages)

[PATCH 00/13] Update lpfc to revision 14.4.0.14
 2026-02-24 18:09 UTC  (2+ messages)

[PATCH] scsi: ufs: core: Reset urgent_bkops_lvl to allow runtime PM power mode
 2026-02-24 16:47 UTC  (2+ messages)

[PATCH v3] scsi: pm8001: Fix use-after-free in pm8001_queue_command()
 2026-02-24 16:47 UTC  (2+ messages)

[PATCH] scsi: ses: fix devices attaching to different hosts
 2026-02-24 16:47 UTC  (2+ messages)

[PATCH v1] mpi3mr: Add NULL checks when resetting request and reply queues
 2026-02-24 16:47 UTC  (2+ messages)

[PATCH v3] scsi: ufs: core: Fix RPMB region size detection for UFS 2.2
 2026-02-24 16:47 UTC  (2+ messages)

[PATCH v2 1/1] scsi: lpfc: Properly set WC for DPP mapping
 2026-02-24 16:47 UTC  (2+ messages)

[PATCH] scsi: storvsc: Fix scheduling while atomic on PREEMPT_RT
 2026-02-24 16:47 UTC  (2+ messages)

[PATCH] snic: MAINTAINERS: Update snic maintainers
 2026-02-24 16:47 UTC  (2+ messages)

[PATCH] scsi: snic: Remove unused linkstatus
 2026-02-24 16:47 UTC  (2+ messages)

[PATCH V2 0/3] Ensure ordered namespace registration during async scan
 2026-02-24 14:39 UTC  (7+ messages)
` [PATCH V2 1/3] lib: Introduce completion chain helper
` [PATCH V2 2/3] nvme-core: register namespaces in order during async scan
` [PATCH V2 3/3] scsi: Convert async scanning to use the completion chain helper

[PATCH v5 0/4] Enable ICE clock scaling
 2026-02-24 13:31 UTC  (11+ messages)
` [PATCH v5 2/4] soc: qcom: ice: Add OPP-based clock scaling support for ICE

blktests failures with v6.19 kernel
 2026-02-24  7:47 UTC  (2+ messages)

[PATCH v2 0/3] scsi: sg: minor bugfix and cleanup
 2026-02-24  1:20 UTC  (3+ messages)

[PATCH] scsi: scsh_dh_alua use the device timeout rather than a constant
 2026-02-24  1:07 UTC 

[PATCH] scsi: fix refcount leaking for "tagset_refcnt"
 2026-02-23 23:27 UTC 

[PATCH] scsi: ses: Handle positive SCSI error from ses_recv_diag()
 2026-02-23 19:30 UTC  (3+ messages)

[PATCH] scsi: ufs: qcom: dt-bindings: Document the Eliza UFS controller
 2026-02-23 16:20 UTC  (3+ messages)

[PATCH] scsi: qla2xxx: Completely fix fcport double free
 2026-02-23 10:49 UTC  (2+ messages)


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