messages from 2025-09-19 10:25:04 to 2025-09-25 10:24:28 UTC [more...]
[PATCH v2] ufs: core: Fix runtime suspend error deadlock
2025-09-25 10:22 UTC
[PATCH v1] ufs: core: Fix runtime suspend error deadlock
2025-09-25 10:03 UTC (5+ messages)
[PATCH 00/15] qla2xxx target mode improvements
2025-09-25 8:42 UTC (10+ 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] 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 (6+ messages)
` [PATCH v1 1/4] mpt3sas: Fix crash in transport port remove by using ioc_info()
` [PATCH v1 2/4] mpt3sas: suppress unnecessary IOCLogInfo on CONFIG_INVALID_PAGE
` [PATCH v1 3/4] mpt3sas: Add support for 22.5 Gbps SAS link rate
` [PATCH v1 4/4] mpt3sas: update driver version to 54.100.00.00
[PATCH V6 0/4] Add DT-based gear and rate limiting support
2025-09-25 2:30 UTC (2+ messages)
[PATCH] scsi: bfa: Replace kzalloc + copy_from_user with memdup_user
2025-09-25 2:10 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 v9 0/8] nvme-fc: FPIN link integrity handling
2025-09-25 1:43 UTC (4+ messages)
` (subset) "
[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 0/2] Add UFS support for Kaanapali
2025-09-24 23:29 UTC (3+ 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 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 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
2025-09-24 20:23 UTC (20+ 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 v5 00/28] Optimize the hot path in the UFS driver
2025-09-24 20:30 UTC (29+ 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] 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 (3+ messages)
[PATCH v1] ufs: core: Change MCQ interrupt enable flow
2025-09-24 9:13 UTC (3+ messages)
[PATCH v1 0/3] Add OP-TEE based RPMB driver for UFS devices
2025-09-24 6:12 UTC (8+ 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 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 (26+ 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 v1 07/10] ufs: host: mediatek: Fix shutdown/suspend race condition
[PATCH 0/5] ufs: Add support for AMD Versal Gen2 UFS
2025-09-22 19:46 UTC (9+ messages)
` [PATCH 1/5] dt-bindings: ufs: amd-versal2: Add support for AMD Versal Gen 2 UFS Host Controller
` [PATCH 2/5] firmware: xilinx: Add support for secure read/write ioctl interface
` [PATCH 3/5] firmware: xilinx: Add APIs for UFS PHY initialization
` [PATCH 4/5] ufs: core: Add vendor specific ops to handle interrupts
` [PATCH 5/5] ufs: amd-versal2: Add AMD Versal Gen 2 UFS support
[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 (26+ messages)
` [PATCH 04/27 5.10.y] minmax: add in_range() macro
` [PATCH 12/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 13/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 14/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 15/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 16/27 5.10.y] lib: zstd: drop local MIN/MAX macros in favor of generic ones
` [PATCH 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH 22/27 5.10.y] minmax.h: update some comments
` [PATCH 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once
[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
2025-09-22 10:32 UTC (16+ messages)
` [PATCH 01/15 6.6.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 02/15 6.6.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 03/15 6.6.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 04/15 6.6.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 05/15 6.6.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 06/15 6.6.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 07/15 6.6.y] minmax: improve macro expansion and type checking
` [PATCH 08/15 6.6.y] minmax: fix up min3() and max3() too
` [PATCH 09/15 6.6.y] minmax.h: add whitespace around operators and after commas
` [PATCH 10/15 6.6.y] minmax.h: update some comments
` [PATCH 11/15 6.6.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 12/15 6.6.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 13/15 6.6.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [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
[GIT PULL] SCSI fixes for 6.17-rc6
2025-09-21 2:50 UTC (2+ messages)
[PATCH] scsi: mvsas: Fix use-after-free bugs in mvs_work_queue
2025-09-20 13:42 UTC
[PATCH] ufs: core: Disable timestamp functionality if not supported
2025-09-20 2:24 UTC (2+ messages)
[PATCH] scsi: ufs: exynos: correct sync pattern mask timing comment
2025-09-20 2:24 UTC (2+ messages)
[PATCH 00/14] Update lpfc to revision 14.4.0.11
2025-09-20 2:24 UTC (2+ messages)
[PATCH] scsi: target: iscsi: fix typos and formatting in lio_target messages
2025-09-20 2:24 UTC (2+ messages)
[PATCH][next] scsi: hisi_sas: Avoid a couple -Wflex-array-member-not-at-end warnings
2025-09-19 12:17 UTC
[PATCH v2][next] scsi: megaraid_sas: Avoid a couple -Wflex-array-member-not-at-end warnings
2025-09-19 11:56 UTC
[PATCH][next] scsi: megaraid_sas: Avoid a couple -Wflex-array-member-not-at-end warnings
2025-09-19 11:52 UTC
[PATCH][next] scsi: isci: Avoid -Wflex-array-member-not-at-end warning
2025-09-19 11:24 UTC
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