messages from 2025-10-09 12:37:40 to 2025-10-17 09:06:26 UTC [more...]
[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
2025-10-17 9:04 UTC (4+ messages)
` [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH v2 02/27 5.10.y] btrfs: remove duplicated in_range() macro
` [PATCH v2 03/27 5.10.y] minmax: sanity check constant bounds when clamping
[PATCH 0/8] Eight small UFS patches
2025-10-17 8:30 UTC (15+ messages)
` [PATCH 1/8] ufs: core: Fix a race condition related to the "hid" attribute group
` [PATCH 2/8] ufs: core: Reduce link startup failure logging
` [PATCH 3/8] ufs: core: Improve documentation in include/ufs/ufshci.h
` [PATCH 4/8] ufs: core: Change the type of uic_command::cmd_active
` [PATCH 5/8] ufs: core: Remove UFS_DEV_COMP
` [PATCH 6/8] ufs: core: Move the ufshcd_enable_intr() declaration
` [PATCH 7/8] ufs: core: Remove a goto label from ufshcd_uic_cmd_compl()
` [PATCH 8/8] ufs: core: Simplify ufshcd_mcq_sq_cleanup() using guard()
[PATCH] scsi:fnic: Self-assignment of intr_time_type has no effect
2025-10-17 7:55 UTC
[PATCH] scsi: leapraid: Add new scsi driver
2025-10-17 7:28 UTC (2+ messages)
` [PATCH v2] "
[PATCH v2 0/5] MediaTek UFS Cleanup and MT8196 Enablement
2025-10-17 6:54 UTC (11+ messages)
` [PATCH v2 1/5] dt-bindings: ufs: mediatek,ufs: Add mt8196-ufshci variant
` [PATCH v2 2/5] dt-bindings: phy: Add mediatek,mt8196-ufsphy variant
` [PATCH v2 3/5] scsi: ufs: mediatek: Move MTK_SIP_UFS_CONTROL to mtk_sip_svc.h
` [PATCH v2 4/5] phy: mediatek: ufs: Add support for resets
` [PATCH v2 5/5] scsi: ufs: mediatek: Rework resets
[PATCH 0/5] MediaTek UFS Cleanup and MT8196 Enablement
2025-10-17 6:51 UTC (15+ messages)
` [PATCH 1/5] dt-bindings: ufs: mediatek,ufs: Add mt8196-ufshci variant
` [PATCH 2/5] dt-bindings: phy: Add mediatek,mt8196-ufsphy variant
` [PATCH 3/5] scsi: ufs: mediatek: Move MTK_SIP_UFS_CONTROL to mtk_sip_svc.h
` [PATCH 4/5] phy: mediatek: ufs: Add support for resets
` [PATCH 5/5] scsi: ufs: mediatek: Rework resets
[PATCH 0/2] enable/disable IRQD_NO_BALANCING during reset
2025-10-17 5:39 UTC (6+ messages)
` [PATCH 1/2] scsi/ipr: "
` [PATCH 2/2] scsi/qla2xxx: "
[PATCH v25 00/20] Improve write performance for zoned UFS devices
2025-10-16 20:50 UTC (28+ messages)
` [PATCH v25 01/20] block: Support block devices that preserve the order of write requests
` [PATCH v25 02/20] blk-mq: Always insert sequential zoned writes into a software queue
` [PATCH v25 03/20] blk-mq: Restore the zone write order when requeuing
` [PATCH v25 04/20] blk-mq: Move the blk_queue_sq_sched() calls
` [PATCH v25 05/20] blk-mq: Run all hwqs for sq scheds if write pipelining is enabled
` [PATCH v25 06/20] block/mq-deadline: Make locking IRQ-safe
` [PATCH v25 07/20] block/mq-deadline: Enable zoned write pipelining
` [PATCH v25 08/20] blk-zoned: Fix a typo in a source code comment
` [PATCH v25 09/20] blk-zoned: Add an argument to blk_zone_plug_bio()
` [PATCH v25 10/20] blk-zoned: Split an if-statement
` [PATCH v25 11/20] blk-zoned: Move code from disk_zone_wplug_add_bio() into its caller
` [PATCH v25 12/20] blk-zoned: Introduce a loop in blk_zone_wplug_bio_work()
` [PATCH v25 13/20] blk-zoned: Document disk_zone_wplug_schedule_bio_work() locking
` [PATCH v25 14/20] blk-zoned: Support pipelining of zoned writes
` [PATCH v25 15/20] null_blk: Add the preserves_write_order attribute
` [PATCH v25 16/20] scsi: core: Retry unaligned zoned writes
` [PATCH v25 17/20] scsi: sd: Increase retry count for "
` [PATCH v25 18/20] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v25 19/20] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v25 20/20] ufs: core: Inform the block layer about write ordering
[PATCH v2 0/2] update CQ entry and dump CQE in MCQ mode
2025-10-16 17:45 UTC (4+ messages)
` [PATCH v2 1/2] ufs: core: update CQ Entry to UFS 4.1 format
` [PATCH v2 2/2] ufs: core: support dumping CQ entry in MCQ Mode
[PATCH v3 0/3] target: RW/num_cmds stats improvements
2025-10-16 15:21 UTC (6+ messages)
` [PATCH v3 3/3] scsi: target: Move LUN stats to per CPU
[PATCH v6 00/28] Optimize the hot path in the UFS driver
2025-10-16 6:06 UTC (30+ messages)
` [PATCH v6 01/28] scsi: core: Support allocating reserved commands
` [PATCH v6 02/28] scsi: core: Move two statements
` [PATCH v6 03/28] scsi: core: Make the budget map optional
` [PATCH v6 04/28] scsi: core: Support allocating a pseudo SCSI device
` [PATCH v6 05/28] scsi: core: Introduce .queue_reserved_command()
` [PATCH v6 06/28] scsi: core: Add scsi_{get,put}_internal_cmd() helpers
` [PATCH v6 07/28] scsi_debug: Abort SCSI commands via an internal command
` [PATCH v6 08/28] ufs: core: Move an assignment in ufshcd_mcq_process_cqe()
` [PATCH v6 09/28] ufs: core: Change the type of one ufshcd_add_cmd_upiu_trace() argument
` [PATCH v6 10/28] ufs: core: Only call ufshcd_add_command_trace() for SCSI commands
` [PATCH v6 11/28] ufs: core: Change the type of one ufshcd_add_command_trace() argument
` [PATCH v6 12/28] ufs: core: Change the type of one ufshcd_send_command() argument
` [PATCH v6 13/28] ufs: core: Only call ufshcd_should_inform_monitor() for SCSI commands
` [PATCH v6 14/28] ufs: core: Change the monitor function argument types
` [PATCH v6 15/28] ufs: core: Rework ufshcd_mcq_compl_pending_transfer()
` [PATCH v6 16/28] ufs: core: Rework ufshcd_eh_device_reset_handler()
` [PATCH v6 17/28] ufs: core: Rework the SCSI host queue depth calculation code
` [PATCH v6 18/28] ufs: core: Allocate the SCSI host earlier
` [PATCH v6 19/28] ufs: core: Call ufshcd_init_lrb() later
` [PATCH v6 20/28] ufs: core: Use hba->reserved_slot
` [PATCH v6 21/28] ufs: core: Make the reserved slot a reserved request
` [PATCH v6 22/28] ufs: core: Do not clear driver-private command data
` [PATCH v6 23/28] ufs: core: Optimize the hot path
` [PATCH v6 24/28] ufs: core: Pass a SCSI pointer instead of an LRB pointer
` [PATCH v6 25/28] ufs: core: Remove the ufshcd_lrb task_tag member
` [PATCH v6 26/28] ufs: core: Make blk_mq_tagset_busy_iter() skip reserved requests
` [PATCH v6 27/28] ufs: core: Move code out of ufshcd_wait_for_dev_cmd()
` [PATCH v6 28/28] ufs: core: Switch to scsi_get_internal_cmd()
[PATCH v1 0/2] update CQ entry and dump CQE in MCQ mode
2025-10-16 2:12 UTC (9+ messages)
` [PATCH v1 1/2] ufs: core: update CQ Entry to UFS 4.1 format
` [PATCH v1 2/2] ufs: core: support dumping CQ entry in MCQ Mode
[PATCH] scsi: core: Fix the unit attention counter implementation
2025-10-15 16:59 UTC (2+ messages)
[PATCH V1 0/2] Address race condition in MCQ mode and enhance
2025-10-15 15:45 UTC (6+ messages)
` [PATCH V1 1/2] ufs: core:Add vendor-specific callbacks and update setup_xfer_req interface
` [PATCH V1 2/2] ufs: ufs-qcom: Disable AHIT before SQ tail update to prevent race in MCQ mode
[PATCH v2] usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer
2025-10-15 15:31 UTC
[PATCH v2 0/3] Add edp reference clock for lemans
2025-10-15 14:43 UTC (11+ messages)
` [PATCH v2 1/3] dt-bindings: phy: qcom-edp: Add edp ref clk for sa8775p
` [PATCH v2 2/3] dt-bindings: display/msm: qcom,sa8775p-mdss: update edp phy example
` [PATCH v2 2/3] dt-bindings: display/msm: qcom, sa8775p-mdss: "
` [PATCH v2 3/3] arm64: dts: qcom: lemans: Add edp reference clock for edp phy
[PATCH] scsi: ufs: dt-bindings: exynos: add power-domains
2025-10-15 1:38 UTC (2+ messages)
[PATCH][next] scsi: hisi_sas: Avoid a couple -Wflex-array-member-not-at-end warnings
2025-10-14 22:19 UTC (4+ messages)
[PATCH] scsi: core: Do not declare scsi_cmnd pointers const
2025-10-14 22:04 UTC
[PATCH] aacraid: Fail commands that are not submitted
2025-10-14 22:03 UTC
[PATCH v2][next] scsi: megaraid_sas: Avoid a couple -Wflex-array-member-not-at-end warnings
2025-10-14 21:55 UTC (8+ messages)
[PATCH][next] scsi: isci: Avoid -Wflex-array-member-not-at-end warning
2025-10-14 21:38 UTC (2+ messages)
[PATCH v2] ufs: core: Initialize a value of an attribute as returned by uic cmd
2025-10-14 4:40 UTC
[PATCH] ufs: core: Initialize a variable mode for PA_PWRMODE
2025-10-14 4:35 UTC (6+ messages)
[PATCH v3 0/2] *** Remove UFS_DEVICE_QUIRK_DELAY_AFTER_LPM quirk ***
2025-10-14 2:07 UTC (4+ messages)
` [PATCH v3 1/2] scsi: ufs: core: Remove UFS_DEVICE_QUIRK_DELAY_AFTER_LPM quirk
` [PATCH v3 2/2] scsi: ufs: core: Replace hard coded vcc-off delay with a variable
[PATCH v2 0/2] *** Remove UFS_DEVICE_QUIRK_DELAY_AFTER_LPM quirk ***
2025-10-13 19:34 UTC (7+ messages)
` [PATCH v2 1/2] scsi: ufs: core: Remove UFS_DEVICE_QUIRK_DELAY_AFTER_LPM quirk
` [PATCH v2 2/2] scsi: ufs: core: Replace hard coded vcc-off delay with a variable
[PATCH v2 0/3] Add OP-TEE based RPMB driver for UFS devices
2025-10-13 15:53 UTC (9+ messages)
` [PATCH v2 3/3] scsi: ufs: core: "
[PATCH v3 0/2] Support power resources defined in acpi on ata
2025-10-13 12:29 UTC (6+ messages)
` [PATCH v3 1/2] scsi: sd: Add manage_restart device attribute to scsi_disk
` [PATCH v3 2/2] ata: Use ACPI methods to power on disks
[PATCH V1] ufs: ufs-qcom: Fix UFS OCP issue during UFS power down(PC=3)
2025-10-12 17:38 UTC
[PATCH v2 0/7] scsi: target: Add WRITE_ATOMIC_16 support
2025-10-12 1:38 UTC (9+ messages)
` [PATCH v2 1/7] scsi: target: Rename target_configure_unmap_from_queue
` [PATCH v2 2/7] scsi: target: Add atomic se_device fields
` [PATCH v2 3/7] scsi: target: Add helper to setup atomic values from block_device
` [PATCH v2 4/7] scsi: target: Add WRITE_ATOMIC_16 handler
` [PATCH v2 5/7] scsi: target: Report atomic values in INQUIRY
` [PATCH v2 6/7] scsi: target: Add WRITE_ATOMIC_16 support to RSOC
` [PATCH v2 7/7] scsi: target: Add atomic support to target_core_iblock
[GIT PULL] SCSI fixes for the 6.17+ merge window
2025-10-11 19:08 UTC (2+ messages)
[PATCH] fix urb unmapping issue when the uas device is remove during ongoing data transfer
2025-10-11 13:36 UTC (3+ messages)
scsi: vmw_pvscsi: fix license+checkpatch warnings
2025-10-11 10:05 UTC
[PATCH 0/2] Support power resources in ata ports
2025-10-10 15:52 UTC (6+ messages)
` [PATCH v2 0/2] Support power resources defined in acpi on ata
` [PATCH v2 2/2] ata: Use ACPI methods to power on ata ports
[PATCH v4 3/3] scsi: ufs: core: Add OP-TEE based RPMB driver for UFS devices
2025-10-10 8:19 UTC (3+ messages)
[PATCH v2 00/37] mm: remove nth_page()
2025-10-09 13:05 UTC (12+ messages)
` [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` (bisected) "
[PATCH 0/5] Add eDP reference clock voting support
2025-10-09 12:37 UTC (3+ messages)
` [PATCH 1/5] dt-bindings: phy: Add edp reference clock for qcom,edp-phy
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