Linux SCSI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-07-20 09:48:16 to 2026-07-23 05:06:13 UTC [more...]

[PATCH v6 00/56] scsi: qla2xxx: Add QLA29xx series adapter support
 2026-07-23  5:03 UTC  (35+ messages)
` [PATCH v6 01/56] scsi: qla2xxx: Add 29xx series PCI device ID support
` [PATCH v6 02/56] scsi: qla2xxx: Add flash read/write interface for 29xx
` [PATCH v6 03/56] scsi: qla2xxx: Add NVRAM config support for 29xx adapters
` [PATCH v6 04/56] scsi: qla2xxx: Add 29xx support in queue initialisation path
` [PATCH v6 05/56] scsi: qla2xxx: Add FC operational firmware load for 29xx
` [PATCH v6 06/56] scsi: qla2xxx: Remove redundant VPD flash read in sysfs read path
` [PATCH v6 07/56] scsi: qla2xxx: Add flash block read/write BSG support for 29xx
` [PATCH v6 08/56] scsi: qla2xxx: Add BSG MPI firmware load/dump "
` [PATCH v6 09/56] scsi: qla2xxx: Add 128-byte IOCB definitions "
` [PATCH v6 10/56] scsi: qla2xxx: Add extended status continuation and marker IOCBs
` [PATCH v6 11/56] scsi: qla2xxx: Update IO path to use 128-byte IOCBs for 29xx
` [PATCH v6 12/56] scsi: qla2xxx: Skip image-set-valid attribute "
` [PATCH v6 13/56] scsi: qla2xxx: Skip unsupported sysfs attributes "
` [PATCH v6 14/56] scsi: qla2xxx: Enable get_fw_version mailbox "
` [PATCH v6 15/56] scsi: qla2xxx: Extend execute_fw mailbox to include 29xx
` [PATCH v6 16/56] scsi: qla2xxx: Enable get_adapter_id mailbox for 29xx
` [PATCH v6 17/56] scsi: qla2xxx: Enable init_firmware "
` [PATCH v6 18/56] scsi: qla2xxx: Enable get_firmware_state "
` [PATCH v6 19/56] scsi: qla2xxx: Enable serdes, resource count and FCE trace "
` [PATCH v6 20/56] scsi: qla2xxx: Enable set_els_cmds and echo_test "
` [PATCH v6 21/56] scsi: qla2xxx: Add support for QLA29XX in data rate functions
` [PATCH v6 22/56] scsi: qla2xxx: Enable qla2x00_shutdown for 29xx
` [PATCH v6 23/56] scsi: qla2xxx: Use ring-slot helpers in __qla2x00_alloc_iocbs
` [PATCH v6 24/56] scsi: qla2xxx: Add support for QLA29XX in memory allocation
` [PATCH v6 25/56] scsi: qla2xxx: Handle sts_cont_entry_ext_t for 29xx adapters
` [PATCH v6 26/56] scsi: qla2xxx: Update handling of status entries for 29xx series
` [PATCH v6 27/56] scsi: qla2xxx: Enhance ct_entry_24xx_ext iocb handling "
` [PATCH v6 28/56] scsi: qla2xxx: Enhance purex_entry "
` [PATCH v6 29/56] scsi: qla2xxx: Update handling of ELS IOCBs "
` [PATCH v6 30/56] scsi: qla2xxx: Add size check for ELS status entry layout on 29xx
` [PATCH v6 31/56] scsi: qla2xxx: Add 29xx extended logio IOCB support
` [PATCH v6 32/56] scsi: qla2xxx: Enhance task management IOCB handling for 29xx series
` [PATCH v6 33/56] scsi: qla2xxx: Add abort command "
` [PATCH v6 34/56] scsi: qla2xxx: Enhance ABTS processing "

[PATCH] scsi: core: do not block on tag allocation in scsi_eh_lock_door()
 2026-07-23  4:12 UTC 

[PATCH v7 0/2] fixup handling of timeouts with deferred QCs
 2026-07-23  4:20 UTC  (6+ messages)
` [PATCH v7 1/2] ata: libata-scsi: terminate deferred commands on time out
` [PATCH v7 2/2] scsi: libsas: "

[PATCH] scsi: ufs: core: Initialize hba->rpmbs list in ufshcd
 2026-07-23  3:57 UTC  (2+ messages)

[PATCH v2 00/33] ibmvfc: NVMe/FC support over IBM Virtual FC
 2026-07-23  1:08 UTC  (62+ messages)
` [PATCH v2 01/33] ibmvfc: don't call locked done variant for MADs on send failure
` [PATCH v2 02/33] ibmvfc: flush rport_add_work_q during driver teardown
` [PATCH v2 03/33] ibmvfc: check for NULL evt in implicit LOGO and target delete path
` [PATCH v2 04/33] ibmvfc: free ibmvfc_target allocations with mempool_free
` [PATCH v2 05/33] ibmvfc: move target list from host to protocol specific channel groups
` [PATCH v2 06/33] ibmvfc: add NVMe/FC protocol interface definitions
` [PATCH v2 07/33] ibmvfc: split NVMe support into separate source file and add transport stubs
` [PATCH v2 08/33] ibmvfc: initialize NVMe channel configuration during driver probe
` [PATCH v2 09/33] ibmvfc: alloc/dealloc sub-queues for nvme channels
` [PATCH v2 10/33] ibmvfc: add logic for protocol specific fabric logins
` [PATCH v2 11/33] ibmvfc: add wrapper to get vhost associated with a channel struct
` [PATCH v2 12/33] ibmvfc: add helper for creating protocol specific discovery event
` [PATCH v2 13/33] ibmvfc: add helper to check NVMe/FC support with active channels
` [PATCH v2 14/33] ibmvfc: allocate and free NVMe channel group discover buffer
` [PATCH v2 15/33] ibmvfc: send NVMe target discovery MAD
` [PATCH v2 16/33] ibmvfc: add NVMe/FC Implicit Logout and Move Login support
` [PATCH v2 17/33] ibmvfc: add NVMe/FC Port "
` [PATCH v2 18/33] ibmvfc: add NVMe/FC Process "
` [PATCH v2 19/33] ibmvfc: add NVMe/FC Query Target support
` [PATCH v2 20/33] ibmvfc: allocate targets based on protocol
` [PATCH v2 21/33] ibmvfc: delete NVMe/FC targets as well as SCSI
` [PATCH v2 22/33] ibmvfc: update state machine to process NVMe/FC targets
` [PATCH v2 23/33] ibmvfc: implement NVMe/FC stubs for local/remote port registration
` [PATCH v2 24/33] ibmvfc: register local nvme fc port after fabric login
` [PATCH v2 25/33] ibmvfc: process NVMe/FC rports in work thread
` [PATCH v2 26/33] ibmvfc: extend ibmvfc_debug visibility to ibmvfc-nvme.h
` [PATCH v2 27/33] ibmvfc: declare global function definitions
` [PATCH v2 28/33] ibmvfc: implement LLDD callbacks for mapping nvme-fc queues
` [PATCH v2 29/33] ibmvfc: implement nvme-fc LS submission transport callback
` [PATCH v2 30/33] ibmvfc: implement nvme-fc IO command submission callback
` [PATCH v2 31/33] ibmvfc: implement nvme-fc LS abort handling callback
` [PATCH v2 32/33] ibmvfc: implement nvme-fc FCP abort callback
` [PATCH v2 33/33] ibmvfc: fail nvme-fc fcp-io and ls requests during transport reset

[PATCH] scsi: smartpqi: add new pci device-ids
 2026-07-22 22:48 UTC  (7+ messages)
` [PATCH] scsi: smartpqi: add support for CCISS_BIG_PASSTHRU ioctl
` [PATCH] scsi: smartpqi: Fix AIO retry marker cleared by SCSI core between dispatches
` [PATCH] scsi: smartpqi: update version to 2.1.42-011
` [PATCH] scsi: smartpqi: add new pci device-ids (please disregard, duplicate)

[PATCH v1 0/4] smartpqi: fixes and updates for 2.1.42-011
 2026-07-22 22:36 UTC  (7+ messages)
` [PATCH v1 1/4] smartpqi: Fix AIO retry marker cleared by SCSI core between dispatches
` [PATCH v1 2/4] smartpqi: add support for CCISS_BIG_PASSTHRU ioctl
` [PATCH v1 3/4] smartpqi: add new pci device-ids
` [PATCH v1 4/4] smartpqi: update version to 2.1.42-011

[PATCH] scsi: mpt3sas: validate variable event array spans
 2026-07-22 20:25 UTC  (28+ messages)
  ` How to fix problems with the sashiko review model

[PATCH v5] scsi: fill in DMA padding bytes in scsi_alloc_sgtables
 2026-07-22 18:27 UTC  (2+ messages)

[PATCH] scsi: ufs: ufshcd.h: fix all kernel-doc warnings
 2026-07-22 18:11 UTC  (2+ messages)

[PATCH 0/5] scsi: ufs: Fix descriptor parsing and invalid input handling
 2026-07-22 18:08 UTC  (13+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] scsi: ufs: core: Validate string descriptors
  ` [PATCH v2 2/6] scsi: ufs: Avoid NULL CQE dereference when reporting invalid tags
  ` [PATCH v2 4/6] scsi: ufs: rpmb: Validate request frame length before parsing
  ` [PATCH v2 5/6] scsi: ufs: rpmb: Use unaligned accessors for RPMB frames
  ` [PATCH v2 6/6] scsi: ufs: debugfs: Reserve space for a string terminator

[PATCH v2] scsi: ufs: Add support for the aggregated read query opcode
 2026-07-22 17:08 UTC  (3+ messages)

[PATCH] scsi: target: Clear cmd_cnt when initial counter enrollment fails
 2026-07-22 16:41 UTC  (4+ messages)

[PATCH] scsi: mpt3sas: don't post task management replies to io_uring poll queues
 2026-07-22 13:46 UTC  (2+ messages)

[RFC PATCH 0/4] virtio: SQ/CQ doorbell polling for vhost-scsi
 2026-07-22 11:00 UTC  (7+ messages)
` [RFC PATCH 1/4] common: add UAPI for SQ/CQ doorbell polling
` [RFC PATCH 2/4] vhost: host kernel support for SQ/CQ polling
` [RFC PATCH 3/4] virtio: guest driver "
` [RFC PATCH 4/4] virtio: add SQ/CQ polling mode support for vhost-scsi

[PATCH v3] scsi: ufs: core: Fix UFS RPMB device teardown order
 2026-07-22  9:43 UTC  (3+ messages)

[PATCH v2 0/2] scsi: support spinup notification for SAS SSP devices in Active_Wait/Idle_Wait state
 2026-07-22  9:11 UTC  (8+ messages)
` [PATCH v2 2/2] scsi: hisi_sas: add spinup_notify callback to handle Active_Wait/Idle_Wait SSP devices

[PATCH] scsi: target: avoid strlen() in target_core_call_addhbatotarget()
 2026-07-22  8:14 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v1] ufs: core: Remove unnecessary block I/O quiesce for clock scaling
 2026-07-22  2:25 UTC  (4+ messages)

[PATCH v2 0/7] pci: fix UAF and TOCTOU related to dynamic ID
 2026-07-21 22:36 UTC  (3+ messages)

[PATCH v3 9/9] pci: fix UAF when probe runs concurrent to dyn ID removal
 2026-07-21 22:35 UTC  (2+ messages)

[PATCH v3 8/9] pci: fix dyn_id add TOCTOU
 2026-07-21 22:34 UTC  (2+ messages)

[PATCH v3 7/9] pci: make pci_match_one_device match on ID instead of device
 2026-07-21 22:33 UTC  (2+ messages)

[PATCH v3 0/9] pci: fix UAF and TOCTOU related to dynamic ID
 2026-07-21 13:17 UTC  (2+ messages)

Regression: mpt3sas SAS3216 (9305-16e) fails after kernel update (works on previous kernel)
 2026-07-21 11:37 UTC 

[PATCH v2 0/2] scsi: sg: validate and clean up scatter_elem_sz handling
 2026-07-21  8:41 UTC  (2+ messages)

[PATCH v9 00/23] MediaTek UFS Cleanup and MT8196 Enablement
 2026-07-20 16:21 UTC  (6+ messages)
` [PATCH v9 03/23] dt-bindings: ufs: mediatek,ufs: Add mt8196 variant

[PATCH v2 0/4] scsi: replace __get_free_pages() with kmalloc()
 2026-07-20 12:43 UTC  (2+ messages)

[PATCH V2] scsi: ufs: dt-bindings: Document the Maili UFS Controller
 2026-07-20 12:35 UTC  (2+ messages)

[PATCH] ufs: core: Revert "Delegate the interrupt service routine to a threaded IRQ handler"
 2026-07-20 11:49 UTC  (2+ messages)

[PATCH v1 0/2] ufs: rpmb: make RPMB usable with OP-TEE key derivation
 2026-07-20 10:56 UTC  (3+ messages)


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