Linux SCSI subsystem development
 help / color / mirror / Atom feed
 messages from 2025-09-15 18:38:30 to 2025-09-22 10:40:41 UTC [more...]

[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
 2025-09-22 10:32 UTC  (15+ 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 v1 0/4] mpt3sas: Few Enhancements and minor fixes
 2025-09-22  9:51 UTC  (5+ 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 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
 2025-09-22  8:45 UTC  (34+ messages)
` [PATCH 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH 02/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH 03/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH 04/27 5.10.y] minmax: add in_range() macro
` [PATCH 05/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH 06/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 07/27 5.10.y] minmax: fix header inclusions
` [PATCH 08/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` [PATCH 09/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 10/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` [PATCH 11/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [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 v1 00/10] Enhance UFS Mediatek Driver
 2025-09-22  8:41 UTC  (31+ 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 03/10] ufs: host: mediatek: Adjust clock scaling for PM flow
` [PATCH v1 04/10] ufs: host: mediatek: Handle clock scaling for high gear in "
` [PATCH v1 05/10] ufs: host: mediatek: Adjust sync length for FASTAUTO mode
` [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 v1 08/10] ufs: host: mediatek: Remove duplicate function
` [PATCH v1 09/10] ufs: host: mediatek: Add support for new platform with MMIO_OTSD_CTR
` [PATCH v1 10/10] ufs: host: mediatek: Support new feature for MT6991

[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  (3+ messages)

[PATCH] scsi: ufs: exynos: correct sync pattern mask timing comment
 2025-09-20  2:24 UTC  (3+ messages)

[PATCH 00/14] Update lpfc to revision 14.4.0.11
 2025-09-20  2:24 UTC  (3+ messages)

[PATCH] scsi: target: iscsi: fix typos and formatting in lio_target messages
 2025-09-20  2:24 UTC  (3+ messages)

[PATCH] scsi: leapraid: Add new scsi driver
 2025-09-20  1:38 UTC  (2+ messages)

[PATCH 0/5] ufs: Add support for AMD Versal Gen2 UFS
 2025-09-19 17:44 UTC  (8+ 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][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 

[PATCH RESEND] scsi: hpsa: Fix potential memory leak in hpsa_big_passthru_ioctl()
 2025-09-19  9:26 UTC 

[PATCH v4 00/29] Optimize the hot path in the UFS driver
 2025-09-19  7:45 UTC  (27+ messages)
` [PATCH v4 02/29] scsi: core: Move two statements
` [PATCH v4 03/29] scsi: core: Make the budget map optional
` [PATCH v4 04/29] scsi: core: Support allocating a pseudo SCSI device
` [PATCH v4 05/29] scsi: core: Introduce .queue_reserved_command()
` [PATCH v4 06/29] scsi: core: Extend the scsi_execute_cmd() functionality
` [PATCH v4 07/29] scsi_debug: Allocate a pseudo SCSI device

[PATCH] scsi: hptiop: Add check for device-provided context pointer in ITL callback
 2025-09-19  2:11 UTC 

[PATCH] scsi: lpfc: rework lpfc_sli4_fcf_rr_next_index_get()
 2025-09-18 23:24 UTC  (2+ messages)

[PATCH v8 0/4] Introduce and plumb PMSG_POWEROFF
 2025-09-18 21:01 UTC  (9+ messages)
` [PATCH v8 1/4] PM: Introduce new PMSG_POWEROFF event
` [PATCH v8 2/4] scsi: Add PM_EVENT_POWEROFF into suspend callbacks
` [PATCH v8 3/4] usb: sl811-hcd: "
` [PATCH v8 4/4] USB: Pass PMSG_POWEROFF event to suspend_common()

[PATCH v3 0/3] target: RW/num_cmds stats improvements
 2025-09-18 14:50 UTC  (6+ messages)
` [PATCH v3 1/3] scsi: target: Fix lun/device R/W and total command stats
` [PATCH v3 2/3] scsi: target: Create and use macro helpers for per CPU stats
` [PATCH v3 3/3] scsi: target: Move LUN stats to per CPU

[PATCH] scsi: bfa: Replace kzalloc + copy_from_user with memdup_user
 2025-09-18 14:40 UTC 

[PATCH v7 08/19] scsi: detect support for command duration limits
 2025-09-18 12:46 UTC  (13+ messages)

[Bug 85101] New: hpsa + P410 does not show connected HP SAS port expanders
 2025-09-18  9:57 UTC  (2+ messages)
` [Bug 85101] "

[PATCH v8 5/8] scsi: Always define blogic_pci_tbl structure
 2025-09-18  8:05 UTC 

[PATCH V6 0/4] Add DT-based gear and rate limiting support
 2025-09-18  5:21 UTC  (8+ messages)
` [PATCH V6 1/4] ufs: dt-bindings: Document gear and rate limit properties
` [PATCH V6 2/4] ufs: ufs-qcom: Remove redundant re-assignment to hs_rate
` [PATCH V6 3/4] ufs: pltfrm: Add DT support to limit HS gear and gear rate
` [PATCH V6 4/4] ufs: ufs-qcom: Add support for limiting HS gear and rate

[PATCH 0/6] scsi: Remove redundant ternary operators
 2025-09-18  4:06 UTC  (3+ messages)
` [PATCH 6/6] scsi: storvsc: "

[PATCH v3] scsi: ufs: core: Fix data race in CPU latency PM QoS request handling
 2025-09-18  3:53 UTC  (5+ messages)

[PATCH 00/15] qla2xxx target mode improvements
 2025-09-17 20:38 UTC  (6+ messages)
` [PATCH 10/15] scsi: qla2xxx: fix TMR failure handling
      ` [DMARC Error]Re: "

[RFC] Fix potential undefined behavior in __builtin_clz usage with GCC 11.1.0
 2025-09-17 17:34 UTC  (4+ messages)

[PATCH V5 0/4] Add DT-based gear and rate limiting support
 2025-09-17 14:29 UTC  (14+ messages)
  ` [PATCH V5 1/4] ufs: dt-bindings: Document gear and rate limit properties
    ` [PATCH V5 3/4] ufs: pltfrm: Allow limiting HS gear and rate via DT
    ` [PATCH V5 2/4] ufs: ufs-qcom: Remove redundant re-assignment to hs_rate

[PATCH v2 0/3] target: RW/num_cmds stats improvements
 2025-09-17 13:47 UTC  (7+ messages)
` [PATCH v2 1/3] scsi: target: Fix lun/device R/W and total command stats
` [PATCH v2 2/3] scsi: target: Create and use macro helpers for per CPU stats
` [PATCH v2 3/3] scsi: target: Move LUN stats to per CPU

[PATCH v3][next] scsi: pm80xx: Avoid -Wflex-array-member-not-at-end warnings
 2025-09-17  2:27 UTC  (2+ messages)

[PATCH] scsi: lpfc: Use int type to store negative error codes
 2025-09-17  2:27 UTC  (2+ messages)

[PATCH] scsi: target: iscsi: Use int type to store negative value
 2025-09-17  2:27 UTC  (2+ messages)

[PATCH 0/3] scsi: qla2xxx: Fix incorrect sign of error code
 2025-09-17  2:06 UTC  (2+ messages)

[PATCH v2 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
 2025-09-16 15:50 UTC  (4+ messages)
` [PATCH v2 1/2] Driver: hv: Add CONFIG_HYPERV_VMBUS option
` [PATCH v2 2/2] Drivers: hv: Make CONFIG_HYPERV bool

[RFC PATCH v1 0/2] Add OP-TEE based RPMB driver for UFS devices
 2025-09-16 13:27 UTC  (6+ messages)
` [RFC PATCH v1 1/2] rpmb: move rpmb_frame struct and constants to common header
` [RFC PATCH v1 2/2] scsi: ufs: core: Add OP-TEE based RPMB driver for UFS devices

[PATCH V2] ufs: ufs-qcom: disable lane clocks during phy hibern8
 2025-09-16  1:51 UTC  (2+ messages)

[PATCH 0/3] block: device frequency PM QoS tuning
 2025-09-15 21:26 UTC  (8+ messages)
` [PATCH 1/3] block/genhd: add sysfs knobs for the device frequency PM QoS
` [PATCH 2/3] block: add support for device frequency PM QoS tuning
` [PATCH 3/3] scsi: ufs: core: Add support for "

[PATCH] scsi: libfc: Fix potential buffer overflow in fc_ct_ms_fill()
 2025-09-15 18:37 UTC 


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