Linux SCSI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-07-06 14:10:47 to 2026-07-07 07:34:01 UTC [more...]

[PATCH v3 00/88] scsi: qla2xxx: Add QLA29xx series adapter support
 2026-07-07  7:34 UTC  (148+ messages)
` [PATCH v3 01/88] scsi: qla2xxx: Add 29xx series PCI device ID support
` [PATCH v3 02/88] scsi: qla2xxx: Add flash read/write interface for 29xx
` [PATCH v3 03/88] scsi: qla2xxx: Add NVRAM config support for 29xx adapters
` [PATCH v3 04/88] scsi: qla2xxx: Add 29xx support in queue initialisation path
` [PATCH v3 05/88] scsi: qla2xxx: Add FC operational firmware load for 29xx
` [PATCH v3 06/88] scsi: qla2xxx: Remove redundant VPD flash read in sysfs read path
` [PATCH v3 07/88] scsi: qla2xxx: Add flash block read/write BSG support for 29xx
` [PATCH v3 08/88] scsi: qla2xxx: Add BSG MPI firmware load/dump "
` [PATCH v3 09/88] scsi: qla2xxx: Add 128-byte IOCB definitions "
` [PATCH v3 10/88] scsi: qla2xxx: Add extended status continuation and marker IOCBs
` [PATCH v3 11/88] scsi: qla2xxx: Update IO path to use 128-byte IOCBs for 29xx
` [PATCH v3 12/88] scsi: qla2xxx: Skip image-set-valid attribute "
` [PATCH v3 13/88] scsi: qla2xxx: Skip unsupported sysfs attributes "
` [PATCH v3 14/88] scsi: qla2xxx: Enable get_fw_version mailbox "
` [PATCH v3 15/88] scsi: qla2xxx: Extend execute_fw mailbox to include 29xx
` [PATCH v3 16/88] scsi: qla2xxx: Enable get_adapter_id mailbox for 29xx
` [PATCH v3 17/88] scsi: qla2xxx: Enable init_firmware "
` [PATCH v3 18/88] scsi: qla2xxx: Enable get_firmware_state "
` [PATCH v3 19/88] scsi: qla2xxx: Enable serdes, resource count and FCE trace "
` [PATCH v3 20/88] scsi: qla2xxx: Enable set_els_cmds and echo_test "
` [PATCH v3 21/88] scsi: qla2xxx: Add support for QLA29XX in data rate functions
` [PATCH v3 22/88] scsi: qla2xxx: Enable qla2x00_shutdown for 29xx
` [PATCH v3 23/88] scsi: qla2xxx: Use ring-slot helpers in __qla2x00_alloc_iocbs
` [PATCH v3 24/88] scsi: qla2xxx: Add support for QLA29XX in memory allocation
` [PATCH v3 25/88] scsi: qla2xxx: Handle sts_cont_entry_ext_t for 29xx adapters
` [PATCH v3 26/88] scsi: qla2xxx: Update handling of status entries for 29xx series
` [PATCH v3 27/88] scsi: qla2xxx: Enhance ct_entry_24xx_ext iocb handling "
` [PATCH v3 28/88] scsi: qla2xxx: Enhance purex_entry "
` [PATCH v3 29/88] scsi: qla2xxx: Update handling of ELS IOCBs "
` [PATCH v3 30/88] scsi: qla2xxx: Add size check for ELS status entry layout on 29xx
` [PATCH v3 31/88] scsi: qla2xxx: Add 29xx extended logio IOCB support
` [PATCH v3 32/88] scsi: qla2xxx: Enhance task management IOCB handling for 29xx series
` [PATCH v3 33/88] scsi: qla2xxx: Add abort command "
` [PATCH v3 34/88] scsi: qla2xxx: Enhance ABTS processing "
` [PATCH v3 35/88] scsi: qla2xxx: Update VP control IOCB handling "
` [PATCH v3 36/88] scsi: qla2xxx: Add build-time size check for VP config IOCB layout
` [PATCH v3 37/88] scsi: qla2xxx: Add size check for extended VP report ID entry
` [PATCH v3 38/88] scsi: qla2xxx: Add LS4 pass-through IOCB handling for 29xx series
` [PATCH v3 39/88] scsi: qla2xxx: Adjust feature gating in BSG paths for 29xx support
` [PATCH v3 40/88] scsi: qla2xxx: Fix queue teardown NULL dma_free and bitmap locking
` [PATCH v3 41/88] scsi: qla2xxx: Replace __le16 bitfields with scalar and accessors
` [PATCH v3 42/88] scsi: qla2xxx: Fix endianness annotations in vp_rpt_id_entry structures
` [PATCH v3 43/88] scsi: qla2xxx: Use 64-bit FPM word counters for 29xx host stats
` [PATCH v3 44/88] scsi: qla2xxx: Add 64G/128G port speed setting support
` [PATCH v3 45/88] scsi: qla2xxx: Fix 64G link speed reporting in get_data_rate
` [PATCH v3 46/88] scsi: qla2xxx: edif: Fix NULL pointer deref in RX SA delete check
` [PATCH v3 47/88] scsi: qla2xxx: Fix Name Server logout detection on FWI2 adapters
` [PATCH v3 48/88] scsi: qla2xxx: Bound VP index against VP_CTRL IOCB bitmap size
` [PATCH v3 49/88] scsi: qla2xxx: Check entry_status in qla24xx_modify_vp_config()
` [PATCH v3 50/88] scsi: qla2xxx: Hold vport reference in qla24xx_report_id_acquisition()
` [PATCH v3 51/88] scsi: qla2xxx: Initialize NVMe abort_work once at submission
` [PATCH v3 52/88] scsi: qla2xxx: Hold qpair lock when sending NVMe LS reject
` [PATCH v3 53/88] scsi: qla2xxx: Zero dport diagnostics buffer to avoid info leak
` [PATCH v3 54/88] scsi: qla2xxx: Fix BSG job leak on validate flash image error path
` [PATCH v3 55/88] scsi: qla2xxx: Bound image count in qla2x00_update_fru_versions()
` [PATCH v3 56/88] scsi: qla2xxx: Clamp MSI-X derived queue counts to avoid truncation
` [PATCH v3 57/88] scsi: qla2xxx: Improve firmware dump data capture
` [PATCH v3 58/88] scsi: qla2xxx: Serialize flash version read in reset handler
` [PATCH v3 59/88] scsi: qla2xxx: Fix use-after-free of qpair work on queue teardown
` [PATCH v3 60/88] scsi: qla2xxx: Clarify MPI optrom address/length units
` [PATCH v3 61/88] scsi: qla2xxx: Fix cs84xx use-after-free on host teardown
` [PATCH v3 62/88] scsi: qla2xxx: Don't query firmware state while chip is down
` [PATCH v3 63/88] scsi: qla2xxx: Zero mailbox struct in qla2x00_get_firmware_state()
` [PATCH v3 64/88] scsi: qla2xxx: Fix FCE trace enable parsing in debugfs
` [PATCH v3 65/88] scsi: qla2xxx: Fix FCE trace use-after-free during firmware dump
` [PATCH v3 66/88] scsi: qla2xxx: Use memset_io() to clear QLAFX00 request ring slot
` [PATCH v3 67/88] scsi: qla2xxx: Null out freed pointers in qla2x00_mem_alloc() error path
` [PATCH v3 68/88] scsi: qla2xxx: Fix response queue over-consumption in __qla_consume_iocb()
` [PATCH v3 69/88] scsi: qla2xxx: Fix soft lockup polling continuation IOCB signature
` [PATCH v3 70/88] scsi: qla2xxx: Bound rsp_info_len to avoid OOB sense-data read
` [PATCH v3 71/88] scsi: qla2xxx: Avoid req_q_map double-read in qla2x00_error_entry()
` [PATCH v3 72/88] scsi: qla2xxx: Quiesce response IRQ before freeing request queue
` [PATCH v3 73/88] scsi: qla2xxx: Reject non-SCSI SRB on status IOCB fast path
` [PATCH v3 74/88] scsi: qla2xxx: Clamp max_npiv_vports to VP_CTRL bitmap capacity
` [PATCH v3 75/88] scsi: qla2xxx: Avoid double completion in async IOCB timeout
` [PATCH v3 76/88] scsi: qla2xxx: Skip vport under deletion in report ID acquisition
` [PATCH v3 77/88] scsi: qla2xxx: Drop vport reference under lock "
` [PATCH v3 78/88] scsi: qla2xxx: Hold vport_slock for host map update "
` [PATCH v3 79/88] scsi: qla2xxx: Fix NVMe abort reference leak on repeated abort
` [PATCH v3 80/88] scsi: qla2xxx: Skip NVMe LS reject IOCB when FW not started
` [PATCH v3 81/88] scsi: qla2xxx: Unlink NVMe unsol ctx before freeing on LS reject error
` [PATCH v3 82/88] scsi: qla2xxx: Serialize NVMe unsol ctx list with a per-fcport lock
` [PATCH v3 83/88] scsi: qla2xxx: Use coherent DMA buffer for D_Port diagnostics
` [PATCH v3 84/88] scsi: qla2xxx: Zero-init bsg stack buffers to avoid info leak
` [PATCH v3 85/88] scsi: qla2xxx: Validate BSG request_len before reading vendor_cmd[]
` [PATCH v3 86/88] scsi: qla2xxx: Zero SFP DMA buffer in FRU/I2C bsg handlers
` [PATCH v3 87/88] scsi: qla2xxx: Bound i2c->length in I2C "
` [PATCH v3 88/88] scsi: qla2xxx: Update version to 12.00.00.2607b1

[PATCH] scsi: lpfc: Fix memory leak in lpfc_sli4_driver_resource_setup()
 2026-07-07  6:53 UTC 

[PATCH v2 0/3] scsi: sd: fix probe error cleanup, special_vec leak and sd_done() sense gate
 2026-07-07  3:30 UTC  (6+ messages)
` [PATCH v2 1/3] scsi: sd: fix error handling in sd_probe() after large pool creation failure
` [PATCH v2 2/3] scsi: sd: fix special_vec mempool leak when scsi_alloc_sgtables() fails
` [PATCH v2 3/3] scsi: sd: fix sd_done() sense handling condition

[PATCH v2] scsi: sg: report request-table problems when any status is set
 2026-07-07  3:08 UTC 

[PATCHv3] scsi: st: use kzalloc_array()
 2026-07-07  1:23 UTC  (2+ messages)

[PATCH v3 0/9] pci: fix UAF and TOCTOU related to dynamic ID
 2026-07-07  1:12 UTC  (11+ messages)
` [PATCH v3 1/9] ata: don't store pci_device_id
` [PATCH v3 2/9] nsp32: "
` [PATCH v3 3/9] ipack: tpci200: "
` [PATCH v3 4/9] mlxsw: "
` [PATCH v3 5/9] agp/via: don't rely on address of pci_device_id
` [PATCH v3 6/9] agp/amd-k7: "
` [PATCH v3 7/9] pci: make pci_match_one_device match on ID instead of device
` [PATCH v3 8/9] pci: fix dyn_id add TOCTOU
` [PATCH v3 9/9] pci: fix UAF when probe runs concurrent to dyn ID removal

[RFC PATCH 0/6] sbitmap enforced fairness for blk-mq
 2026-07-06 18:26 UTC  (9+ messages)
` [RFC PATCH 1/6] lib/sbitmap: add ranged allocation, bounded wakeup relay, and ranged weight
` [RFC PATCH 2/6] blk-mq: replace shared-tag fairness counter with allocation windows
` [RFC PATCH 3/6] blk-mq: factor out a per-hctx tag busy iterator
` [RFC PATCH 4/6] blk-mq: add a shared zone to tag fairness
` [RFC PATCH 5/6] blk-mq: cache shared-tag fairness windows
` [RFC PATCH 6/6] scsi: add shared-tag fairness to host_tagset drivers

[PATCH v3 00/17] Native SCSI multipath support
 2026-07-06 15:59 UTC  (37+ messages)
` [PATCH v3 01/17] scsi-multipath: introduce basic SCSI device support
` [PATCH v3 02/17] scsi-multipath: introduce scsi_device head structure
` [PATCH v3 04/17] scsi-multipath: support iopolicy
` [PATCH v3 05/17] scsi-multipath: clone each bio
` [PATCH v3 06/17] scsi-multipath: clear path when device is blocked
` [PATCH v3 07/17] scsi-multipath: failover handling
` [PATCH v3 08/17] scsi-multipath: provide callbacks for path state
` [PATCH v3 09/17] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH v3 11/17] scsi-multipath: add delayed disk removal support
` [PATCH v3 15/17] scsi: sd: add mpath_dev file
` [PATCH v3 16/17] scsi: sd: add mpath_numa_nodes dev attribute
` [PATCH v3 17/17] scsi: sd: add mpath_queue_depth "

[PATCH v2] scsi: ufs: core: Avoid possible memory reclaim deadlock in TX EQTR context
 2026-07-06 15:44 UTC  (2+ messages)

[PATCH] scsi: ufs: core: Avoid sleeping in hard interrupt context when PREEMP_RT is enabled
 2026-07-06 15:20 UTC  (4+ messages)

[PATCH] scsi: sg: report request-table problems when any status is set
 2026-07-06 14:47 UTC  (2+ messages)

[PATCH] ufs: switch WriteBooster missing free space message as warn_once
 2026-07-06 14:36 UTC  (2+ messages)

[PATCH 0/3] scsi: ufs: Harden TX EQTR error handling paths
 2026-07-06 14:34 UTC  (3+ messages)
` [PATCH 3/3] scsi: ufs: core: Always run tx_eqtr POST_CHANGE notify

[PATCH] ufs: core: tracing: Do not dereference pointers in TP_printk()
 2026-07-06 14:22 UTC  (2+ messages)

[PATCH v3 00/13] libmultipath: a generic multipath lib for block drivers
 2026-07-06 14:16 UTC  (7+ messages)
` [PATCH v3 09/13] libmultipath: Add PR support
` [PATCH v3 11/13] libmultipath: Add support for block device IOCTL

[PATCH] scsi: ufs: ufshcd: use str_enabled_disabled() for Write Booster messages
 2026-07-06 14:10 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