messages from 2026-07-22 15:29:19 to 2026-07-23 09:58:38 UTC [more...]
[PATCH v4 00/28] Native SCSI Multipath support
2026-07-23 9:58 UTC (34+ messages)
` [PATCH v4 01/28] libmultipath: Add initial framework
` [PATCH v4 02/28] libmultipath: Add basic gendisk support
` [PATCH v4 03/28] libmultipath: Add path selection support
` [PATCH v4 04/28] libmultipath: Add bio handling
` [PATCH v4 05/28] libmultipath: Add support for mpath_device management
` [PATCH v4 06/28] libmultipath: Add delayed removal support
` [PATCH v4 07/28] libmultipath: Add sysfs helpers
` [PATCH v4 08/28] libmultipath: Add mpath_bdev_report_zones()
` [PATCH v4 09/28] libmultipath: Add support for block device IOCTL
` [PATCH v4 10/28] libmultipath: Add mpath_bdev_getgeo()
` [PATCH v4 11/28] libmultipath: Add mpath_bdev_get_unique_id()
` [PATCH v4 12/28] scsi-multipath: introduce basic SCSI device support
` [PATCH v4 13/28] scsi-multipath: introduce scsi_device head structure
` [PATCH v4 14/28] scsi-multipath: provide sysfs link from to scsi_device
` [PATCH v4 15/28] scsi-multipath: support iopolicy
` [PATCH v4 16/28] scsi-multipath: clone each bio
` [PATCH v4 17/28] scsi-multipath: clear path when device is blocked
` [PATCH v4 18/28] scsi-multipath: revalidate paths upon device unblock
` [PATCH v4 19/28] scsi-multipath: failover handling
` [PATCH v4 20/28] scsi-multipath: provide callbacks for path state
` [PATCH v4 21/28] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH v4 22/28] scsi-multipath: add delayed disk removal support
` [PATCH v4 23/28] scsi: sd: add multipath disk class
` [PATCH v4 24/28] scsi: sd: add multipath disk attr groups
` [PATCH v4 25/28] scsi: sd: support multipath disk
` [PATCH v4 26/28] scsi: sd: add mpath_dev file
` [PATCH v4 27/28] scsi: sd: add mpath_numa_nodes dev attribute
` [PATCH v4 28/28] scsi: sd: add mpath_queue_depth "
[PATCH v6 00/56] scsi: qla2xxx: Add QLA29xx series adapter support
2026-07-23 9:45 UTC (68+ 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 v6 35/56] scsi: qla2xxx: Update VP control IOCB handling "
` [PATCH v6 36/56] scsi: qla2xxx: Add build-time size check for VP config IOCB layout
` [PATCH v6 37/56] scsi: qla2xxx: Add size check for extended VP report ID entry
` [PATCH v6 38/56] scsi: qla2xxx: Add LS4 pass-through IOCB handling for 29xx series
` [PATCH v6 39/56] scsi: qla2xxx: Adjust feature gating in BSG paths for 29xx support
` [PATCH v6 40/56] scsi: qla2xxx: Fix queue teardown NULL dma_free and bitmap locking
` [PATCH v6 41/56] scsi: qla2xxx: Replace __le16 bitfields with scalar and accessors
` [PATCH v6 42/56] scsi: qla2xxx: Fix endianness annotations in vp_rpt_id_entry structures
` [PATCH v6 43/56] scsi: qla2xxx: Use 64-bit FPM word counters for 29xx host stats
` [PATCH v6 44/56] scsi: qla2xxx: Add 64G/128G port speed setting support
` [PATCH v6 45/56] scsi: qla2xxx: Fix 64G link speed reporting in get_data_rate
` [PATCH v6 46/56] scsi: qla2xxx: edif: Fix NULL pointer deref in RX SA delete check
` [PATCH v6 47/56] scsi: qla2xxx: Fix Name Server logout detection on FWI2 adapters
` [PATCH v6 48/56] scsi: qla2xxx: Bound VP index against VP_CTRL IOCB bitmap size
` [PATCH v6 49/56] scsi: qla2xxx: Check entry_status in qla24xx_modify_vp_config()
` [PATCH v6 50/56] scsi: qla2xxx: Hold vport reference in qla24xx_report_id_acquisition()
` [PATCH v6 51/56] scsi: qla2xxx: Initialize NVMe abort_work once at submission
` [PATCH v6 52/56] scsi: qla2xxx: Hold qpair lock when sending NVMe LS reject
` [PATCH v6 53/56] scsi: qla2xxx: Zero dport diagnostics buffer to avoid info leak
` [PATCH v6 54/56] scsi: qla2xxx: Fix BSG job leak on validate flash image error path
` [PATCH v6 55/56] scsi: qla2xxx: Bound image count in qla2x00_update_fru_versions()
` [PATCH v6 56/56] scsi: qla2xxx: Update version to 12.00.00.2607b1
[PATCH 0/5] scsi: ufs: Fix descriptor parsing and invalid input handling
2026-07-23 8:12 UTC (12+ 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 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-23 7:47 UTC (3+ messages)
[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 (2+ messages)
[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 (23+ 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] scsi: target: Clear cmd_cnt when initial counter enrollment fails
2026-07-22 16:41 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox