public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-10 19:16:32 to 2025-08-14 08:32:49 UTC [more...]

[PATCH v23 00/16] Improve write performance for zoned UFS devices
 2025-08-14  8:30 UTC  (20+ messages)
` [PATCH v23 01/16] block: Support block devices that preserve the order of write requests
` [PATCH v23 02/16] blk-mq: Always insert sequential zoned writes into a software queue
` [PATCH v23 03/16] blk-mq: Restore the zone write order when requeuing
` [PATCH v23 04/16] blk-mq: Run all hwqs for sq scheds if write pipelining is enabled
` [PATCH v23 05/16] block/mq-deadline: Preserve the zwr order if zoned write plugging "
` [PATCH v23 06/16] blk-zoned: Add an argument to blk_zone_plug_bio()
` [PATCH v23 07/16] blk-zoned: Split an if-statement
` [PATCH v23 08/16] blk-zoned: Move code from disk_zone_wplug_add_bio() into its caller
` [PATCH v23 09/16] blk-zoned: Introduce a loop in blk_zone_wplug_bio_work()
` [PATCH v23 10/16] blk-zoned: Support pipelining of zoned writes
` [PATCH v23 11/16] null_blk: Add the preserves_write_order attribute
` [PATCH v23 12/16] scsi: core: Retry unaligned zoned writes
` [PATCH v23 13/16] scsi: sd: Increase retry count for "
` [PATCH v23 14/16] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v23 15/16] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v23 16/16] ufs: core: Inform the block layer about write ordering

[PATCH 0/5] scsi: pm80xx: Fix expander support
 2025-08-14  8:26 UTC  (14+ messages)
` [PATCH 1/5] scsi: pm80xx: Restore support for expanders
` [PATCH 2/5] scsi: pm80xx: Fix array-index-out-of-of-bounds on rmmod
` [PATCH 3/5] scsi: pm80xx: Add helper function to get the local phy id
` [PATCH 4/5] scsi: pm80xx: Fix pm8001_abort_task() for chip_8006 when using an expander
` [PATCH 5/5] scsi: pm80xx: Use pm80xx_get_local_phy_id() to access phy array

[PATCH] ufs: core: Improve IOPS
 2025-08-14  8:28 UTC  (2+ messages)

[PATCH v2 00/30] Optimize the hot path in the UFS driver
 2025-08-14  8:24 UTC  (36+ messages)
` [PATCH v2 01/30] scsi: core: Support allocating reserved commands
` [PATCH v2 02/30] scsi: core: Support allocating a pseudo SCSI device
` [PATCH v2 03/30] scsi: core: Do not allocate a budget token for reserved commands
` [PATCH v2 04/30] scsi: core: Add scsi_{get,put}_internal_cmd() helpers
` [PATCH v2 05/30] scsi: core: Introduce scsi_host_update_can_queue()
` [PATCH v2 06/30] scsi_debug: Set .alloc_pseudo_sdev
` [PATCH v2 07/30] ufs: core: Move an assignment
` [PATCH v2 08/30] ufs: core: Change the type of one ufshcd_add_cmd_upiu_trace() argument
` [PATCH v2 09/30] ufs: core: Only call ufshcd_add_command_trace() for SCSI commands
` [PATCH v2 10/30] ufs: core: Change the type of one ufshcd_add_command_trace() argument
` [PATCH v2 11/30] ufs: core: Change the type of one ufshcd_send_command() argument
` [PATCH v2 12/30] ufs: core: Only call ufshcd_should_inform_monitor() for SCSI commands
` [PATCH v2 13/30] ufs: core: Change the monitor function argument types
` [PATCH v2 14/30] ufs: core: Rework ufshcd_mcq_compl_pending_transfer()
` [PATCH v2 15/30] ufs: core: Rework ufshcd_eh_device_reset_handler()
` [PATCH v2 16/30] ufs: core: Cache the DMA buffer sizes
` [PATCH v2 17/30] ufs: core: Add an argument to ufshcd_mcq_decide_queue_depth()
` [PATCH v2 18/30] ufs: core: Add an argument to ufshcd_alloc_mcq()
` [PATCH v2 19/30] ufs: core: Call ufshcd_mcq_init() once
` [PATCH v2 20/30] ufs: core: Allocate the SCSI host earlier
` [PATCH v2 21/30] ufs: core: Make ufshcd_mcq_init() independent of hba->nutrs
` [PATCH v2 22/30] ufs: core: Call ufshcd_init_lrb() later
` [PATCH v2 23/30] ufs: core: Use hba->reserved_slot
` [PATCH v2 24/30] ufs: core: Make the reserved slot a reserved request
` [PATCH v2 25/30] ufs: core: Do not clear driver-private command data
` [PATCH v2 26/30] ufs: core: Optimize the hot path
` [PATCH v2 27/30] ufs: core: Remove the ufshcd_lrb task_tag member
` [PATCH v2 28/30] ufs: core: Initialize the 'hwq' variable earlier
` [PATCH v2 29/30] ufs: core: Make blk_mq_tagset_busy_iter() skip reserved requests
` [PATCH v2 30/30] ufs: core: Switch to scsi_get_internal_cmd()

[PATCH 0/4] UFS driver bug fixes
 2025-08-14  8:00 UTC  (11+ messages)
` [PATCH 1/4] ufs: core: Fix IRQ lock inversion for the SCSI host lock
` [PATCH 2/4] ufs: core: Remove WARN_ON_ONCE() call from ufshcd_uic_cmd_compl()
` [PATCH 3/4] ufs: core: Fix the return value documentation
` [PATCH 4/4] ufs: core: Rename ufshcd_wait_for_doorbell_clr()

[PATCH 0/3] Describe x1e80100 ufs
 2025-08-14  7:20 UTC  (10+ messages)
` [PATCH 1/3] dt-bindings: describe "
` [PATCH 2/3] ufs: ufs-qcom: describe x1e80100 quirks
` [PATCH 3/3] dts: describe x1e80100 ufs

[PATCH -v4] ufs: ufs-qcom: Align programming sequence of Shared ICE for UFS controller v5
 2025-08-14  6:58 UTC 

[PATCH 4/5] PCI/ERR: Update device error_state already after reset
 2025-08-14  0:40 UTC  (4+ messages)
` [PATCH 5/5] PCI/ERR: Remove remnants of .link_reset() callback

[PATCH] scsi: qla4xxx: Prevent a potential error pointer dereference
 2025-08-13 21:03 UTC  (2+ messages)

[PATCH v9 0/8] nvme-fc: FPIN link integrity handling
 2025-08-13 20:07 UTC  (10+ messages)
` [PATCH v9 1/9] fc_els: use 'union fc_tlv_desc'
` [PATCH v9 2/9] nvme: add NVME_CTRL_MARGINAL flag
` [PATCH v9 3/9] nvme-fc: marginal path handling
` [PATCH v9 4/9] nvme-fc: nvme_fc_fpin_rcv() callback
` [PATCH v9 5/9] lpfc: enable FPIN notification for NVMe
` [PATCH v9 6/9] qla2xxx: "
` [PATCH v9 7/9] nvme: sysfs: emit the marginal path state in show_state()
` [PATCH v9 8/9] nvme-multipath: queue-depth support for marginal paths
` [PATCH v9 9/9] scsi: qla2xxx: Fix memcpy field-spanning write issue

[PATCH 0/5] Retry READ CAPACITY(10)/(16) with good status but no data
 2025-08-13 17:50 UTC  (12+ messages)
` [PATCH 1/5] scsi: sd: Have scsi-ml retry read_capacity_16 errors
` [PATCH 2/5] scsi: sd: Avoid passing potentially uninitialized "sense_valid" to read_capacity_error()
` [PATCH 3/5] scsi: sd: Remove checks for -EOVERFLOW in sd_read_capacity()
` [PATCH 4/5] scsi: sd: Check for and retry in case of READ_CAPCITY(10)/(16) returning no data
` [PATCH 5/5] scsi: scsi_debug: Add option to suppress returned data but return good status

[PATCH v2 0/4] UFS driver bug fixes
 2025-08-13 16:22 UTC  (3+ messages)
` [PATCH v2 1/4] ufs: core: Fix IRQ lock inversion for the SCSI host lock
` [PATCH v2 2/4] ufs: core: Remove WARN_ON_ONCE() call from ufshcd_uic_cmd_compl()

[PATCH v3] ufs: ufs-qcom: Align programming sequence of Shared ICE for UFS controller v5
 2025-08-13 16:01 UTC  (3+ messages)

[PATCH] ufs: ufs-qcom: disable lane clocks during phy hibern8
 2025-08-13 11:31 UTC  (3+ messages)

blktests failures with v6.17-rc1 kernel
 2025-08-13 10:50 UTC 

Bouncing maintainer address for Emulex/Broadcom LPFC SCSI driver
 2025-08-13  7:43 UTC 

[PATCH blktests v2 0/3] blktest: add unmap write zeroes tests
 2025-08-13  2:44 UTC  (4+ messages)
` [PATCH blktests v2 1/3] scsi/010: "
` [PATCH blktests v2 2/3] dm/003: "
` [PATCH blktests v2 3/3] nvme/065: "

[PATCH xfsprogs v2] xfs_io: add FALLOC_FL_WRITE_ZEROES support
 2025-08-13  2:42 UTC 

[PATCH util-linux v2] fallocate: add FALLOC_FL_WRITE_ZEROES support
 2025-08-13  2:40 UTC 

[PATCH v2] scsi: ufs: core: Remove error print for devm_add_action_or_reset()
 2025-08-13  2:26 UTC  (2+ messages)

[PATCH v1] ufs: host: mediatek: Fix out-of-bounds access in MCQ IRQ mapping
 2025-08-13  2:26 UTC  (2+ messages)

[PATCH] scsi: lpfc: Fix wrong function reference in a comment
 2025-08-13  2:26 UTC  (2+ messages)

[PATCH v5 00/11] Improvements to S5 power consumption
 2025-08-12 16:23 UTC  (13+ messages)
` [PATCH v5 01/11] PM: Introduce new PMSG_POWEROFF event
` [PATCH v5 02/11] scsi: Add PM_EVENT_POWEROFF into suspend callbacks
` [PATCH v5 03/11] usb: sl811-hcd: "
` [PATCH v5 04/11] USB: Pass PMSG_POWEROFF event to suspend_common() for poweroff with S4 flow
` [PATCH v5 05/11] PCI: PM: Disable device wakeups when halting system through "
` [PATCH v5 06/11] PCI: PM: Split out code from pci_pm_suspend_noirq() into helper
` [PATCH v5 07/11] PCI: PM: Run bridge power up actions as part of restore phase
` [PATCH v5 08/11] PCI: PM: Use pci_power_manageable() in pci_pm_poweroff_noirq()
` [PATCH v5 09/11] PCI: Put PCIe ports with downstream devices into D3 at hibernate
` [PATCH v5 10/11] drm/amd: Avoid evicting resources at S5
` [PATCH v5 11/11] PM: Use hibernate flows for system power off

[PATCH V2 0/4] Enable UFS MCQ support for SM8650 and SM8750
 2025-08-12 15:23 UTC  (16+ messages)
` [PATCH V2 1/4] dt-bindings: ufs: qcom: Document MCQ register space for UFS
` [PATCH V2 2/4] arm64: dts: qcom: sm8650: Enable MCQ support for UFS controller
` [PATCH V2 3/4] arm64: dts: qcom: sm8750: "
` [PATCH V2 4/4] ufs: ufs-qcom: Streamline UFS MCQ resource mapping

[PATCH] scsi: ufs: ufs-pci: Add support for Intel Wildcat Lake
 2025-08-12 15:19 UTC  (2+ messages)

[PATCH][next] scsi: fc: Avoid -Wflex-array-member-not-at-end warnings
 2025-08-12 14:13 UTC 

[PATCH][next] scsi: qla2xxx: Fix memcpy field-spanning write issue
 2025-08-12 13:52 UTC  (3+ messages)

[PATCH] fnic: remove a useless struct mempool forward declaration
 2025-08-12 12:09 UTC  (2+ messages)

[PATCH V1 0/3] Enable UFS MCQ support for SM8650 and SM8750
 2025-08-12 11:51 UTC  (12+ messages)
` [PATCH V1 2/3] arm64: dts: qcom: sm8650: Enable MCQ support for UFS controller

[PATCH v5.10] scsi: lpfc: Fix link down processing to address NULL pointer dereference
 2025-08-12  6:08 UTC 

[PATCH v1] ufs: ufs-qcom: Align programming sequence of Shared ICE for UFS controller v5
 2025-08-12  5:04 UTC  (7+ messages)

[PATCH 2/3] arm64: dts: qcom: sa8155: Add gear and rate limit properties to UFS
 2025-08-11 21:45 UTC  (11+ messages)

[PATCH] scsi: pm80xx: Fix race condition caused by static variables
 2025-08-11 21:22 UTC  (3+ messages)

[PATCH] scsi: qla4xxx: Replace snprintf() with sysfs_emit()
 2025-08-11 17:06 UTC 

CVE-2022-50031: scsi: iscsi: Fix HW conn removal use after free
 2025-08-11 15:21 UTC  (4+ messages)

[PATCH v1 00/10] ufs: host: mediatek: Provide features and fixes in MediaTek platforms
 2025-08-11 13:11 UTC  (11+ messages)
` [PATCH v1 01/10] ufs: host: mediatek: Simplify variable usage
` [PATCH v1 02/10] ufs: host: mediatek: Fix auto-hibern8 timer configuration
` [PATCH v1 03/10] ufs: host: mediatek: Add debug information for Auto-Hibern8
` [PATCH v1 04/10] ufs: host: mediatek: Fine-tune clock scaling
` [PATCH v1 05/10] ufs: host: mediatek: Fix PWM mode switch issue
` [PATCH v1 06/10] ufs: host: mediatek: Assign power mode userdata before FASTAUTO mode change
` [PATCH v1 07/10] ufs: host: mediatek: Optimize power mode change handling
` [PATCH v1 08/10] ufs: host: mediatek: Fix UniPro setting for MT6989
` [PATCH v1 09/10] ufs: host: mediatek: Change reset sequence for improved stability
` [PATCH v1 10/10] ufs: host: mediatek: Fix invalid access in vccqx handling

[PATCH v5.10] scsi: pm80xx: Fix memory leak during rmmod
 2025-08-11 11:20 UTC  (5+ messages)

[Bug 213759] New: CD tray ejected on hibernate resume
 2025-08-11  7:38 UTC  (2+ messages)
` [Bug 213759] "

[PATCH V2] ufs: ufs-qcom: Fix ESI null pointer dereference
 2025-08-11  7:33 UTC 

[PATCH v6 0/2] scsi: sd: Fix build warning in sd_revalidate_disk()
 2025-08-11  0:39 UTC  (2+ messages)

[PATCH V1] ufs: ufs-qcom: Fix ESI null pointer dereference
 2025-08-10 19:15 UTC  (3+ messages)
` [PATCH] "


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