messages from 2025-09-22 10:40:41 to 2025-09-29 14:38:45 UTC [more...]
[PATCH v2 00/16] qla2xxx target mode improvements
2025-09-29 14:38 UTC (9+ messages)
` [PATCH v2 01/16] Revert "scsi: qla2xxx: Perform lockless command completion in abort path"
` [PATCH v2 02/16] scsi: qla2xxx: fix initiator mode with qlini_mode=exclusive
` [PATCH v2 03/16] scsi: qla2xxx: fix lost interrupts with qlini_mode=disabled
` [PATCH v2 04/16] scsi: qla2xxx: use reinit_completion on mbx_intr_comp
` [PATCH v2 05/16] scsi: qla2xxx: remove code for unsupported hardware
` [PATCH v2 06/16] scsi: qla2xxx: improve debug output for term exchange
` [PATCH v2 07/16] scsi: qla2xxx: fix term exchange when cmd_sent_to_fw == 1
` [PATCH v2 08/16] scsi: qla2xxx: clear cmds after chip reset
[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
2025-09-29 13:49 UTC (21+ messages)
` [PATCH 01/19 v6.1.y] minmax: add in_range() macro
` [PATCH 02/19 v6.1.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 v6.1.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 v6.1.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 05/19 v6.1.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 v6.1.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 08/19 v6.1.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 09/19 v6.1.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 v6.1.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 v6.1.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 v6.1.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 v6.1.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 v6.1.y] minmax.h: update some comments
` [PATCH 15/19 v6.1.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 v6.1.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 v6.1.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 v6.1.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 v6.1.y] minmax.h: remove some #defines that are only expanded once
[PATCH] linux-firmware: WHENCE: identify Qlogic firmware
2025-09-29 12:38 UTC (2+ messages)
[PATCH] scsi: ufs: core: Fix PM QoS mutex initialization
2025-09-29 11:27 UTC
[PATCH v1] scsi: ufs: core: Introduce quirk to check UTP error
2025-09-29 10:58 UTC
[PATCH next] scsi: qla4xxx: fix typos in comments
2025-09-29 9:25 UTC
[PATCH v2] scsi: qla2xxx: remove references to unavailable firmware files
2025-09-28 14:18 UTC
[PATCH v5 00/28] Optimize the hot path in the UFS driver
2025-09-27 9:39 UTC (45+ messages)
` [PATCH v5 01/28] scsi: core: Support allocating reserved commands
` [PATCH v5 02/28] scsi: core: Move two statements
` [PATCH v5 03/28] scsi: core: Make the budget map optional
` [PATCH v5 04/28] scsi: core: Support allocating a pseudo SCSI device
` [PATCH v5 05/28] scsi: core: Introduce .queue_reserved_command()
` [PATCH v5 06/28] scsi: core: Add scsi_{get,put}_internal_cmd() helpers
` [PATCH v5 07/28] scsi_debug: Abort SCSI commands via .queue_reserved_command()
` [PATCH v5 08/28] ufs: core: Move an assignment in ufshcd_mcq_process_cqe()
` [PATCH v5 09/28] ufs: core: Change the type of one ufshcd_add_cmd_upiu_trace() argument
` [PATCH v5 10/28] ufs: core: Only call ufshcd_add_command_trace() for SCSI commands
` [PATCH v5 11/28] ufs: core: Change the type of one ufshcd_add_command_trace() argument
` [PATCH v5 12/28] ufs: core: Change the type of one ufshcd_send_command() argument
` [PATCH v5 13/28] ufs: core: Only call ufshcd_should_inform_monitor() for SCSI commands
` [PATCH v5 14/28] ufs: core: Change the monitor function argument types
` [PATCH v5 15/28] ufs: core: Rework ufshcd_mcq_compl_pending_transfer()
` [PATCH v5 16/28] ufs: core: Rework ufshcd_eh_device_reset_handler()
` [PATCH v5 17/28] ufs: core: Rework the SCSI host queue depth calculation code
` [PATCH v5 18/28] ufs: core: Allocate the SCSI host earlier
` [PATCH v5 19/28] ufs: core: Call ufshcd_init_lrb() later
` [PATCH v5 20/28] ufs: core: Use hba->reserved_slot
` [PATCH v5 21/28] ufs: core: Make the reserved slot a reserved request
` [PATCH v5 22/28] ufs: core: Do not clear driver-private command data
` [PATCH v5 23/28] ufs: core: Optimize the hot path
` [PATCH v5 24/28] ufs: core: Pass a SCSI pointer instead of an LRB pointer
` [PATCH v5 25/28] ufs: core: Remove the ufshcd_lrb task_tag member
` [PATCH v5 26/28] ufs: core: Make blk_mq_tagset_busy_iter() skip reserved requests
` [PATCH v5 27/28] ufs: core: Move code out of ufshcd_wait_for_dev_cmd()
` [PATCH v5 28/28] ufs: core: Switch to scsi_get_internal_cmd()
[PATCH v1 0/3] Add OP-TEE based RPMB driver for UFS devices
2025-09-27 8:40 UTC (11+ messages)
` [PATCH v1 1/3] rpmb: move rpmb_frame struct and constants to common header
` [PATCH v1 2/3] scsi: ufs: core: fix incorrect buffer duplication in ufshcd_read_string_desc()
` [PATCH v1 3/3] scsi: ufs: core: Add OP-TEE based RPMB driver for UFS devices
[PATCH] scsi: sd: Add sd_stop_on_restart parameter for restart device shutdown
2025-09-26 23:36 UTC
[PATCH] linux-firmware: ql2500_fw: update ISP25xx Firmware
2025-09-26 20:38 UTC
[PATCH v10 00/11] nvme-fc: FPIN link integrity handling
2025-09-26 9:29 UTC (14+ messages)
` [PATCH v10 01/11] fc_els: use 'union fc_tlv_desc'
` [PATCH v10 02/11] nvme: add NVME_CTRL_MARGINAL flag
` [PATCH v10 03/11] nvme-fc: marginal path handling
` [PATCH v10 04/11] nvme: sysfs: emit the marginal path state in show_state()
` [PATCH v10 05/11] nvme-multipath: queue-depth support for marginal paths
` [PATCH v10 06/11] nvme-fc: add nvme_fc_modify_rport_fpin_state()
` [PATCH v10 07/11] scsi: scsi_transport_fc: add fc_host_fpin_set_nvme_rport_marginal()
` [PATCH v10 08/11] scsi: lpfc: enable FPIN notification for NVMe
` [PATCH v10 09/11] scsi: qla2xxx: "
` [PATCH v10 10/11] scsi: scsi_transport_fc: user support for clearing NVME_CTRL_MARGINAL
` [PATCH v10 11/11] scsi: qla2xxx: Fix 2 memcpy field-spanning write issue
[PATCH v3] ufs: core: Fix runtime suspend error deadlock
2025-09-26 1:29 UTC
[PATCH v2] ufs: core: Fix runtime suspend error deadlock
2025-09-26 1:25 UTC (3+ messages)
[PATCH] scsi: qla2xxx: remove references to unavailable firmware files
2025-09-25 23:08 UTC
[PATCH 00/15] qla2xxx target mode improvements
2025-09-25 19:30 UTC (16+ messages)
` [PATCH 08/15] scsi: qla2xxx: fix oops during cmd abort
` [PATCH v2 09/16] scsi: qla2xxx: fix races with aborting commands
` [SCST PATCH "
` [DMARC Error]Re: [PATCH 08/15] scsi: qla2xxx: fix oops during cmd abort
` [PATCH 12/15] scsi: qla2xxx: add cmd->rsp_sent
` [PATCH 14/15] scsi: qla2xxx: add back SRR support
[PATCH v9 0/8] nvme-fc: FPIN link integrity handling
2025-09-25 18:43 UTC (11+ messages)
` (subset) "
` [PATCH] Revert "scsi: qla2xxx: Fix memcpy() field-spanning write issue"
` [PATCH RFC] scsi: qla2xxx: zero default_item last in qla24xx_free_purex_item
[PATCH] scsi: bfa: Replace kzalloc + copy_from_user with memdup_user
2025-09-25 18:13 UTC (3+ messages)
[PATCH 0/2] Add UFS support for Kaanapali
2025-09-25 11:55 UTC (4+ messages)
` [PATCH 1/2] dt-bindings: ufs: qcom: Document the Kaanapali UFS controller
` [PATCH 2/2] dt-bindings: phy: Add QMP UFS PHY compatible for Kaanapali
[PATCH v1] ufs: core: Fix runtime suspend error deadlock
2025-09-25 10:03 UTC (5+ messages)
[PATCH] MAINTAINERS: update FC element owners
2025-09-25 2:40 UTC (2+ messages)
[PATCH v1 0/4] mpt3sas: Few Enhancements and minor fixes
2025-09-25 2:36 UTC (2+ messages)
[PATCH V6 0/4] Add DT-based gear and rate limiting support
2025-09-25 2:30 UTC (2+ messages)
[PATCH v3] scsi: ufs: core: Fix data race in CPU latency PM QoS request handling
2025-09-25 1:59 UTC (2+ messages)
[PATCH] scsi: libfc: Fix potential buffer overflow in fc_ct_ms_fill()
2025-09-25 1:57 UTC (2+ messages)
[PATCH RESEND] scsi: hpsa: Replace kmalloc + copy_from_user with memdup_user
2025-09-25 1:41 UTC (4+ messages)
[PATCH v2] ufs: core: Change MCQ interrupt enable flow
2025-09-25 1:39 UTC (3+ messages)
[PATCH] scsi: smartpqi: Replace kmalloc + copy_from_user with memdup_user
2025-09-25 1:31 UTC (3+ messages)
[PATCH RESEND] scsi: hpsa: Fix potential memory leak in hpsa_big_passthru_ioctl()
2025-09-25 1:28 UTC (3+ messages)
[PATCH v2 0/8] Enhance UFS Mediatek Driver
2025-09-24 21:56 UTC (11+ messages)
` [PATCH v2 1/8] ufs: host: mediatek: Correct clock scaling with PM QoS flow
` [PATCH v2 2/8] ufs: host: mediatek: Adjust clock scaling for PM flow
` [PATCH v2 3/8] ufs: host: mediatek: Handle clock scaling for high gear in "
` [PATCH v2 4/8] ufs: host: mediatek: Adjust sync length for FASTAUTO mode
` [PATCH v2 5/8] ufs: host: mediatek: Fix shutdown/suspend race condition
` [PATCH v2 6/8] ufs: host: mediatek: Remove duplicate function
` [PATCH v2 7/8] ufs: host: mediatek: Add support for new platform with MMIO_OTSD_CTR
` [PATCH v2 8/8] ufs: host: mediatek: Support new feature for MT6991
[PATCH] driver/scsi/mpi3mr.h: Fix build warning for mpi3mr_start_watchdog
2025-09-24 16:06 UTC
[PATCH] scsi: leapraid: Add new scsi driver
2025-09-24 12:36 UTC (2+ messages)
[PATCH v1] ufs: core: Change MCQ interrupt enable flow
2025-09-24 9:13 UTC (3+ messages)
[PATCH v4 0/2] dc395x: fix compiler warnings and improve formatting of the macros
2025-09-24 5:56 UTC (3+ messages)
` [PATCH v4 1/2] scsi: dc395x: correctly discard the return value in certain reads
` [PATCH v4 2/2] scsi: dc395x: improve code formatting for the macros
Thematic Funds Letter Of Intent
2025-09-23 23:54 UTC
[PATCH v3 0/2] dc395x: fix compiler warnings and improve formatting of the macros
2025-09-23 13:31 UTC (5+ messages)
` [PATCH v3 1/2] scsi: dc395x: correctly discard the return value in certain reads
` [PATCH v3 2/2] scsi: dc395x: improve code formatting for the macros
[PATCH v1 00/10] Enhance UFS Mediatek Driver
2025-09-23 5:59 UTC (22+ messages)
` [PATCH v1 01/10] ufs: host: mediatek: Fix runtime suspend error deadlock
` [PATCH v1 02/10] ufs: host: mediatek: Correct clock scaling with PM QoS flow
` [PATCH v1 06/10] ufs: host: mediatek: Enable interrupts for MCQ mode
[PATCH 0/5] ufs: Add support for AMD Versal Gen2 UFS
2025-09-22 19:46 UTC (3+ messages)
` [PATCH 1/5] dt-bindings: ufs: amd-versal2: Add support for AMD Versal Gen 2 UFS Host Controller
[PATCH v2] scsi: dc395x: correctly discard the return value in certain reads
2025-09-22 16:43 UTC (2+ messages)
[PATCH] scsi: dc395x: correctly discard the return value in certain reads
2025-09-22 14:36 UTC
[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
2025-09-22 13:10 UTC (7+ messages)
` [PATCH 04/27 5.10.y] minmax: add in_range() macro
[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
2025-09-22 10:32 UTC (3+ messages)
` [PATCH 14/15 6.6.y] minmax.h: simplify the variants of clamp()
` [PATCH 15/15 6.6.y] minmax.h: remove some #defines that are only expanded once
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